Fernando Cacciola
f93437ca22
Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release)
2008-05-05 14:01:55 +00:00
Fernando Cacciola
b704509dcf
Examples/Demos/Test CMake scripts updated
2008-03-05 21:14:02 +00:00
Fernando Cacciola
a659cd852a
Added project() and conditional test for CGAL_DIR
2008-02-14 15:42:36 +00:00
Fernando Cacciola
14043c43a0
Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically)
2008-02-08 17:47:21 +00:00
Fernando Cacciola
afddfc4fca
CMake scripts for demos/examples/test added
2008-02-06 19:06:24 +00:00
Sylvain Pion
9a23bf0ab6
Remove notes about Borland and Metrowerks.
2008-01-20 22:50:05 +00:00
Sylvain Pion
4d1b8d63e3
Remove workarounds and support for the BORLAND compiler.
2008-01-20 20:24:20 +00:00
Sylvain Pion
9f5bad92a1
Remove my name from maintainer files where it does not resonnably make any sense anymore.
2008-01-19 14:29:27 +00:00
Sylvain Pion
53d1ee3d7d
Use <cfloat> more consistently instead of <float.h>.
2008-01-18 20:19:17 +00:00
Sylvain Pion
57d46db509
Remove specific code for __MWERKS__.
...
I'm pretty sure this compiler is dead.
2008-01-03 16:56:54 +00:00
Sylvain Pion
a46b55bf71
The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
...
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +00:00
Sylvain Pion
c73f188594
Clarify the returned sizes are in bytes.
2007-10-10 16:37:26 +00:00
Sylvain Pion
4da7713aa8
Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename
...
its dependant macro CGAL_CLIB_STD to "std".
2007-08-08 15:59:25 +00:00
Andreas Fabri
abffedee6b
Moved ccInclude
2007-06-19 14:10:43 +00:00
Sylvain Pion
ae8da4fc4a
64-bit overflow fix:
...
Use std::ifstream to parse /proc/self/stat, so that I can parse
64 bit integers properly (fscanf cannot...).
2007-06-08 13:27:52 +00:00
Andreas Meyer
c1e9765ff4
manual fix: moved labels inside sectioning command
2007-04-18 14:20:12 +00:00
Sylvain Pion
fe6a94b7ac
Call the magic CGAL::force_ieee_double_precision() to
...
ensure that the conversion from internal timer
to double is done in a consistent way. Otherwise we get
double-rounding effects (show up on x86 at -O2 typically), which
makes the timer non-monotone.
2007-03-28 07:58:18 +00:00
Sylvain Pion
e5c763f60f
Commit something that works... (and fix copyright headers while at it).
2007-03-16 22:45:19 +00:00
Andreas Fabri
bf3466db14
updated manual
2007-03-16 18:06:28 +00:00
Andreas Fabri
27e97318b4
Crossplatform memory sizer which on unsupported platforms warns
2007-03-16 17:05:35 +00:00
Sylvain Pion
ffe1e4ec1c
More redundant filename removal.
...
The only survivors should be under Arrangement_2/examples
(some Doxygen syntax is used, so I don't touch them).
2007-03-10 15:22:41 +00:00
Sylvain Pion
6763d19d33
rename .C to .cpp
2007-01-27 20:46:14 +00:00
Sylvain Pion
26af4e253e
This cgal_test does not bring anything compared to the default generated.
2007-01-27 19:41:43 +00:00
Sylvain Pion
fb8595b94e
Cleanup : remove ancient CGAL_PROTECT_* macros.
...
It's the compiler's job to optimize preprocessing time.
2007-01-24 17:16:05 +00:00
Sylvain Pion
c03659bc7a
global update of maintainer files
...
(remove Lutz, Sven, Matthias, Geert-Jan...)
2006-12-05 14:01:13 +00:00
Sylvain Pion
13e01b0ae1
more formatting for histogram profiler
2006-12-03 17:29:46 +00:00
Sylvain Pion
28b94f57de
add same prefix to each line for easier grep
2006-12-03 16:47:37 +00:00
Sylvain Pion
4bead051fb
Add a total line for the histogram, and use std::setw() for simplifying code.
2006-12-02 20:30:00 +00:00
Sylvain Pion
d4c33537d3
Add an histogram profiler (useful for getting the distributions of
...
DAG depths, or number types lengths...).
[still to be documented, but I'm waiting a bit to see if it satisfies usage]
2006-12-02 20:04:30 +00:00
Andreas Fabri
9a8027559a
minmax fixes
2006-08-18 21:26:24 +00:00
Andreas Fabri
d346c49db5
fixed min/max problem
2006-08-16 21:27:04 +00:00
Sylvain Pion
4fa1339690
- Fix doc compilation
...
- Update example
2006-08-07 09:08:29 +00:00
Sylvain Pion
3d353d2fd2
improve formatting of output and fix copyright header
2006-08-06 17:32:22 +00:00
Andreas Fabri
4cde3f66b2
fix min/max problem
2006-08-03 03:39:45 +00:00
Andreas Fabri
21fc411fb7
Fixed min max problem
2006-08-01 00:05:18 +00:00
Sylvain Pion
4d5bdf73f7
Add doc for Profile_counter.
...
New example : .C -> .cpp.
2006-07-09 21:03:08 +00:00
Sylvain Pion
22f52e4637
Move Profile_counter to Timer (with other benchmark tools), and document+example.
2006-07-09 21:01:39 +00:00
Sylvain Pion
d2740513aa
Use .cpp file extension instead of .C for src/*/* files.
2006-04-14 09:19:29 +00:00
Sylvain Pion
22ad725de1
Move src/*.C to src/CGAL/*.C
2006-04-13 22:24:18 +00:00
Andreas Meyer
5b5a60cecf
rewritten the whole manual
...
ok. seriously:
renamed \chapter into \ccUserChapter and \ccRefChapter
2006-04-06 17:03:37 +00:00
Andreas Fabri
e852907437
Added \section{Classified Reference Pages}
2006-04-05 21:00:47 +00:00
Laurent Saboret
db6a8f948c
Change CVS keywords to SVN style
2006-02-16 14:30:13 +00:00
Laurent Saboret
1aad55d4cb
Change CVS keywords to SVN style
2006-02-14 10:08:15 +00:00
Laurent Saboret
ce183e202d
Move packages to trunk root
2006-02-14 08:58:20 +00:00