Sébastien Loriot
|
ea240cfac5
|
use \PkgXXX instead of \PkgXXXSummary
|
2018-10-08 10:28:44 +02:00 |
Sébastien Loriot
|
a2e8a1c68f
|
add the suffix Ref to doxygen link to reference
|
2018-10-08 10:26:56 +02:00 |
Laurent Rineau
|
0a74393dcf
|
Commit all new dependencies files
|
2018-03-06 18:44:48 +01:00 |
Maxime Gimeno
|
688b5dd06e
|
Move dependencies creation to package_info and add dependencies to git
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
8bde832931
|
Fix METIS headers in BGL
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
a676d5a60e
|
Try to fix errors in classification checks
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
acd0a72edf
|
Modify travis script to test dependencies
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
ae36b452bc
|
Add dependencies of all packages
|
2018-02-02 12:08:05 +01:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Andreas Fabri
|
7ee573f1dd
|
Use the header only version
|
2016-11-01 11:45:26 +01:00 |
Sébastien Loriot
|
7e2ee496de
|
update project name of cmake scripts of tests
|
2016-09-08 00:26:37 +02:00 |
Sébastien Loriot
|
6b338eeb1f
|
improve the name of projects in cmake scripts of examples
|
2016-09-08 00:02:55 +02:00 |
Guillaume Damiand
|
10469f9c4e
|
Update with master
|
2016-05-25 10:58:55 +02:00 |
Sébastien Loriot
|
c869ee6855
|
update cmake scripts with at least one example requiring Core
|
2016-03-24 16:40:57 +01:00 |
Sébastien Loriot
|
4c29bf1b44
|
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
|
2016-03-24 16:33:46 +01:00 |
Clement Jamin
|
b8922fdd21
|
Remove CGAL_EXPORT since it's just a constant now
|
2016-03-10 16:12:15 +01:00 |
Clement Jamin
|
f9b2a01e81
|
Move the now-const "primes" variable to header file
And remove "extern" on the way
|
2016-03-10 11:41:32 +01:00 |
Sébastien Loriot
|
881e4d3199
|
request Core only in examples, tests and demos when really needed
|
2016-03-07 22:36:57 +01:00 |
Sébastien Loriot
|
2d191d6651
|
commit CMakeLists.txt for all examples and tests
|
2016-03-07 17:39:36 +01:00 |
Philipp Möller
|
0a04a3a48f
|
Use CGAL_DOC_VERSION
|
2016-02-11 15:37:54 +01:00 |
Sébastien Loriot
|
e64ae35a6e
|
Merge pull request #542 from bo0ts/Documentation-release_build2-pmoeller
Allow to build the documentation in a release
|
2016-01-07 09:21:46 +01:00 |
Philipp Möller
|
71b4e9c515
|
Use CGAL_FULL_VERSION in all Doxyfile.in
|
2015-12-17 16:33:28 +01:00 |
Philipp Möller
|
81a8f982dc
|
Handle the easy INPUT cases
If INPUT is just PKG/doc/PKG, handle it automatically.
|
2015-12-10 17:00:26 +01:00 |
Andreas Fabri
|
4fec754ef8
|
put static into the macro and rename it
|
2015-12-02 20:40:15 +01:00 |
Andreas Fabri
|
246219c7b9
|
bug fix: got 1/x wrong
|
2015-11-10 08:50:01 +01:00 |
Andreas Fabri
|
6b2c4dd7c6
|
Merge branch 'CGLAL-thread_local_storage-GF-old' into CGLAL-thread_local_storage-GF
|
2015-11-09 14:26:42 +01:00 |
Sebastien Loriot
|
2e493f297b
|
Merge pull request #389 from afabri/CGAL-Qt3-GF
Remove Qt3 based demos
|
2015-10-23 17:08:49 +02:00 |
Clement Jamin
|
97d8aaa634
|
Fix merge error from March
|
2015-10-01 17:21:38 +02:00 |
Clement Jamin
|
1a083a41fb
|
Fix merge error
|
2015-10-01 14:56:12 +02:00 |
Clement Jamin
|
31e8415983
|
Merge branch 'CGLAL-thread_local_storage-GF-old' into CGLAL-thread_local_storage-GF
|
2015-10-01 14:51:09 +02:00 |
Andreas Fabri
|
3d4a1be429
|
WIP with Clement
|
2015-10-01 09:47:47 +02:00 |
Andreas Fabri
|
6e214c5f4a
|
remove Qt3 demos and empty dontsubmit files
|
2015-09-30 12:51:40 +02:00 |
Andreas Fabri
|
0d70d7b1ce
|
do not write 'static' in the macro so that we can use the macro also for a definition
|
2015-09-14 10:17:22 +02:00 |
Andreas Fabri
|
ea612e9645
|
Improved macros to avoid #if #else where we want to use TLS
The Residue.cpp file still needs simplification
|
2015-09-11 18:01:51 +02:00 |
Andreas Fabri
|
a14cf913e9
|
WIP: In Lazy.h we now have a single macro for boost and c++11 thread
|
2015-09-11 14:54:11 +02:00 |
Andreas Fabri
|
220651bc88
|
Use CGAL_THREAD_LOCAL as thread_local only comes with VC201
|
2015-09-04 18:09:50 +02:00 |
Guillaume Damiand
|
13de3265b6
|
Cleanup Residue_type.h for cgal header only
|
2015-06-09 16:27:33 +02:00 |
Guillaume Damiand
|
6b3fbfb5ef
|
io static methods
|
2015-03-16 17:14:56 +01:00 |
Guillaume Damiand
|
9c78897ba5
|
Merge branch 'CGAL_headers_only-gdamiand_cjamin-old' into CGAL_headers_only-gdamiand_cjamin
|
2015-03-16 14:00:43 +01:00 |
Alexander Kobel
|
feb4298699
|
update docstring about largest/initial prime in prime list
|
2014-11-24 10:53:16 +01:00 |
Alexander Kobel
|
11c9deb31b
|
add const for prime list
|
2014-11-24 10:52:38 +01:00 |
Alexander Kobel
|
fb93886709
|
add constructor for Residue from long long
|
2014-11-24 10:48:20 +01:00 |
Alexander Kobel
|
7ee7a45011
|
update doc to reflect new choice of primes
|
2014-11-24 10:46:47 +01:00 |
Alexander Kobel
|
a611152412
|
make prime list const
|
2014-11-24 10:21:29 +01:00 |
Alexander Kobel
|
6c354f013d
|
Merge branch 'Modular_arithmetic_fixes-akobel-old' into Modular_arithmetic_fixes-akobel
|
2014-11-24 10:09:15 +01:00 |
Guillaume Damiand
|
87968c0b6e
|
Keep non const version for non header version (TRANSLATION, ROTATION, SCALING, REFLECTION, IDENTITY and primes)
|
2014-11-15 18:23:55 +01:00 |
Guillaume Damiand
|
6ebeb41dbf
|
Add missing include
|
2014-11-15 16:51:19 +01:00 |
Guillaume Damiand
|
f7cb6fc7e2
|
add a missing impl file
|
2014-11-14 17:28:42 +01:00 |
Guillaume Damiand
|
ef550fd3bb
|
Ok for first version.
|
2014-11-14 17:22:06 +01:00 |
Guillaume Damiand
|
b92bcae1a9
|
Header only for Residue_type.cpp
|
2014-11-14 14:53:54 +01:00 |