Commit Graph

15 Commits

Author SHA1 Message Date
Sébastien Loriot 8bc01b14a9 add missing include 2023-06-29 18:28:28 +02:00
Sébastien Loriot 99e7f4806a boost::int -> std::int 2023-04-23 18:43:10 +02:00
Sébastien Loriot 52164b1fba First pass on removing license notice in header for LGPL files 2019-10-19 15:40:30 +02:00
Sébastien Loriot 7356421d80 introduce Commercial license SPDX tag 2019-10-19 12:15:19 +02:00
Sébastien Loriot 9bd9c68b83 update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +02: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 63c87af293 Split constructor of Random 2016-11-04 13:42:11 +01:00
Laurent Rineau b8aa40feb8 Fix the way the default Random is constructed 2016-11-04 10:17:33 +01:00
Guillaume Damiand bb42e3a468 Readd the debug mechanism for default random, but only in non header only mode. 2016-06-03 09:06:34 +02:00
Guillaume Damiand 2a41a1a9cd Try to find the code generating __gnu_cxx::recursive_init_error in header only mode. 2016-06-02 11:33:03 +02:00
Andreas Fabri e9b3918c38 Update Random_impl.h 2016-04-01 12:02:23 +02:00
Andreas Fabri ef624f92de No need for a constructor just for default_random 2016-03-23 13:06:17 +01:00
Andreas Fabri a2e766f136 Print the seed of CGAL::default_random in the testsuite or when CGAL_PRINT_SEED is defined 2016-02-28 08:20:28 +01:00
Guillaume Damiand ef550fd3bb Ok for first version. 2014-11-14 17:22:06 +01:00
Guillaume Damiand ebc4300334 Header only for random.cpp.
For the header only version, the global variable default_random no more exist => we need to replace all occurences of default_random by a call to the global function get_default_random().
As usual, no modification for the non header only version.
2014-11-14 14:20:26 +01:00