summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Ensure 3rd party libraries are writable.Nicolas Despres2012-07-171-4/+5
| | | | | | | | | | This patch fixes CMake.Install when Qt4 is installed read-only by packaging system like Homebrew.
| * Ninja: Add support for OX X library framework.Nicolas Despres2012-07-172-0/+122
| | | | | | | | This patch fixes test ExportImport on Darwin.
| * Ninja: Add support for OS X app bundles.Nicolas Despres2012-07-172-10/+57
| | | | | | | | | | | | This patch fixes test Qt4Deploy on Darwin. Thanks to Jamie Kirkpatrick <jkp@kirkconsulting.co.uk>
* | Merge topic 'DoNotInvokeCPackAtCMakeTime-forCMakeTests'David Cole2012-07-243-24/+20
|\ \ | | | | | | | | | | | | | | | | | | b47cffa CPack: Use bin subdir when looking for dpkg and rpmbuild a8c659c Find dpkg and rpmbuild in usual Fink and MacPort paths 848f220 Do not run cpack at CMake time it is not available.
| * | CPack: Use bin subdir when looking for dpkg and rpmbuildDavid Cole2012-07-202-4/+4
| | |
| * | Find dpkg and rpmbuild in usual Fink and MacPort pathsEric NOULARD2012-07-022-1/+7
| | |
| * | Do not run cpack at CMake time it is not available.Eric NOULARD2012-06-281-23/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cpack was used to get the list of available i.e. ACTIVE CPack generators in the CMake tests suite. This was done in order to get dynamically available CPack generators like DEB or RPM that may or may not be available on some platform like MacOSX depending on the fact that some command are installed or not. We may do that but not during initial configuration. The current patch fixes the problem and we may do better in the future like configuring CPack tests later.
* | | Merge topic 'fix-tests-for-gcc-4.7'David Cole2012-07-242-1/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | b21cb9f Tests/ObjC++: Use standard <iostream> header 7fa8e53 Tests/X11: Add missing include <stdlib.h> for 'rand'
| * | | Tests/ObjC++: Use standard <iostream> headerBrad King2012-07-181-1/+2
| | | | | | | | | | | | | | | | Drop use of non-standard <iostream.h> header.
| * | | Tests/X11: Add missing include <stdlib.h> for 'rand'Brad King2012-07-181-0/+1
| | | |
* | | | Merge topic 'ninja-mingw-TARGET_PDB'David Cole2012-07-241-1/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9e30289 Ninja: Cannot pass a reference to an anonymous object. 0a3d6a1 Ninja: make debug symbol suffix configurable by CMAKE_DEBUG_SYMBOL_SUFFIX 75bbffb Ninja: make TARGET_PDB a real .gdb file name e5a27a4 Ninja: line length ae8124a Ninja: also mingw needs TARGET_PDB
| * | | | Ninja: Cannot pass a reference to an anonymous object.Nicolas Despres2012-07-181-1/+2
| | | | |
| * | | | Ninja: make debug symbol suffix configurable by CMAKE_DEBUG_SYMBOL_SUFFIXPeter Kümmel2012-07-171-1/+5
| | | | |
| * | | | Ninja: make TARGET_PDB a real .gdb file namePeter Kümmel2012-07-171-5/+11
| | | | |
| * | | | Ninja: line lengthPeter Kümmel2012-07-161-1/+1
| | | | |
| * | | | Ninja: also mingw needs TARGET_PDBPeter Kümmel2012-07-161-0/+9
| | | | |
* | | | | Merge topic 'ninja-mac-BuildDepends'David Cole2012-07-241-2/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 207ec5c Ninja: fix mis-matching endif() argument 392a654 Ninja: on Mac no multiple -arch because of -M 801f23f Ninja: dep files and multiple -arch flags not possible on mac
| * | | | | Ninja: fix mis-matching endif() argumentPeter Kümmel2012-07-181-1/+1
| | | | | |
| * | | | | Ninja: on Mac no multiple -arch because of -MPeter Kümmel2012-07-101-9/+3
| | | | | |
| * | | | | Ninja: dep files and multiple -arch flags not possible on macPeter Kuemmel2012-06-191-1/+8
| | | | | |
* | | | | | Merge topic 'findblas'David Cole2012-07-241-4/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 79a4e2b Fixed: FindLAPACK does not find MKL 10.3 when using gcc 4.x
| * | | | | | Fixed: FindLAPACK does not find MKL 10.3 when using gcc 4.xAlexey Ozeritsky2012-07-181-4/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'ninja-cldeps-check-rc-result'David Cole2012-07-242-7/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74d1c88 Ninja: cmcldeps needs absolute paths for RCs 1cdeef7 Ninja: readd quotes to src file path before patching it 84a18cb Ninja: also stop when .rc's .d file couldn't be generated
| * | | | | | Ninja: cmcldeps needs absolute paths for RCsPeter Kümmel2012-07-171-2/+6
| | | | | | |