Brad King
|
f40406ed6b
Fix default install prefix on Haiku
|
16 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
David Cole
|
f199385605
Fix CMake Internal Error from cmTarget::GetOutputInfo - triggered by calling GetLocation on a utility target - caused by custom command output file with same name as custom target. The fix is to avoid calling GetLocation unless the target is of a type that is expected to have a location...
|
16 years ago |
Brad King
|
3fe5f8d960
Optionally force conversion to relative path
|
16 years ago |
Brad King
|
180c60a86f
Fix check for -isysroot on OS X
|
16 years ago |
Bill Hoffman
|
e7d75864d1
Only do the OSX arch stuff on OSX.
|
16 years ago |
Bill Hoffman
|
58818d5168
Add detection of gcc versions that do not support isysroot option and do not use it for them.
|
16 years ago |
Bill Hoffman
|
6362d4c743
Fix case where no archs are found on older macs.
|
16 years ago |
Bill Hoffman
|
ea282284d5
Fix for bug #9466. Change the implementation of OSX arch lists. If no ARCHs are specified by the user then no flags are set. We no longer use CMAKE_OSX_ARCHITECTURES_DEFAULT.
|
16 years ago |
Brad King
|
e308621382
Create CMP0014 to require CMakeLists.txt files
|
16 years ago |
Brad King
|
3fda5c6463
Factor cmLocalGenerator::Configure input file read
|
16 years ago |
Brad King
|
1db5c90644
Factor cmLocalGenerator::Configure object max path
|
16 years ago |
Brad King
|
a6890a1673
Manage current local generator with automatic var
|
16 years ago |
Ken Martin
|
410b8ebae1
ENH: minor cleanup of test
|
16 years ago |
Bill Hoffman
|
300514fd25
ENH: make sure GUIDs for filters are cached
|
16 years ago |
Bill Hoffman
|
3d1c12b802
ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties instead, fix VXExternalInclude test for VS10
|
16 years ago |
Brad King
|
a608467180
ENH: Simpler cmTarget::GetLinkerLanguage signature
|
16 years ago |
Brad King
|
708d1cf1ee
ENH: Support more preprocessor values in VS6
|
16 years ago |
David Cole
|
f6828c391d
BUG: Fix invalid array access discovered during investigation of issue #7832.
|
16 years ago |
Brad King
|
b59d0a4d13
BUG: Allow more shell ops in custom commands
|
16 years ago |
Brad King
|
66d69f864a
ENH: Refactor generation of CTestTestfile content
|
16 years ago |
Brad King
|
98c51ff6dc
ENH: Overhaul CMake version numbering
|
16 years ago |
Brad King
|
8c3290b4a3
BUG: Use new include dir suppresson for all gens
|
17 years ago |
Brad King
|
3498a8c668
ENH: Simplify reverse cmLocalGenerator::Convert
|
17 years ago |
Brad King
|
cb788e8f6d
ENH: Re-enable system include dir suppression
|
17 years ago |
Brad King
|
39f8b91125
BUG: Remove implicit include dir suppression
|
17 years ago |
Brad King
|
15c52e9891
ENH: Add rule substitutions useful for launchers
|
17 years ago |
Brad King
|
b604b98c56
ENH: Define RULE_LAUNCH_* properties
|
17 years ago |
Brad King
|
a27e9ca4a2
BUG: Fix old-style install to prefix top
|
17 years ago |
David Cole
|
1dee719cdc
BUG: Fix issue #6195. Add CMAKE_OSX_DEPLOYMENT_TARGET cache variable to specify the target deployment runtime OS version of the built executables on Mac OSX. Thanks to Mike Jackson for the patch.
|
17 years ago |