summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Move the code for collecting targets and libraries into separate functionsAlex Neundorf2010-10-312-119/+175
| | | | | | | Found bug: targets which don't link to anything don't get inserted in the dot file. Alex
* Remove trailing whitespace and minor formatting changes for the dot-codeAlex Neundorf2010-10-311-97/+107
| | | | Alex
* KWSys Nightly Date StampKWSys Robot2010-10-311-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-10-301-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-10-291-1/+1
|
* Merge topic 'fix_ctest_working_dir'David Cole2010-10-281-0/+10
|\ | | | | | | | | 3f94c7c When processing DartMeasurements use the tests working directory.
| * When processing DartMeasurements use the tests working directory.Bill Hoffman2010-10-191-0/+10
| | | | | | | | Restore CMake 2.6 behavoir where the dart processing apparently was run from within the tests directory instead of the root of the build tree. This addresses issue reported on the VTK Dashboard where the Testing/Temporary directory is defined as ../../../Testing/Temporary but the DartProcessing is run with respect to the root of the build tree. This causes the regression/difference images to not be located by ctest and thus not uploaded to the dashboard.
* | Merge topic 'CPackDeb-MoreControl'David Cole2010-10-281-4/+40
|\ \ | | | | | | | | | | | | a749724 CPackDeb Added several optional debian binary package fields
| * | CPackDeb Added several optional debian binary package fieldsEric NOULARD2010-10-251-4/+40
| | | | | | | | | | | | | | | | | | This fixes bugs #0011355 and 0008342. The merged patch is a contribution from Michael Lasmanis and Petri Hodju with some extra documentation added by the merger.
* | | KWSys Nightly Date StampKWSys Robot2010-10-281-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-10-271-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-10-261-1/+1
|/ /
* | KWSys Nightly Date StampKWSys Robot2010-10-251-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2010-10-241-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2010-10-231-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2010-10-221-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2010-10-211-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2010-10-201-1/+1
|/
* Merge topic 'xcode-hh-files'David Cole2010-10-191-1/+1
|\ | | | | | | | | 8f0a70e Xcode: Recognize .hh as C++ (#11307)
| * Xcode: Recognize .hh as C++ (#11307)Brad King2010-10-121-1/+1
| |
* | Merge topic 'AddCMAKE_CURRENT_LIST_DIR'David Cole2010-10-192-67/+93
|\ \ | | | | | | | | | | | | | | | | | | b011840 Use absolute path to FindPackageHandleStandardArgs.cmake everywhere 41e4f1a Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE) f9fc79c Remove trailing whitespace
| * | Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE)Alex Neundorf2010-09-282-0/+25
| | | | | | | | | | | | | | | | | | Comes with a simple test and docs. Alex
| * | Remove trailing whitespaceAlex Neundorf2010-09-282-67/+68
| | | | | | | | | | | | Alex
* | | KWSys Nightly Date StampKWSys Robot2010-10-191-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-10-181-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-10-171-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-10-161-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-10-151-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-10-141-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-10-131-1/+1
| | |
* | | Merge topic 'document-bundle-loader'David Cole2010-10-121-4/+8
|\ \ \ | | | | | | | | | | | | | | | | abb6e75 Document ENABLE_EXPORTS behavior on Mac (#11295)
| * | | Document ENABLE_EXPORTS behavior on Mac (#11295)Brad King2010-10-111-4/+8
| | | | | | | | | | | | | | | | | | | | Mention that it is implemented with -bundle-loader on platforms that need link-time symbol resolution but that do not use DLL import libs.
* | | | Merge topic 'vs10-order-dependencies'David Cole2010-10-122-10/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 973df7c VS10: Order .vcxproj dependencies deterministically (#10502)
| * | | | VS10: Order .vcxproj dependencies deterministically (#10502)Brad King2010-10-072-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | This avoids needless modification of the project files during regeneration.
* | | | | Merge topic 'CodeBlocksGeneratorFixForExternalSubdirs'David Cole2010-10-121-4/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | 9072535 CodeBlocks Generator: Do not omit files in the project file listing.
| * | | | CodeBlocks Generator: Do not omit files in the project file listing.Alex Neundorf2010-10-051-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The CodeBlocks generator used to omit files that were in siblings directories. Though that filters out a few files that could be argued aren't of interest to the user, it also potentialy hides files that are relevant to the user. Patch by Daniel Teske. Alex See: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-2250 for an example.
* | | | | KWSys Nightly Date StampKWSys Robot2010-10-121-1/+1
| |_|/ / |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2010-10-111-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-10-101-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-10-091-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-10-081-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-10-071-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-10-061-1/+1
| |/ / |/| |
* | | Merge topic 'vs-project-groups'Brad King2010-10-053-5/+14
|\ \ \ | | | | | | | | | | | | | | | | fd3249e New USE_FOLDERS property OFF by default. (#3796)
| * | | New USE_FOLDERS property OFF by default. (#3796)David Cole2010-10-023-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Visual Studio Express editions do not support solution folders, so default behavior should be as if USE_FOLDERS global property is OFF. Also, allow folder names to be the same as target names: internally, use a prefix to distinguish folder GUIDs from target GUIDs. Add a target and folder with the same name in the ExternalProject test to exercise this code. For CMake itself, provide a new option CMAKE_USE_FOLDERS that defaults to ON so that Visual Studio users get a nicely organized CMake project. Express edition users will have to turn off the CMAKE_USE_FOLDERS option in order to build CMake in the VS Express IDE.
* | | | Merge topic 'vs10-custom-comments'Brad King2010-10-051-2/+28
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 2596e16 VS10: Encode custom command comments for echo (#11283)
| * | | | VS10: Encode custom command comments for echo (#11283)Brad King2010-10-011-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VS10 uses MSBuild underneath. The <Message></Message> CDATA are just appended to "echo" and executed as a single command. Encode the message such that it can be passed to echo. Convert newlines to tabs since they cannot be printed this way.
* | | | | Merge topic 'dev/test-for-bug-11230'Brad King2010-10-051-0/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 96a335f XCode generation should fail if lang isn't known d3a8943 Fix which string is checked for in the test 220c5dc Add test that CMake errors with empty libs
| * | | | | XCode generation should fail if lang isn't knownBen Boeckel2010-09-301-0/+10
| | | | | |
* | | | | | Merge topic 'vs10-empty-target'Brad King2010-10-052-7/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 448661f VS10: Skip targets with no linker language (#11230)