Laurent Rineau
c8dcd583cb
Smaller patch to licensecheck. Patch submitted upstream.
2012-02-10 11:40:09 +00:00
Laurent Rineau
a82b1a3ddb
Add the shebang
2012-02-03 11:03:49 +00:00
Joachim Reichel
d515d853e1
Tighten grep expression to also find files with license, but without
...
copyright notice.
2012-01-29 10:40:10 +00:00
Joachim Reichel
2407cc9efb
Rename script (s/qpl/gpl/).
2012-01-29 10:35:31 +00:00
Joachim Reichel
b7b542d788
Adapt script to the new license scheme.
...
- remove GPLd files instead of QPLd files
- use licensecheck to select the files
- pass -DWITH_CGAL_Qt4=OFF, remove Qt4 files from exceptions
- tighten exceptions
2012-01-29 10:34:22 +00:00
Laurent Rineau
9e19a7e43b
licensecheck is called with a set of extensions to look for
...
Change the behavior of check_licenses so that it is more like the behavior
of the previous version of the script.
2012-01-26 10:53:49 +00:00
Laurent Rineau
3efd3543bf
Check also the license of src/
2012-01-19 16:52:16 +00:00
Laurent Rineau
97a7727e76
Allow to call "cgal_create_cmake_script demo" on an empty directory
2012-01-18 18:16:12 +00:00
Laurent Rineau
02ef8e35d8
Fix typo
2012-01-18 12:05:43 +00:00
Laurent Rineau
68856f6503
Add a new (zsh) script to detect packages licenses
2012-01-16 16:03:14 +00:00
Laurent Rineau
2099d2d193
Fix the wording of LGPLv3+ so that licensecheck detects it well
2012-01-16 13:57:07 +00:00
Laurent Rineau
a6a67c86c3
Typo on Sarl
2012-01-16 13:47:16 +00:00
Laurent Rineau
564b30a0e9
New check_licenses script, that uses 'licensecheck'
2012-01-16 11:51:59 +00:00
Laurent Rineau
d1988a7d91
Commit my script to that switch from qpl to gpl
2012-01-13 17:29:51 +00:00
Laurent Rineau
5b5dd33848
merge changes from next
2012-01-09 12:33:39 +00:00
Laurent Rineau
0fb9cfd0f3
So that my colleges know that I do not commit myself each day at 21:05.
2012-01-05 10:54:29 +00:00
Laurent Rineau
ba66be3e4a
Again: quote $LOCK_FILE, this time in the EXIT trap.
2011-11-07 16:31:32 +00:00
Laurent Rineau
dcdaff4622
Quote a path, to avoid errors if the path contains a space
2011-11-07 15:53:06 +00:00
Laurent Rineau
cfd37935cf
merge from next
2011-10-20 16:04:32 +00:00
Laurent Rineau
4273a5a69e
Improvement of cgal_create_cmake_script
...
This allows to create a CMakeLists.txt in a directory whereas the sources
are in another directory.
This will allow out-of-sources creation of CMakeLists.txt files. And, in
the end, that will improve the branch-build.
2011-10-20 15:49:05 +00:00
Sébastien Loriot
91a5327fa8
change LGPLv2 -> LGPLv3
2011-10-10 13:48:25 +00:00
Sébastien Loriot
554f62d411
remove executable property from copyright files
2011-10-03 08:18:16 +00:00
Andreas Fabri
3fc8ab8767
Add a file with the copyright holder(s) to the package_info
2011-09-30 07:41:40 +00:00
Sébastien Loriot
78a63a4bc9
update copyright holders
2011-09-22 08:24:38 +00:00
Sébastien Loriot
865795fb69
add an experimental dirty script that I used to
...
remove some copyright holders
2011-09-21 19:52:38 +00:00
Sébastien Loriot
dff6dda8b3
Remove from copyright holder
...
Freie Universitaet Berlin (Germany), Martin-Luther-University Halle-Wittenberg
(Germany) and RISC Linz (Austria) as they transfer the copyright to other
sites.
2011-09-21 19:46:31 +00:00
Alexander Kobel
52beeeaf83
- reveal cgal_create_assertions.sh (used to be create_assertions.sh) to the public
...
- move feature documentation to the public Developer_manual
2011-09-20 16:28:48 +00:00
Sébastien Loriot
60d13997b6
* fix bug in testing option and YES/NO
...
* Add *.out and *.hlg as known files to remove
* use bash instead of sh
* make the script executable
2011-05-05 09:17:31 +00:00
Sébastien Loriot
6433f2e2c2
use --no-ignore option
2011-05-04 14:24:43 +00:00
Sébastien Loriot
e4f17622eb
add a script to clean up a branch (or any svn directory of a package)
2011-05-04 13:55:42 +00:00
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
Laurent Rineau
82f952223e
Uniform capitalization in our CMake script: use lowercase for commands
2011-04-28 10:37:38 +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
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