- Jul 17, 2012
-
-
Nicolas Despres authored
-
Nicolas Despres authored
This patch fixes CMake.Install when Qt4 is installed read-only by packaging system like Homebrew.
-
Nicolas Despres authored
This patch fixes test ExportImport on Darwin.
-
Nicolas Despres authored
This patch fixes test Qt4Deploy on Darwin. Thanks to Jamie Kirkpatrick <jkp@kirkconsulting.co.uk>
-
Kitware Robot authored
-
- Jul 16, 2012
-
-
Kitware Robot authored
-
- Jul 15, 2012
-
-
Kitware Robot authored
-
- Jul 14, 2012
-
-
Kitware Robot authored
-
- Jul 13, 2012
-
-
Kitware Robot authored
-
- Jul 12, 2012
-
-
8720aa04 install: Fix COMPONENT option
-
674c56c3 if: Document that macro arguments are not variables (#13393)
-
4bb94c9f Ninja: sysconf() is declared in unistd.h bb367599 Ninja: enable response file support on Mac (length 262144) 3a2c8e8e Ninja: disable work around when linking with mingw 3856e669 Ninja: error on missing rspfile_content 8c1e35c1 Ninja: remove some unused default arguments 7f647cf5 Ninja: also write link libraries to rsp file
-
7755283e Add ASM platform information for GNU compiler on AIX (#13390)
-
767a7ad9 AIX-GNU: Link shared libs with -brtl,-bnoipath (#13352)
-
d54618f3 Tests/CustomCommand: Do not use 'main' in a library
-
374b9b9e DeployQt4: workaround bug 13258 where ARGV1 is leaked into a sub function.
-
c785c6bd CTestUpdateSVN: Do not create repo directory first (#13349)
-
280a333e Fix project command documentation typo (#13384)
-
Kitware Robot authored
-
- Jul 11, 2012
-
-
Brad King authored
Since commit 7ced0732 (make default install component name configurable, 2012-05-13) the COMPONENT option has not worked in all cases. The change restored use of the broken SetDefaultString previously removed by commit 43cad3e4 (fix the default "Unspecified" component, 2008-03-26). Remove SetDefaultString and use the default component name only when an invocation does not specify a non-empty COMPONENT option value. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680825
-
Brad King authored
A common mistake is to write macro(foo arg) if(arg) endif() endmacro() and expect if() to treat "arg" as a variable. The documentation of the macro() command already states that arguments are not variables, but users writing the if() command may not look at the macro() docs. Add a note to the if() documentation.
-
Peter Kümmel authored
-
Peter Kümmel authored
-
Peter Kümmel authored
The work around is only needed by older GCCs (only testet 4.4/4.7) Ninja is very new so chances are high that there is also a new mingw. Use slashes in link rsp file, because ar.exe can't handle \.
-
Kitware Robot authored
-
- Jul 10, 2012
-
-
Brad King authored
Previously CMake silently accepted the empty string and added a bogus dependency on the current directory. Instead warn about the empty file name and ignore it. We cannot make this an error because there may be existing projects that accidentally depend on the old behavior. Add a RunCMake.include test to cover this case.
-
Peter Kümmel authored
-
Peter Kümmel authored
-
Peter Kümmel authored
and enable rspfile support on Linux, needed for commands longer than e.g. 2096152 characters on Ubuntu.
-
Kitware Robot authored
- Jul 09, 2012
-
-
Brad King authored
We already use these flags with the XL toolchain. Use them for GNU too.
-
Brad King authored
Otherwise when linking 'CustomCommand' some linkers report ld: 0711-224 WARNING: Duplicate symbol: .main Suggested-by:
Daniel R. Gomez <gomez@teragram.com>
-
ecfc53da cmake-gui: Fix code to respect current locale.
-
ac7a1939 GetPrerequisites.cmake: detect executables built with the -pie linker flag.
-
05a8630e Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config.
-
926d634d CPack fix regression between 2.8.7 and 2.8.8 when running cpack with no arg.
-