summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
| * | | Re-factor CFBundle generation.Nicolas Despres2012-07-176-61/+39
| | | |
| * | | Enable BundleTest with CLang too.Nicolas Despres2012-07-171-32/+34
| | | |
| * | | Ninja: Add support for CFBundle.Nicolas Despres2012-07-173-0/+51
| | | | | | | | | | | | | | | | This patch fixes test CFBundleTest on Darwin.
| * | | Ninja: Copy resource files in the bundle.Nicolas Despres2012-07-176-5/+128
| | | | | | | | | | | | | | | | This patch fixes test BundleTest on Darwin.
| * | | Re-factor OS X bundle and framework generation.Nicolas Despres2012-07-1710-297/+287
| | | |
| * | | Remove trailing white-spaces.Nicolas Despres2012-07-175-21/+21
| | | |