summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Don't set properties on a non-existing testBrad King2008-07-031-1/+1
| | | | | - Test SubProject-Stage2 is conditionally created. - Set properties on it only if it exists.
* ENH: fix for old hp compilerBill Hoffman2008-07-031-4/+2
|
* ENH: Do not auto-create out-dated cache variablesBrad King2008-07-031-15/+23
| | | | | | | | | | - We used to always put LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH in the cache if the project did not. - In CMake 2.6 these variables should no longer be used. - Now add them only if CMAKE_BACKWARDS_COMPATIBILITY is also cached. - This happens only when CMP0001 is set to OLD or WARN or if the user or project sets it. In any case compatibility is needed. - Reported by Miguel A. Figueroa-Villanueva and Philip Lowman.
* BUG: Fix Xcode reference to Info.plist resourceBrad King2008-07-032-10/+17
| | | | | | | | | | | - Generated Xcode projects for application bundles list the CMake-generated Info.plist input file as a resource. - The location of the input file was moved by a previous commit, but the reference to it as a resource file was not updated. - This change moves the file to CMakeFiles/<tgt>.dir/Info.plist to give it a more intuitive name in the Xcode project. - We also update the reference to point at the correct location. - See bug #7277.
* BUG: Fix Xcode per-config bundle name in Info.plistBrad King2008-07-031-1/+5
| | | | | | | | | - The Xcode generator creates one Info.plist input file which is converted at build time by Xcode and placed in the final bundle. - The <CONFIG>_OUTPUT_NAME target property can place different content for the exe name in Info.plist on a per-configuration basis. - Instead of generating a per-config Info.plist input file just let Xcode put the name in at build time using the $(EXECUTABLE_NAME) var.
* ENH: add missing fileBill Hoffman2008-07-032-0/+361
|
* ENH: add initial ctest -j featureBill Hoffman2008-07-0311-75/+893
|
* STYLE: Nightly Date StampBrad King2008-07-031-1/+1
|
* STYLE: Nightly Date StampBrad King2008-07-021-1/+1
|
* ENH: fix install in add/remove programs, again...Bill Hoffman2008-07-011-1/+1
|
* STYLE: Nightly Date StampBrad King2008-07-011-2/+2
|
* BUG: Fix column widths on some systems.Clinton Stimpson2008-06-301-1/+1
|
* BUG: Do not escape make variable references in VS additional options.Brad King2008-06-301-2/+4
|
* STYLE: Nightly Date StampBrad King2008-06-301-1/+1
|
* BUG: fix 7230: don't ignore first parameter if it's not ALLAlexander Neundorf2008-06-291-1/+1
| | | | Alex
* STYLE: Nightly Date StampBrad King2008-06-291-1/+1
|
* BUG: fix memory leak and cleanup error string codeKen Martin2008-06-283-35/+25
|
* STYLE: Nightly Date StampBrad King2008-06-281-1/+1
|
* STYLE: Nightly Date StampBrad King2008-06-271-1/+1
|
* BUG: Fix computed directory property DEFINITIONS.Brad King2008-06-262-21/+33
| | | | | | | | | | - The property tracks the value formed by add_definitions and remove_definitions command invocations. - The string should be maintained for use in returning for the DEFINITIONS property value. - It is no longer used for any other purpose. - The DEFINITIONS property was recently documented as deprecated. - See bug #7239.
* BUG: don't run KDE4_KDECONFIG_EXECUTABLE if it is notfoundBill Hoffman2008-06-261-4/+7
|
* ENH: support parenthesis as arguments and in conditionals feature request #6191Ken Martin2008-06-2611-224/+342
|
* ENH: Update documentation of computed directory properites.Brad King2008-06-262-13/+74
| | | | | | - Fix documentation of get_directory_property command. - Convert its list of computed directory properties to be defined/documented directory properties.
* BUG: Fix PARENT_DIRECTORY property in top-level to not crash.Brad King2008-06-261-2/+4
|
* STYLE: Nightly Date StampBrad King2008-06-261-1/+1
|
* BUG: fix for bug 7239, DEFINITIONS property not backwards compatible to 2.4Bill Hoffman2008-06-251-2/+15
|
* STYLE: Nightly Date StampBrad King2008-06-251-1/+1
|
* ENH: undo optional because we need itBill Hoffman2008-06-241-3/+0
|
* ENH: rc is not so optional at least with 2005 and newer, as it is used to ↵Bill Hoffman2008-06-241-1/+1
| | | | embed the manifest files
* BUG: Don't create empty property. Fixes bug #7193.Clinton Stimpson2008-06-241-0/+5
|
* STYLE: Nightly Date StampBrad King2008-06-241-1/+1
|
* ENH: make rc optionalBill Hoffman2008-06-231-1/+4
|
* BUG: fix for bug 7228 FLTK_WRAP_UI segfault fixedBill Hoffman2008-06-231-1/+13
|
* STYLE: Nightly Date StampBrad King2008-06-231-1/+1
|
* STYLE: Nightly Date StampBrad King2008-06-221-1/+1
|
* STYLE: Nightly Date StampBrad King2008-06-211-1/+1
|
* BUG: fix for bug 7222 manifest:no not working for makefilesBill Hoffman2008-06-202-10/+33
|
* STYLE: Nightly Date StampBrad King2008-06-201-1/+1
|
* BUG: Avoid running the new CPackComponents test on Windows unless the NSIS ↵David Cole2008-06-191-2/+22
| | | | installer is available.
* COMP: Eliminate unreferenced variable warningDavid Cole2008-06-191-0/+2
|
* STYLE: Nightly Date StampBrad King2008-06-191-1/+1
|
* BUG: modify the compiler flags only if KDE3 has actually been foundAlexander Neundorf2008-06-181-41/+45
| | | | Alex
* STYLE: use uppercase to be consistent with the rest of the fileAlexander Neundorf2008-06-181-8/+8
| | | | Alex
* BUG: the variable is _KDE4_USE_FLAGSAlexander Neundorf2008-06-181-5/+6
| | | | | | ENH: I guess this is also true for gcc 2.95 ? Alex
* COMP: Eliminate compiler warning on 64-bit build.David Cole2008-06-181-1/+2
|
* BUG: Always look for the NSIS reg value in the 32-bit hive even in 64-bit ↵David Cole2008-06-181-1/+2
| | | | builds of CPack.
* ENH: support large object file lists with incremental visual studio linkingBill Hoffman2008-06-181-1/+1
|
* ENH: use correct variableBill Hoffman2008-06-181-6/+6
|
* ENH: Apply patch for feature request #7170. Thanks to Tim Shead for ↵David Cole2008-06-185-1/+375
| | | | contributing...
* BUG: Be more specific about the expected file name of the installer. (So we ↵David Cole2008-06-181-2/+2
| | | | don't get mylibapp.exe in our GLOB results in make based build trees where the built exes end up in the same directory as the CPack installers...)