aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
Commit message (Collapse)AuthorAge
* Replace calls to "hg" by calls to "git"Gravatar Gael Guennebaud2019-12-04
|
* Simplify handling and non-splitted tests and include split_test_helper.h ↵Gravatar Gael Guennebaud2018-07-16
| | | | instead of re-generating it. This also allows us to modify it without breaking existing build folder.
* Make buildtests.in more robustGravatar Androbin422017-06-12
|
* Make eigen_monitor_perf.sh more robustGravatar Androbin422017-06-12
|
* Cleanup file structureGravatar Gael Guennebaud2016-12-07
|
* Update perf monitoring scripts to generate html/svg outputsGravatar Gael Guennebaud2016-12-07
|
* Add a script example to run and upload performance testsGravatar Gael Guennebaud2016-12-06
|
* Fix help output of buildtests and check scriptsGravatar Christoph Hertzberg2016-05-11
|
* Use @CMAKE_MAKE_PROGRAM@ instead of make in buildtests.shGravatar Christoph Hertzberg2015-02-28
|
* simplify/uniformize eigen_gen_docsGravatar Thomas Capricelli2013-10-18
|
* elif/elseif typoGravatar Gael Guennebaud2013-03-26
|
* Add Official/Unsupported labels to unit tests and add a ctest driver to ↵Gravatar Gael Guennebaud2013-03-20
| | | | submit subprojects to cdash
* fixes #568Gravatar Thomas Capricelli2013-03-19
| | | | | | | | | (files from previous build were kept on the server, with outdated/garbled information) The documentation update script now wipes build/doc/html before rebuilding stuff. Most of the time/cpu consuming is spent in compiling snippets, so we don't loose that much.
* Add preliminary script to relicense Eigen to MPL2.Gravatar Keir Mierle2012-07-11
|
* uniformize eigen_gen_docs between branches / cleaningGravatar Thomas Capricelli2012-04-03
|
* eigen_gen_docs: dont try to update permissions on serverGravatar Thomas Capricelli2011-12-06
|
* add a command to fix the permission of the uploaded documentationGravatar Gael Guennebaud2011-12-03
|
* be nice with the server : dont use -j3Gravatar Thomas Capricelli2011-04-19
|
* finish the change of adding .sh extensions to scriptsGravatar Benoit Jacob2010-05-30
|
* Added file extensions to our unit test scripts to prevent MSVC from failing ↵Gravatar Hauke Heibel2010-04-26
| | | | to build because of name clashes.
* remove eigen_gen_credits scriptGravatar Benoit Jacob2010-04-22
|
* fix the script again (definitely?) + cleaningGravatar Thomas Capricelli2010-01-22
|
* actually stop on failureGravatar Thomas Capricelli2010-01-06
|
* Instead of EIGEN_JOBS, introduce EIGEN_MAKE_ARGS and EIGEN_CTEST_ARGS. This ↵Gravatar Benoit Jacob2009-12-31
| | | | | | | is much more powerful! Notice that CTest 2.8 supports the -j argument, although that is undocumented. Last commit of 2009! Happy new year to all!
* * The 'check' and 'buildtests' scripts no longer take a jobs parameter.Gravatar Benoit Jacob2009-12-30
| | | | | | Instead, they honor the EIGEN_JOBS environment variable if defined. * The syntax ${BLABLA} in bash scripts was conflicting with CMake configured file syntax. Resolved by using the @ONLY option and the @BLABLA@ syntax.
* Set default for second argument for check script.Gravatar Jitse Niesen2009-12-21
| | | | | Otherwise, buildtests will be run with a second argument of "" if check is called with only one argument, which leads to infinitely many jobs.
* * Remove test_ prefix in testsGravatar Benoit Jacob2009-12-02
| | | | * tests now honor EIGEN_REPEAT and EIGEN_SEED if no arguments were passed
* improve the scripts for building unit tests:Gravatar Benoit Jacob2009-11-25
| | | | | * support unsupported/ * use egrep instead of grep, properly escape special chars.
* * eigen2->eigen3Gravatar Benoit Jacob2009-11-19
| | | | | * bump version to 2.91.0 * add FindEigen3.cmake
* handle make errors ---> exit, don't run ctestGravatar Benoit Jacob2009-11-16
|
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15
| | | | | | | * DiagonalMatrix: - add MaxSizeAtCompileTime parameter - DiagonalOnTheLeft ---> OnTheLeft - fix bug in DiagonalMatrix::setIdentity()
* maketests -> buildtestsGravatar Benoit Jacob2009-11-15
|
* add workaround for GuillaumeGravatar Benoit Jacob2009-11-14
|
* introduce check target, and some renamingGravatar Benoit Jacob2009-11-12
|
* * add non-default option to initialize matrices by 0Gravatar Benoit Jacob2009-11-12
| | | | | (useful for porting) * maketests really has to be in test/
* * add ./debug and ./release scriptsGravatar Benoit Jacob2009-11-12
| | | | | * update the messages * rename EIGEN_CMAKE_RUN_FROM_CTEST to something saner
* handle mark's first commits before he configured his idGravatar Benoit Jacob2009-10-20
|
* the answer to the ultimate question in life is: 664Gravatar Benoit Jacob2009-10-06
|
* use provided $USER if available, let the caller do the update (safer)Gravatar Thomas Capricelli2009-10-04
|
* fix permissions 666->660Gravatar Benoit Jacob2009-10-02
|
* finally, actually purge the Main PageGravatar Benoit Jacob2009-10-02
|
* remove (changesets), it's enough numbers like thisGravatar Benoit Jacob2009-09-24
|
* * sort by last name alphabeticallyGravatar Benoit Jacob2009-09-24
| | | | * replace (no own changesets) by (no information)
* use -f so that the script is happy even if the log file is not thereGravatar Thomas Capricelli2009-09-24
|
* oops, don't append, overwriteGravatar Benoit Jacob2009-09-24
|
* improvements, especially: automatically flush the server side cacheGravatar Benoit Jacob2009-09-24
|
* fix typoGravatar Benoit Jacob2009-09-23
|
* add eigen_gen_credits scriptGravatar Benoit Jacob2009-09-23
|
* new script that update from mercurial, make the doc, and upload the resultGravatar Thomas Capricelli2009-08-15
| | | | to tuxfamily.org
* new script to generate and upload the docs for a given branchGravatar Benoit Jacob2009-08-14
needs cleanup by a better shell scripter!!