Sebastien Loriot
709f123256
Merge pull request #6461 from afabri/Box_intersection-progress-GF
...
Fast Box Intersection: Add progress tracking
2022-05-13 17:22:43 +02:00
Sébastien Loriot
79f9d82389
use _v prefixed version
2022-05-06 15:28:50 +02:00
Laurent Rineau
5994eb48b5
Merge pull request #6519 from sloriot/Intel-fallthrough
...
Update fallthrough for intel compiler
2022-05-06 14:21:58 +02:00
Sébastien Loriot
ab7aa75b67
macros are always defined
2022-04-28 13:59:14 +02:00
Sebastien Loriot
8be8236918
fix typo
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2022-04-26 22:30:56 +02:00
Sébastien Loriot
f67f2094d7
update for intel compiler + c++14 is the minimal supported version
2022-04-25 23:01:05 +02:00
Andreas Fabri
2455db6692
The warning needs quotes. Exclude VC2015 from a test
2022-01-18 11:39:00 +00:00
Andreas Fabri
115fa5ab39
Remove Geomview from the manual and the demos
2021-12-14 14:01:21 +00:00
Sébastien Loriot
85c00352c3
separate macros and macro function
2021-10-27 16:01:19 +02:00
Sébastien Loriot
604d2fd1ff
direct definition
...
the extra if was generating fallthru warnings
2021-10-27 15:19:05 +02:00
Laurent Rineau
e5ab9202f5
Merge pull request #4229 from gdamiand/CGAL_data-gdamiand
...
Regroup data: scripts and function updates
2021-09-23 16:14:11 +02:00
Sebastien Loriot
4610cf3c66
Merge pull request #5904 from sloriot/CGAL-remove_config_flags
...
Replace macros with inline functions and remove a config flag
2021-09-10 17:38:50 +02:00
Sébastien Loriot
98e471849b
moving files from internal to PKG/internal
2021-08-26 11:33:39 +02:00
Sébastien Loriot
6481cb23d9
remove CXX11 config variables related to threads
2021-08-13 16:44:53 +02:00
Sébastien Loriot
63a764b79c
remove some cpp0x and cpp11 config macros
2021-08-13 16:25:40 +02:00
Sébastien Loriot
00fd00fafc
replace macros with inline functions and remove a config flag
2021-08-13 15:24:41 +02:00
Laurent Rineau
5759a800e3
Merge pull request #5705 from maxGimeno/CGAL-Clean_up_boost_versions-maxGimeno
2021-07-28 10:14:38 +02:00
Maxime Gimeno
97cac65a86
Fix __GNUC__ tests
2021-07-23 10:59:49 +02:00
Sébastien Loriot
f153a1ed3e
Merge remote-tracking branch 'cgal/master' into HEAD
2021-07-22 13:15:22 +02:00
Maxime Gimeno
f8ebb77959
Fix test on CGAL_GCC_VERSION, that is 0 if the compiler is not GCC, not undefined
2021-07-21 14:21:05 +02:00
Marc Glisse
e7357ac003
Merge remote-tracking branch 'cgal/master' into mt-glisse
...
several PRs in Filtered_kernel conflicted with this :-(
2021-07-19 14:53:27 +02:00
Maxime Gimeno
b2c07c7841
fix config.h
2021-07-19 14:50:59 +02:00
Maxime Gimeno
049e1a7551
No more CGAL_NOEXCEPT
2021-07-19 14:29:51 +02:00
Maxime Gimeno
a3d1765ab4
Merge remote-tracking branch 'cgal/master' into CGAL-Clean_up_boost_versions-maxGimeno
2021-07-19 14:18:40 +02:00
Marc Glisse
dbe94c282e
Move is_currently_single_threaded to namespace CGAL
2021-06-11 22:47:11 +02:00
albert-github
2a54687e77
Correction of hyperlinks
...
The link checker gave a number of redirects and incorrect links.
- the redirects have been solved ass far as possible
- the incorrect links have been checked and corrected where possible, others have been reported through issues;
2021-06-04 13:52:14 +02:00
Laurent Rineau
8fa0f55ac7
Merge branch 'master' into mt-glisse
2021-05-27 10:27:38 +02:00
Laurent Rineau
59a0da4f13
Merge pull request #5692 from maxGimeno/CGAL_cpp11_atomic_and_threads-maxGimeno
...
CGAL:: Use std atomic and threads
# Conflicts:
# Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h
2021-05-19 17:23:53 +02:00
Laurent Rineau
2c4a5db3ce
Merge pull request #5631 from GilesBathgate/STL_ext-fix_uncaught_exceptions_cleanup-GilesBathgate
...
Fix uncaught exceptions cleanup
2021-05-18 18:14:14 +02:00
Maxime Gimeno
0b229ae043
move result_of out of deprecated_code. It is not deprecated, we need the wokaround for c++20
2021-05-17 11:57:44 +02:00
Maxime Gimeno
e6c767d5c9
Simplify the GNUC versions tests
2021-05-12 15:45:07 +02:00
Maxime Gimeno
393ae7dae6
Clean-up boost_version reqs
2021-05-12 15:03:53 +02:00
Maxime Gimeno
9533a9fea8
remove CGAL/result_of.h and move its content to config.h
2021-05-07 12:51:07 +02:00
Maxime Gimeno
e775ed2ebc
use CGAL/result_of instead of std::result_of in config.h
2021-05-07 12:51:00 +02:00
Maxime Gimeno
9acf3d4b19
Add missing fallbacks for IO functions and result_of
2021-05-07 12:50:51 +02:00
Maxime Gimeno
e9b7595fff
Deprecate CGAL headers for threads, atomic and result_of, and move their content to config.h as fallback
2021-05-07 11:09:24 +02:00
Guillaume Damiand
9ae15acd05
trailing
2021-05-04 13:17:49 +02:00
Guillaume Damiand
f6e27d411b
fix for windows
2021-05-04 13:07:12 +02:00
Guillaume Damiand
8593825f59
Add special code for windows to replace the use of getenv
2021-05-04 10:58:58 +02:00
Giles Bathgate
0ef8127c71
The CGAL_NOEXCEPT macro is no longer needed
2021-04-28 21:03:00 +01:00
Marc Glisse
220d26da98
Merge remote-tracking branch 'cgal/master' into mt-glisse
2021-02-18 22:10:12 +01:00
Sébastien Loriot
422e0c30bb
use string instead of char*
2021-02-05 09:12:06 +01:00
Sébastien Loriot
93017e8d71
remove get_ prefix
2021-02-04 08:56:26 +01:00
Guillaume Damiand
9e9c183778
Simplify function get_data_file_path (thanks @lrineau)
2021-01-20 10:02:12 +01:00
Guillaume Damiand
a00a539259
Use CGAL_DATA_DIR only if it is defined
2021-01-19 15:45:25 +01:00
Guillaume Damiand
dbdac7aa10
whitespaces
2021-01-19 15:30:23 +01:00
Guillaume Damiand
b9cf04d1fa
add function get_data_file_path()
2021-01-19 15:23:01 +01:00
Marc Glisse
9f0f7eb033
is_currently_single_threaded
2021-01-11 19:40:13 +01:00
Maxime Gimeno
3d1c41fd14
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2021-01-07 15:05:28 +01:00
Laurent Rineau
d6f76d4f87
Merge pull request #5299 from maxGimeno/Checks_in_github-maxGimeno
...
CI: Add Checks in GitHub Actions
2021-01-06 16:11:08 +01:00