summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'use_normal_ouput_with_chdir'David Cole2012-08-131-1/+1
|\ | | | | | | | | 4ddd3b9 Use OUTPUT_NORMAL instead of OUTPUT_MERGE for cmake -E chdir.
| * Use OUTPUT_NORMAL instead of OUTPUT_MERGE for cmake -E chdir.Bill Hoffman2012-07-201-1/+1
| | | | | | | | Using OUTPUT_MERGE can cause the output to be jumbled in some cases.
* | Merge topic 'release-script-fixes'David Cole2012-08-131-3/+13
|\ \ | | | | | | | | | | | | 214589b Add ability to run as a ctest -S script also
| * | Add ability to run as a ctest -S script alsoDavid Cole2012-06-221-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | Then, use ctest_sleep to separate uploads by at least one second each, so that the files on the web server all get distinct time stamps. Then, when viewed on the web server, sorted by time, they are also sorted alphabetically.
* | | Merge topic 'exclude-ExternalProject-test-for-cygwin-release-script'David Cole2012-08-132-1/+9
|\ \ \ | | | | | | | | | | | | | | | | 3a17311 Release: Temporarily exclude ExternalProject test on cygwin
| * | | Release: Temporarily exclude ExternalProject test on cygwinDavid Cole2012-06-222-1/+9
| |/ / | | | | | | | | | | | | | | | | | | | | | Only temporarily until we can setup a new cygwin build machine for making releases. It's specific to the script that runs on dash2win64 anyhow. When we add a new script to run it on a different machine, and stop building the cygwin releases on dash2win64, this change will naturally no longer apply.
* | | CMake Nightly Date StampKitware Robot2012-08-131-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2012-08-121-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2012-08-111-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2012-08-101-1/+1
| | |
* | | Begin post-2.8.9 developmentDavid Cole2012-08-091-2/+2
| | |
* | | CMake 2.8.9v2.8.9David Cole2012-08-092-1/+5
| | |
* | | Merge branch 'release'David Cole2012-08-092-3/+450
|\ \ \
| * | | CMake 2.8.9-rc3David Cole2012-07-252-1/+66
| | | |
| * | | Merge branch 'release'David Cole2012-07-252-3/+385
| |\ \ \
| | * | | CMake 2.8.9-rc2David Cole2012-07-142-1/+77
| | | | |
| | * | | Merge branch 'release'David Cole2012-07-142-3/+309
| | |\ \ \
| | | * | | CMake 2.8.9-rc1David Cole2012-06-222-3/+309
| | | |/ /
* | | | | CMake Nightly Date StampKitware Robot2012-08-091-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-08-081-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-08-071-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-08-061-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-08-051-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-08-041-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-08-031-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-08-021-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-08-011-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-07-311-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-07-301-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-07-291-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-07-281-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-07-271-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2012-07-261-1/+1
|/ / / /
* | | | CMake Nightly Date StampKitware Robot2012-07-251-1/+1
| | | |
* | | | Merge topic 'ninja-fix-macosx'David Cole2012-07-2427-462/+845
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1fc8df9 Add missing this->. 7a3ecf5 Fix memory leak in Makefile generator. 9f7dc83 Ninja: also bootstrap ninja files 5d365b2 Ninja: enable ninja support everywhere d569f3e Ninja: void function can't return a value 52160bf Ninja: enable ninja on Mac so all Mac CDash-builds are tested, cleanup later 56aeac6 Ninja: fixes for bcc 7a6bc9e Ninja: remove 'this' from member initializer list 44ba4cf Ninja: remove warnings 7751966 Ninja: remove 'friend' in ninja code c3988ee Re-factor OS X content generator start up. f8e0a51 Re-factor framework directory computation. f36c7b0 Re-factor Mac OS X content directory computation. 5d885db Re-factor bundle content copying rules generation. 3b2a01e Ninja: Use same echo message as makefiles. 7bb56c5 Re-factor CFBundle generation. ...
| * | | | Add missing this->.Nicolas Despres2012-07-221-1/+1
| | | | |
| * | | | Fix memory leak in Makefile generator.Nicolas Despres2012-07-222-3/+11
| | | | | | | | | | | | | | | | | | | | This was introduced by 5d885db416a.
| * | | | Ninja: also bootstrap ninja filesPeter Kümmel2012-07-201-0/+5
| | | | |
| * | | | Ninja: enable ninja support everywherePeter Kümmel2012-07-204-43/+20
| | | | |
| * | | | Ninja: void function can't return a valuePeter Kümmel2012-07-191-2/+2
| | | | |
| * | | | Ninja: enable ninja on Mac so all Mac CDash-builds are tested, cleanup laterPeter Kümmel2012-07-181-1/+1
| | | | |
| * | | | Ninja: fixes for bccPeter Kümmel2012-07-182-1/+3
| | | | |
| * | | | Ninja: remove 'this' from member initializer listPeter Kümmel2012-07-181-1/+1
| | | | |
| * | | | Ninja: remove warningsPeter Kümmel2012-07-185-36/+32
| | | | |
| * | | | Ninja: remove 'friend' in ninja codePeter Kümmel2012-07-185-86/+87
| | | | |
| * | | | Re-factor OS X content generator start up.Nicolas Despres2012-07-174-24/+24
| | | | |
| * | | | Re-factor framework directory computation.Nicolas Despres2012-07-172-12/+17
| | | | |
| * | | | Re-factor Mac OS X content directory computation.Nicolas Despres2012-07-174-77/+106
| | | | |
| * | | | Re-factor bundle content copying rules generation.Nicolas Despres2012-07-1711-84/+127
| | | | |
| * | | | Ninja: Use same echo message as makefiles.Nicolas Despres2012-07-171-1/+4
| | | | |