Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add projectRoot to Xcode projects | Brad King | 2008-07-07 | 1 | -0/+7 |
| | | | | | | - This attribute points Xcode at the source tree. - Xcode 3 wants this to be set always. - See bug #7044. | ||||
* | BUG: Fix AppBundle=>Library depends in Xcode | Brad King | 2008-07-07 | 1 | -2/+12 |
| | | | | | | - The Xcode generator xcode-depend-helper needs to account for the paths of executables within application bundles. - See bug #7278. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | COMP: fix warning | Bill Hoffman | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | COMP: fix some more warnings | Bill Hoffman | 2008-07-07 | 1 | -4/+0 |
| | |||||
* | COMP: fix a few more warnings | Bill Hoffman | 2008-07-06 | 2 | -3/+3 |
| | |||||
* | BUG: Add new library richtext. Reported in #7284 thanks to earith. | Miguel A. Figueroa-Villanueva | 2008-07-06 | 1 | -2/+3 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-06 | 1 | -1/+1 |
| | |||||
* | ENH: Replace Advanced checkbox and group option in menu with a combo box to | Clinton Stimpson | 2008-07-05 | 3 | -17/+43 |
| | | | | choose view type. | ||||
* | BUG: Watch for empty qconfig.pri files. Fixes #7287. | Clinton Stimpson | 2008-07-05 | 1 | -3/+3 |
| | |||||
* | COMP: fix warning | Bill Hoffman | 2008-07-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-05 | 1 | -1/+1 |
| | |||||
* | COMP: try to fix sgi compiler problem with set and also shorten symbol ↵ | Bill Hoffman | 2008-07-04 | 3 | -14/+16 |
| | | | | lengths for set class | ||||
* | COMP: fix more warnings | Bill Hoffman | 2008-07-04 | 1 | -15/+20 |
| | |||||
* | COMP: fix warning | Bill Hoffman | 2008-07-04 | 1 | -1/+1 |
| | |||||
* | COMP: fix some warnings | Bill Hoffman | 2008-07-04 | 2 | -3/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-04 | 1 | -1/+1 |
| | |||||
* | COMP: Find Boost as installed by the BoostPro/Boost Consulting installers on ↵ | Douglas Gregor | 2008-07-03 | 1 | -2/+6 |
| | | | | Windows | ||||
* | ENH: one more fix for the old hp c++ compiler | Bill Hoffman | 2008-07-03 | 1 | -1/+1 |
| | |||||
* | ENH: Cleanup FindBoost module, fixing several small bugs and providing ↵ | Douglas Gregor | 2008-07-03 | 1 | -155/+203 |
| | | | | better diagnostic information when things go wrong | ||||
* | BUG: Replace non-bootstrap command with macro | Brad King | 2008-07-03 | 1 | -0/+9 |
| | | | | | - The GET_TEST_PROPERTY command does not exist during bootstrap. - Instead of lots of conditionals, replace it with a macro. | ||||
* | ENH: one more fix for hp | Bill Hoffman | 2008-07-03 | 1 | -1/+0 |
| | |||||
* | ENH: Remove condition on use of CMake 2.4 commands | Brad King | 2008-07-03 | 1 | -39/+30 |
| | | | | | | - Commands SET_TESTS_PROPERTIES and GET_TEST_PROPERTY exist in CMake 2.4, which is now required. - Therefore we need not check before using them. | ||||
* | COMP: Don't set properties on a non-existing test | Brad King | 2008-07-03 | 1 | -1/+1 |
| | | | | | - Test SubProject-Stage2 is conditionally created. - Set properties on it only if it exists. | ||||
* | ENH: fix for old hp compiler | Bill Hoffman | 2008-07-03 | 1 | -4/+2 |
| | |||||
* | ENH: Do not auto-create out-dated cache variables | Brad King | 2008-07-03 | 1 | -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 resource | Brad King | 2008-07-03 | 2 | -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.plist | Brad King | 2008-07-03 | 1 | -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 file | Bill Hoffman | 2008-07-03 | 2 | -0/+361 |
| | |||||
* | ENH: add initial ctest -j feature | Bill Hoffman | 2008-07-03 | 11 | -75/+893 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-02 | 1 | -1/+1 |
| | |||||
* | ENH: fix install in add/remove programs, again... | Bill Hoffman | 2008-07-01 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-01 | 1 | -2/+2 |
| | |||||
* | BUG: Fix column widths on some systems. | Clinton Stimpson | 2008-06-30 | 1 | -1/+1 |
| | |||||
* | BUG: Do not escape make variable references in VS additional options. | Brad King | 2008-06-30 | 1 | -2/+4 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-30 | 1 | -1/+1 |
| | |||||
* | BUG: fix 7230: don't ignore first parameter if it's not ALL | Alexander Neundorf | 2008-06-29 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-29 | 1 | -1/+1 |
| | |||||
* | BUG: fix memory leak and cleanup error string code | Ken Martin | 2008-06-28 | 3 | -35/+25 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-27 | 1 | -1/+1 |
| | |||||
* | BUG: Fix computed directory property DEFINITIONS. | Brad King | 2008-06-26 | 2 | -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 notfound | Bill Hoffman | 2008-06-26 | 1 | -4/+7 |
| | |||||
* | ENH: support parenthesis as arguments and in conditionals feature request #6191 | Ken Martin | 2008-06-26 | 11 | -224/+342 |
| | |||||
* | ENH: Update documentation of computed directory properites. | Brad King | 2008-06-26 | 2 | -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 King | 2008-06-26 | 1 | -2/+4 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 7239, DEFINITIONS property not backwards compatible to 2.4 | Bill Hoffman | 2008-06-25 | 1 | -2/+15 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-25 | 1 | -1/+1 |
| |