Eric Berberich
74445d5d9e
applied same fix to enhanced script
2011-04-29 15:53:37 +00:00
Laurent Rineau
02bca9e9d9
Adapt cgal_create_cmake_script so that it uses the right
...
cmake_policy(VERSION ...) command.
2011-04-29 14:37:50 +00:00
Eric Berberich
026e830dec
merge from next
2011-04-28 10:51:25 +00:00
Laurent Rineau
82f952223e
Uniform capitalization in our CMake script: use lowercase for commands
2011-04-28 10:37:38 +00:00
Eric Berberich
fb11ed74b6
added info
2011-04-27 22:53:59 +00:00
Eric Berberich
d3c1d3075e
cleanup opts, fixed typo when cloning svn-clone
2011-04-27 22:48:36 +00:00
Eric Berberich
0874c628ec
fixed branch names, added no-tags-option, internalized some functionality
2011-04-27 22:35:57 +00:00
Eric Berberich
56c034b893
merge from next
2011-04-27 22:34:14 +00:00
Laurent Rineau
ca5c92e034
Global maintenance of CMakeLists.txt: CMake minimal version is -2.6.2
...
The documentation of CGAL says that the minimal version of CMake must be
CMake-2.6.2.
- change cmake_minimum_required to VERSION 2.6.2
- no longer any need for the policy CMP0003 (was for 2.4.x)
- no longer any need for CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS (was for 2.4)
2011-04-27 17:58:27 +00:00
Eric Berberich
489722a509
added clone location
2011-04-27 13:14:12 +00:00
Eric Berberich
79b50ca721
cleanup
2011-04-27 11:40:56 +00:00
Eric Berberich
a6b28d128c
fixed parameter
2011-04-26 22:39:48 +00:00
Eric Berberich
fb2089d4e5
cleanup
2011-04-26 13:18:56 +00:00
Eric Berberich
fe7a8b2709
clean up
2011-04-26 11:29:49 +00:00
Eric Berberich
b29507289c
cleanup
2011-04-26 10:32:01 +00:00
Eric Berberich
b02ff964da
new variable names
2011-04-26 09:45:14 +00:00
Eric Berberich
21af3a7322
added options
2011-04-26 09:10:17 +00:00
Eric Berberich
a79ac57669
LAST
2011-04-26 09:02:38 +00:00
Eric Berberich
88071019f2
authors-file, skipFetch working, HEAD-revision
2011-04-26 08:33:58 +00:00
Eric Berberich
91e1deb5b2
added options
2011-04-26 08:18:17 +00:00
Eric Berberich
ae2fd5f8f8
added initial version
2011-04-26 07:55:05 +00:00
Eric Berberich
01849c93d7
added missing characters
2011-04-21 08:31:46 +00:00
Eric Berberich
43b24e99ba
added missing libs
2011-04-20 15:33:43 +00:00
Eric Berberich
863f0c4de5
enable preconfiguration for external libs (for now only NTL, RS, MPFI), others to come
2011-04-17 19:55:06 +00:00
Eric Berberich
13ff6e0f3a
added mpfi (to be deleted)
2011-04-15 09:09:05 +00:00
Laurent Rineau
8fd77d212b
Quote the script path, that can contain spaces.
2011-04-14 10:20:04 +00:00
Joachim Reichel
1560112ca7
Add script to check that the libraries can be built without using QPL'd files.
2011-03-10 20:42:43 +00:00
Laurent Rineau
9f1fd59afa
Rename create_cgal_test_with_cmake to create_cgal_test
...
For the moment, it still creates file named "cgal_test_with_cmake"...
2011-03-03 15:48:55 +00:00
Laurent Rineau
728d10efc1
Cosmetic change
2011-03-03 15:45:55 +00:00
Laurent Rineau
5ae2f38ef5
This file now has a usage() function and complains against unknown command
...
line options
2011-03-03 15:45:36 +00:00
Laurent Rineau
9dc0e5715b
Fix typo in the usage
2011-03-03 15:44:08 +00:00
Laurent Rineau
87e9facc98
cgal_test_with_cmake: display the error file at the end
2011-03-03 15:43:43 +00:00
Laurent Rineau
d832c0bcac
When SHOW_PROGRESS is non-null, the direction of localtestscript and
...
localbuildscript were wrong: the stderr output was not reported in the log
files.
2011-03-03 09:43:14 +00:00
Sébastien Loriot
017772877c
do not catch CGAL_USER
2011-03-02 18:54:37 +00:00
Laurent Rineau
f353d629ea
Enhance the detection of compilation targets. The grep for main is not
...
sufficient. Use the fact that, in "make help", the target names have not
suffix, even on Windows.
2010-12-21 23:00:48 +00:00
Laurent Rineau
d4029c2b0a
Publish the demos tarball, if COLLECT_DEMOS_BINARIES is set.
2010-09-20 20:38:43 +00:00
Laurent Rineau
b673e7dab6
Let this small script be executable
2010-09-15 13:55:30 +00:00
Laurent Rineau
f6ccb37436
Initial support for CTest.
2010-08-31 16:50:19 +00:00
Laurent Rineau
2f702cdbf4
Add a script to create all zip files of demos, from test results.
2010-08-20 14:31:12 +00:00
Laurent Rineau
f454eba61a
Unless the -k option is used, the src/ directory is erased after the
...
compilation: it contains the build tree of CGAL libraries (that have been
copied in lib/). That saves a lot of space.
2010-07-07 16:00:13 +00:00
Laurent Rineau
d659043fa2
Fix a typo, and make jom really work: we cannot specify targets that do not exist.
2010-06-23 11:12:32 +00:00
Laurent Rineau
09f3e63a51
Use JOM instead of NMAKE when possible.
...
http://labs.trolltech.com/blogs/2009/03/27/speeding-up-visual-c-qt-builds/
2010-06-23 10:46:45 +00:00
Laurent Rineau
a12ef8ed3c
Is that a typo?! The file should be writable, and not executable!
2010-06-23 08:52:41 +00:00
Laurent Rineau
0b4c4cf211
Well, lockfile is probably not what we want, but let's keep its use and
...
work-around its behavior: chmod u+x the created file.
2010-06-21 20:15:35 +00:00
Laurent Rineau
cb510c9856
Cosmetic change: do not display the Date, and remove "revision", which is
...
already in the keyword substitution of $Revision$.
2010-06-18 08:50:09 +00:00
Laurent Rineau
9a9493322b
Better using of svn keyword: autotest_cgal should announce its version (and
...
in the log file as well).
2010-06-18 08:38:43 +00:00
Laurent Rineau
1aa1d66cd9
Fix the use of $Id $ in a shell line
2010-06-18 08:15:11 +00:00
Laurent Rineau
39cfd48ebf
Fix svn:keywords, and use it!
2010-06-18 08:14:07 +00:00
Laurent Rineau
034ced5cc3
Incorrect use of the function log().
2010-06-17 09:39:06 +00:00
Laurent Rineau
680ae36873
More check of the lock file in autotest_cgal: the lock file will now
...
contain the PID of the running autotest_cgal process. That PID can be
checked and displayed if the lock cannot be acquired.
2010-06-17 09:33:00 +00:00