sort by:
Revision Author Date Message Commit Date
6871dbd Fix the URL of how_to_cite_cgal.html 23 August 2013, 09:31:41 UTC
82a507a Updated script to prepare releases candidates 22 August 2013, 14:52:47 UTC
3e24684 Fix doc_html/index.html in the tarball 22 August 2013, 14:17:25 UTC
b05039f Create dummy README files, so that the directories are not empty. That is important for the Windows installer! 22 August 2013, 14:11:50 UTC
9a4bed2 NSIS can replace the PATH variable instead of appending it, when it is long http://nsis.sourceforge.net/Environmental_Variables:_append,_prepend,_and_remove_entries#Usage "Warning this code will replace paths rather than append if the existing path exceeds the maximum string length in the NSIS build you are using. Some setup crash can also occurs. " 22 August 2013, 14:07:27 UTC
c919a9f Follow-up to "Hide the variables CGAL_*_PACKAGE_DIR" This is a followup-up to the following commit: | commit 16d42c0adf55558269fccc0199c35fe7de5ae5a9 | Author: Laurent Rineau <laurent.rineau@cgal.org> | Date: Tue Aug 20 15:47:00 2013 +0200 | | Hide the variables CGAL_*_PACKAGE_DIR | | Those three variables are for internal use only, and should not be exposed | to the users in the cmake cache: | CGAL_INSTALLATION_PACKAGE_DIR | CGAL_MAINTENANCE_PACKAGE_DIR | CGAL_CORE_PACKAGE_DIR Those variables are declared twice, in two 'if()'-branches. I forgot to modify one copy of them. 22 August 2013, 14:07:27 UTC
68d4c27 updated crontab (automated commit) 22 August 2013, 13:18:04 UTC
5c6b44b convert html to doxygen tables 22 August 2013, 11:23:42 UTC
800c53e Update the changes.html to talk about Doxygen. 21 August 2013, 15:07:36 UTC
1a0b190 Revert "update Doxygen default stylesheet to 1.8.3 from Philipp's branch" This reverts commit cdd07568844eae400d04ae89d8b7ae72901303be. The updated css file was not a valid CSS file! 21 August 2013, 14:58:05 UTC
a0828ab Remove section on include <CGAL/basic.h> 21 August 2013, 14:33:22 UTC
11c8477 fixed doxygen issue 21 August 2013, 14:09:14 UTC
0b994b8 create_release: quiet the script, and better error reporting 21 August 2013, 13:19:48 UTC
9bd913a create_new_release: better error reporting 21 August 2013, 13:18:56 UTC
fc8fd13 Add () after function names to increase readability. 21 August 2013, 10:36:53 UTC
7e840c8 Follow-up to the switch to Doxygen. Remove references to doc_tex 21 August 2013, 10:27:40 UTC
cdd0756 update Doxygen default stylesheet to 1.8.3 from Philipp's branch 21 August 2013, 08:47:21 UTC
672f794 revert CGAL specific changes in stylesheet.css; moved to cgal_stylesheet.css On 08/20/2013 11:47 AM, Laurent Rineau (CGAL/GeometryFactory) wrote:> In cgal/Documentation/, there is two css file: > stylesheet.css > cgal_stylesheet.css > > Both are used in our cgal/Documentation/header.html: > > 09:<link href="$relpath$../Manual/stylesheet.css" rel="stylesheet" type="text/css" /> > 10:<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" /> > > The first one has a comment: > > /* The standard CSS for doxygen 1.8.2-20120930 */ > > but that file has been modified during the CGAL meeting. > > Should not we only modify the one prefixed by "cgal_"? 21 August 2013, 08:32:35 UTC
ef33751 Update for CGAL-4.3 @TODO: That should be handled automatically by CMake scripts! 20 August 2013, 15:42:06 UTC
4869604 Update the script that create new releases: cgal_manual is no longer needed 20 August 2013, 15:20:42 UTC
539856b typo 20 August 2013, 15:16:19 UTC
686edc3 Switch to the Doxygen documentation The internal releases will now include the doc/ subdirectory, instead of doc_tex/, and the doc_html/ subdirectory points to the Doxygen-generated documentation. 20 August 2013, 15:00:45 UTC
f7d3eaa Remove a CMake warning when building from the release tarball == Setting paths == -- Build CGAL from release in directory CGAL-4.3-beta1 CMake Warning (dev) at CMakeLists.txt:99 (set): Cannot set "CGAL_CONFIGURED_PACKAGES_NAMES": current scope has no parent. This warning is for project developers. Use -Wno-dev to suppress it. The reason is that in the release there is not parent directory. As that cmake instruction is need only if the Doxygen documentation is there, I have surrounded the corresponding line of code by: if(IS_DIRECTORY "${CMAKE_SOURCE_DIR}/Documentation") endif() 20 August 2013, 13:51:11 UTC
16d42c0 Hide the variables CGAL_*_PACKAGE_DIR Those three variables are for internal use only, and should not be exposed to the users in the cmake cache: CGAL_INSTALLATION_PACKAGE_DIR CGAL_MAINTENANCE_PACKAGE_DIR CGAL_CORE_PACKAGE_DIR 20 August 2013, 13:47:00 UTC
85eeaca Link with the CGAL *target* we possible (instead of linking with the library) That is a late follow-up to the following commit: | commit 12744ab7ffadd2d2480a1924168f0162f0240bb6 | Author: Laurent Rineau <Laurent.Rineau__CGAL@normalesup.org> | Date: Thu Apr 28 13:11:09 2011 +0000 | | Track dependencies between libraries and examples/demos | | With this patch, when CGAL as been configured with WITH_examples and/or | WITH_demos, then the executables of examples and demos depends on the CGAL | libraries. That means if one change a file involved in a CGAL library, and | ask the rebuild of an executable, then the CGAL library will be rebuilt | first. | | Notes: | r63187 branches/next Or maybe the bug was re-introduced by recent modifications of our CMake scripts. 20 August 2013, 13:45:29 UTC
e2aca14 change URL for boost binaries; Put a .txt in namespace CGAL; uppercase acronyms 20 August 2013, 12:23:58 UTC
46db72c Adjust the top and bottom margins of div.fragment That was suggested by Andreas in the following mail: | Message-ID: <521246FB.5000003@geometryfactory.com> | Date: Mon, 19 Aug 2013 18:25:31 +0200 | From: Andreas Fabri <andreas.fabri@geometryfactory.com> | To: cgal develop <cgal-develop@lists-sop.inria.fr> | Subject: [cgal-develop] newline | | Hello, | | How can we achieve that between an example at an | end of a section and the next section heading | there is enough whitespace. | | See here: http://doc.cgal.org/latest/Triangulation_2/index.html#title22 | | Is that something that can be improved in the css? | | | andreas 20 August 2013, 09:59:31 UTC
bc03aaf Put doc/ in the global dont_submit file 20 August 2013, 08:57:03 UTC
5337c3a Fix a typo (Monique's suggestion) 19 August 2013, 14:49:33 UTC
fe5873a Update CHANGES from changes.html 19 August 2013, 14:33:04 UTC
19764d2 Update the script run_doxygen_testsuite to avoid compilation errors Before that change, at the end we could see: Built target Documentation_doc Scanning dependencies of target Documentation_postprocess Traceback (most recent call last): File "/home/cgal-testsuite/integration/Documentation/html_output_post_processing.py", line 25, in <module> from lxml import etree ImportError: No module named lxml make[3]: *** [Documentation/CMakeFiles/Documentation_postprocess] Error 1 make[2]: *** [Documentation/CMakeFiles/Documentation_postprocess.dir/all] Error 2 make[1]: *** [Documentation/CMakeFiles/Documentation_testsuite_publish.dir/rule] Error 2 make: *** [Documentation_testsuite_publish] Error 2 19 August 2013, 14:01:33 UTC
9ee92d4 enhanced the arrangement section 19 August 2013, 12:45:40 UTC
7349ad7 Replace ** with \b 19 August 2013, 12:14:49 UTC
4f5497c Update the Doxygen test process 19 August 2013, 10:50:34 UTC
987dc1c Merge remote-tracking branch 'remotes/origin/Aos_2-pl_test-efif' Approved by the release manager 19 August 2013, 10:06:54 UTC
114cbaf enhanced point-location test to test backward compatibility 19 August 2013, 09:23:26 UTC
5f13236 Prepare the Windows installation for CGAL-4.3 16 August 2013, 15:26:26 UTC
96012fb Minor modification proposed by Monique 16 August 2013, 10:54:15 UTC
20c4b58 Fix typos in changes.html, after Monique's remarks 16 August 2013, 10:53:12 UTC
4e1b469 Small modif in changes.html 15 August 2013, 14:56:34 UTC
cb46ac3 Document the breaking change in AABB_tree 13 August 2013, 15:42:21 UTC
1a74524 typos reported by Andreas 13 August 2013, 15:03:59 UTC
f64830a Minor update to changes.html (add the entry for 4.3) 13 August 2013, 14:56:30 UTC
33b9b93 First version of the CGAL-4.3-beta1 announcement mail 13 August 2013, 14:56:29 UTC
7148772 updated crontab (automated commit) 13 August 2013, 14:18:04 UTC
6478b8c Merge remote-tracking branch 'origin/Aos_2-remove_opt-efif' Successfully tested in CGAL-4.3-Ic-120 and qualified for CGAL-4.3. Approved by the Release Manager. 13 August 2013, 13:12:34 UTC
6f5e684 updated crontab (automated commit) 12 August 2013, 15:18:03 UTC
190b14c updated crontab (automated commit) 12 August 2013, 14:18:04 UTC
bcf70f4 Organise changes.html for the release 12 August 2013, 14:14:57 UTC
00d885a removed redundant typedef 12 August 2013, 13:08:05 UTC
df2b199 replaced unsigned int with Arrangement::Size 12 August 2013, 13:07:46 UTC
08e0537 Prepare CGAL-4.3-beta1 12 August 2013, 12:48:34 UTC
a898b56 fixed min/max calls to pacify msvc 10 August 2013, 12:12:38 UTC
bd5ef2e fixed compare() 10 August 2013, 11:46:33 UTC
7c0f994 Added missing documentation for the Periodic triangulation hierarchy vertex class. Added vertex and face classes in a single group similar to the Triangulation_2 09 August 2013, 20:20:56 UTC
862161b update changes 09 August 2013, 16:16:06 UTC
e92ed28 Merge branch 'Triangulation_3-fix_insert_with_info_fast_location-local' bug-fix: make the function inserting a range of points with info working with the Fast_location tag Successfully tested in 4.3-Ic-113 09 August 2013, 16:13:38 UTC
7333acf Add the execution bits in permissions 09 August 2013, 13:36:16 UTC
c3345f5 add deprecated page for the redirection of deprecated pages since CGAL 4.2 09 August 2013, 10:39:47 UTC
2584766 set SHOW_FILE ON for Number_types to get pages for int.h and double.h 09 August 2013, 05:59:08 UTC
9a8eeb8 remove Figure work added by the macro+postprocessing 08 August 2013, 21:01:09 UTC
ad4f1f6 number figures using the chapter number everywhere 08 August 2013, 20:55:10 UTC
197b921 add missing advanced 08 August 2013, 18:02:07 UTC
9d51a8f add missing / for xhtml 08 August 2013, 10:07:33 UTC
b57543f update the script to include the package name in the rw map 08 August 2013, 09:49:35 UTC
db25ee2 Replaced unsigned int with suitable types 07 August 2013, 20:42:43 UTC
b234ccf Pacified MSVC 07 August 2013, 20:00:23 UTC
548dc1a commented out unused variable 07 August 2013, 19:59:25 UTC
d019b2d pacified MSVC 07 August 2013, 19:58:34 UTC
fb26cd3 commented out unused variable 07 August 2013, 19:57:41 UTC
7adf488 commented out unused variable 07 August 2013, 19:55:47 UTC
bf9bb04 add a script converting the doxygen output of rewrite_rule.txt to a apache file 07 August 2013, 15:58:51 UTC
4d9ab18 add missing namespace 07 August 2013, 15:36:06 UTC
7ffb118 add a canonical tag to each html page in the postprocessing 07 August 2013, 14:58:52 UTC
7552d76 Revert the following commit for that file | commit 01ee3e94b616e3da4654cba10f0832a386fa9703 | Author: Laurent Rineau <laurent.rineau@cgal.org> | Date: Tue Jun 25 12:53:24 2013 +0200 | | Use 'std::istream::operator!()' twice to replace 'operator bool()' (C++11 only) | | Fixes a compilation error from clang: | | include/CGAL/IO/File_binary_mesh_3.h:39:10: error: no viable conversion from 'std::ostream' (aka 'basic_ostream<char>') to 'bool' | return os << c3t3; | ^~~~~~~~~~ The return type of operator<< os std::ostream&, and not bool! 07 August 2013, 12:16:39 UTC
66951b1 update rewrite rules page 07 August 2013, 12:09:11 UTC
64f38d2 add missing group 07 August 2013, 08:48:16 UTC
9c2f35e using cgalHeading instead of h3 07 August 2013, 08:06:49 UTC
09ea904 less aggressive removal of h3 sections 07 August 2013, 07:44:23 UTC
07a13bb remove duplicated Inherits from sections and using cgalHeading instead of <h3> 07 August 2013, 06:30:17 UTC
ea1bac1 New script to run the doxygen testsuite That script was previously hardcoded in a cron job line. 06 August 2013, 13:40:04 UTC
c78b190 remove extra [ 06 August 2013, 08:44:35 UTC
42398f8 Merge branch 'doxygen_doc-fixes-local' Documentation fixes Tested in CGAL-4.3-Ic-113 but db7f9260, 1263439c and d14ac4ad which touches only doc files This fixes various issues reported by Monique when reviewing the packages Triangulation_3 and TDS_3. At the general scope: * introduces and uses a macro \cgalCite to use instead of \cite in order to have a space before the reference * add a Inherits from section just after the #include for classes * Re-add Detailed Description but rename it to Definition for classes and namespaces * Remove the redundant class name in the Definition section 06 August 2013, 08:26:29 UTC
db7f926 prettify doc output * inherits from has a big blue section * keep Detail description but rename it Definition for classes and namespaces * remove the class name in the Definition section 06 August 2013, 08:14:54 UTC
1263439 add a proper section for inheritance 06 August 2013, 06:45:19 UTC
d14ac4a put inheritance before details description 06 August 2013, 06:07:57 UTC
360535f remove CGAL in the bibiographic references using postprocessing 05 August 2013, 17:39:23 UTC
d282ade use \cgalCite instead of \cite using perl -i -pe 's/\\cite\s*{?([a-zA-Z0-9:-]+)}?/\\cgalCite{$1}/g' 05 August 2013, 16:25:26 UTC
b0f9ed3 add new macro replacing cite allowing to have a space before the citation This is a total hack and rely on a bug of doxygen 05 August 2013, 15:56:12 UTC
5676ca7 add missing \cite 05 August 2013, 15:07:46 UTC
ded6679 make the insertion of a range of points with info working with hierarchy 05 August 2013, 13:03:46 UTC
8cd8461 fix bibtex 05 August 2013, 12:26:44 UTC
90e5566 removed warning 05 August 2013, 11:36:00 UTC
35533f7 link less 05 August 2013, 10:11:06 UTC
a5b291b link less 05 August 2013, 10:09:35 UTC
31c2cec change order 05 August 2013, 08:31:13 UTC
1a8a2a0 update url of reference 05 August 2013, 08:20:07 UTC
6d9aeba add missing links 05 August 2013, 07:48:45 UTC
e1465ce add missing template parameter requested by Monique 05 August 2013, 07:18:41 UTC
da4fccd remove doc of hierarchy vertices and triangulation, deprecated since 3.6 05 August 2013, 07:12:07 UTC
back to top