| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Found bug: targets which don't link to anything don't get inserted in
the dot file.
Alex
|
|
|
|
| |
Alex
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
3f94c7c When processing DartMeasurements use the tests working directory.
|
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | |
| | |
| | | |
a749724 CPackDeb Added several optional debian binary package fields
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
8f0a70e Xcode: Recognize .hh as C++ (#11307)
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | | |
Comes with a simple test and docs.
Alex
|
| | |
| | |
| | |
| | | |
Alex
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
abb6e75 Document ENABLE_EXPORTS behavior on Mac (#11295)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Mention that it is implemented with -bundle-loader on platforms that
need link-time symbol resolution but that do not use DLL import libs.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
973df7c VS10: Order .vcxproj dependencies deterministically (#10502)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This avoids needless modification of the project files during
regeneration.
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
9072535 CodeBlocks Generator: Do not omit files in the project file listing.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| |_|/ /
|/| | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
fd3249e New USE_FOLDERS property OFF by default. (#3796)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
2596e16 VS10: Encode custom command comments for echo (#11283)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
448661f VS10: Skip targets with no linker language (#11230)
|