Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: fix potential issue with empty strings | Bill Hoffman | 2009-02-03 | 1 | -3/+3 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-03 | 1 | -1/+1 |
| | |||||
* | BUG: include should not have .cmake | Bill Hoffman | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | BUG: Fix preprocess and assembly rule expansion | Brad King | 2009-02-02 | 1 | -12/+12 |
| | | | | | | The recent change to avoid expanding rule variables in informational and 'cd' commands broke the logical order in generation of preprocess and assembly rules. This corrects the order. | ||||
* | COMP: Fix rule hash code during bootstrap | Brad King | 2009-02-02 | 1 | -2/+1 |
| | | | | | | During bootstrap we do not bother with rule hashing. This updates the dummy implementation to account for the recent change in rule hash method signatures. | ||||
* | BUG: Do not expand rule variables in info rules | Brad King | 2009-02-02 | 1 | -33/+36 |
| | | | | | | | Previously the makefile generator would expand rule variables even on its progress and echo commands for object compilation rules (but not for link rules). This fixes the implementation to only expand rule variables on user-specified rules. | ||||
* | ENH: Refactor custom command rule hashing | Brad King | 2009-02-02 | 5 | -20/+23 |
| | | | | | | | | | | This simplifies computation of custom command rule hashes to hash content exactly chosen as the custom commands are generated. Unfortunately this will change the hashes of existing build trees from earlier CMake versions, but this is not a big deal. The change is necessary so that in the future we can make optional adjustments to custom command lines at generate time without changing the hashes every time the option is changed. | ||||
* | ENH: More robust property lookup | Brad King | 2009-02-02 | 2 | -0/+8 |
| | | | | | | This teaches cmMakefile::GetProperty and cmake::GetProperty methods to return NULL when the property name is NULL, making them more robust and consistent with the behavior of cmTarget::GetProperty. | ||||
* | ENH: Put test labels in MemCheck results | Brad King | 2009-02-02 | 3 | -65/+59 |
| | | | | | | | This refactors generation of <Test> element headers and footers in cmCTestTestHandler and re-uses it in cmCTestMemCheckHandler. The change removes duplicate code and enables the new <Labels> element for MemCheck results. | ||||
* | ENH: Clarify target_link_libraries docs | Brad King | 2009-02-02 | 1 | -5/+7 |
| | | | | | The target_link_libraries command supports flags as well as libraries. This makes the support explicit in the documentation. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-01 | 1 | -2/+2 |
| | |||||
* | BUG: Fixes configure error if you don't specify a version with find_package() | Philip Lowman | 2009-01-31 | 1 | -9/+11 |
| | |||||
* | BUG: Fix library detection for GDAL on most Linux distributions (Issue #7445) | Philip Lowman | 2009-01-31 | 1 | -40/+60 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-31 | 1 | -1/+1 |
| | |||||
* | ENH: Added FindOpenSceneGraph.cmake which is intended to wrap any of the ↵ | Philip Lowman | 2009-01-31 | 3 | -4/+220 |
| | | | | existing Findosg* modules (or even user specified modules in CMAKE_MODULE_PATH) and aggregate the include dirs & libraries while providing a COMPONENT frontend and version checking (Fixes Issue #6973). Also added a note to Findosg.cmake to refer new users to the module. | ||||
* | ENH: Added OSG_ROOT as supported env var (it's in the wild already). Cleaned | Philip Lowman | 2009-01-30 | 2 | -88/+47 |
| | | | | | up FindOpenThreads to support PATH_SUFFIXES. Removed superfluous WIN32 registry checks which should have been $ENV{} checks. | ||||
* | BUG: Fix other modules not respecting QUIET and REQUIRED | Philip Lowman | 2009-01-30 | 3 | -11/+6 |
| | |||||
* | BUG: The QUIET and REQUIRED find attributes on each Findosg* module were not | Philip Lowman | 2009-01-30 | 17 | -17/+17 |
| | | | | being respected. | ||||
* | ENH: Added a mark_as_advanced() wrapper function. | Philip Lowman | 2009-01-30 | 1 | -0/+10 |
| | |||||
* | BUG: Fixes detection of lua libraries installed from FreeBSD ports (Issue #8421) | Philip Lowman | 2009-01-30 | 2 | -2/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | ENH: Emit a little more information in the error message when the output ↵ | David Cole | 2009-01-29 | 1 | -1/+8 |
| | | | | file is not found during a core try compile. | ||||
* | BUG: Remove unnecessary double quotes from SET statements. Hopefully ↵ | David Cole | 2009-01-29 | 1 | -8/+8 |
| | | | | resolves the strange and difficult to diagnose (or reproduce) test failures on the dashmacmini2 Continuous dashboard. | ||||
* | BUG: fix for #8418 -E chdir should return fail of dir does not exist | Bill Hoffman | 2009-01-29 | 1 | -1/+1 |
| | |||||
* | ENH: Docs for relative paths in link_directories | Brad King | 2009-01-29 | 1 | -1/+6 |
| | | | | | | The link_directories command treats relative paths differently from most CMake commands. This notes the difference in the documentation. See issue #8377. | ||||
* | BUG: Fix OS X dylib version flags for more linkers | Brad King | 2009-01-29 | 1 | -2/+2 |
| | | | | | | | Some OS X linkers want a 'dylib_' prefix on the -compatiblity_version and -current_version flags while others do not. This passes the flags through gcc instead since it never wants the prefix and translates the flags for the linker correctly. | ||||
* | ENH: Also find .moc files if there are spaces between # and include. | Clinton Stimpson | 2009-01-29 | 1 | -1/+1 |
| | | | | Fixes #8433. | ||||
* | ENH: add missing file | Bill Hoffman | 2009-01-29 | 1 | -0/+43 |
| | |||||
* | BUG: fix for # 8413 add more haiku searching | Bill Hoffman | 2009-01-29 | 1 | -1/+2 |
| | |||||
* | BUG: fix for #8423 | Bill Hoffman | 2009-01-29 | 2 | -1/+3 |
| | |||||
* | STYLE: fix warning | Bill Hoffman | 2009-01-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Reworded some of the OS-X code comments | Philip Lowman | 2009-01-29 | 1 | -22/+23 |
| | |||||
* | STYLE: fix warning | Bill Hoffman | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | ENH: Better way to add framework includes. | Clinton Stimpson | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | ENH: clean up status and change order for more common compilers first | Bill Hoffman | 2009-01-28 | 1 | -9/+9 |
| | |||||
* | ENH: add openmp support | Bill Hoffman | 2009-01-28 | 1 | -0/+108 |
| | |||||
* | BUG: Fix careless typo that only caused test failures on clean builds... | David Cole | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | BUG: Try to fix the universal binary continuous dashboard on dashmacmini2. I ↵ | David Cole | 2009-01-27 | 1 | -6/+12 |
| | | | | am deducing that the value of CMAKE_OSX_ARCHITECTURES_DEFAULT is responsible for the failure, although I cannot reproduce it on other builds or even by running the test via ctest interactively *on* the continuous dashboard's build... | ||||
* | BUG: Only set CMAKE_OSX_DEPLOYMENT_TARGET on Mac OSX 10.4 or later. The gcc ↵ | David Cole | 2009-01-27 | 1 | -2/+4 |
| | | | | that runs on 10.3 and earlier does not understand the compiler flag it maps to... | ||||
* | STYLE: Emit filenames in try_compile error message to get more information ↵ | David Cole | 2009-01-27 | 1 | -1/+5 |
| | | | | from the Continuous dashboard test that is failing. | ||||
* | BUG: Reset file submission list on test restart | Brad King | 2009-01-27 | 2 | -2/+4 |
| | | | | | | | | | | When running in script mode it is possible to run multiple separate dashboard submissions in one cmCTest instance. The recent refactoring of file submission lists into parts failed to clear the submission lists when starting a new dashboard (ctest_start or ctest_update). Only the unused old submission set was cleared. This fixes the refactored version to remove the old submission set completely and also clear the part-wise lists. | ||||
* | BUG: Fix CTest submit-only operation | Brad King | 2009-01-27 | 1 | -8/+1 |
| | | | | | | | | We need to initialize cmCTestSubmitHandler on construction to make sure all parts get enabled by default. The recent fix to re-enable all parts on initialization broke submit-only operations because the handler did not initialize on construction. This also removes duplicate initialization code. | ||||
* | ENH: change to use CMAKE_CREATE_VERSION from CMAKE_VERSION as CMAKE_VERSION ↵ | Bill Hoffman | 2009-01-27 | 1 | -1/+1 |
| | | | | is auto-defined now | ||||
* | ENH: change to use CMAKE_CREATE_VERSION from CMAKE_VERSION as CMAKE_VERSION ↵ | Bill Hoffman | 2009-01-27 | 4 | -32/+32 |
| | | | | is auto-defined now | ||||
* | BUG: Fix issue #6195. Add CMAKE_OSX_DEPLOYMENT_TARGET cache variable to ↵ | David Cole | 2009-01-27 | 3 | -35/+128 |
| | | | | specify the target deployment runtime OS version of the built executables on Mac OSX. Thanks to Mike Jackson for the patch. | ||||
* | BUG: fix for 7845, idl files compile even with headerfile only on | Bill Hoffman | 2009-01-27 | 1 | -2/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-27 | 1 | -1/+1 |
| |