summaryrefslogtreecommitdiffstats
path: root/Help/prop_test/ENVIRONMENT.rst
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2018-07-05 16:20:26 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2018-07-22 11:33:04 (GMT)
commit7aa26cf0e9319be3f7785763eb3699823453eb60 (patch)
tree6a83e198c9c7768fbb837b21769ab7f02182c549 /Help/prop_test/ENVIRONMENT.rst
parentc2d22dc4b44c8a5115fbe6797bb44ae478971601 (diff)
downloadCMake-7aa26cf0e9319be3f7785763eb3699823453eb60.zip
CMake-7aa26cf0e9319be3f7785763eb3699823453eb60.tar.gz
CMake-7aa26cf0e9319be3f7785763eb3699823453eb60.tar.bz2
FindPkgConfig: allow to create global imported targets
Diffstat (limited to 'Help/prop_test/ENVIRONMENT.rst')
0 files changed, 0 insertions, 0 deletions
span> | | | | | | | | 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 'FindCUDA-allow-g3'Brad King2010-10-051-2/+2 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6916f8d Allow -g3 for CUDA v3.0+. | * | | | | | | | | | | | | | | | | | | | Allow -g3 for CUDA v3.0+.James Bigler2010-10-041-2/+2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In versions of the CUDA toolkit previous to version 3.0 the use of -g3 would cause compilation errors. This was fixed in version 3.0. * | | | | | | | | | | | | | | | | | | | | Merge topic 'Fix-0011263-CUDA_SDK_PATH'Brad King2010-10-051-1/+3 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1df8516 Fix for bug 0011263. | * | | | | | | | | | | | | | | | | | | | | Fix for bug 0011263.James Bigler2010-10-041-1/+3 | |/ / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added CUSDKCOMPUTE_ROOT to the list of paths when looking for CUDA_SDK_ROOT_DIR. * | | | | | | | | | | | | | | | | | | | | Merge topic 'CPackHandleParenthesisInSystemName'Brad King2010-10-051-3/+3 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4a4a53f CPackRPM Handle parenthesis in CPACK_SYSTEM_NAME (fix bug 10737) | * | | | | | | | | | | | | | | | | | | | | CPackRPM Handle parenthesis in CPACK_SYSTEM_NAME (fix bug 10737)Eric NOULARD2010-10-031-3/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge patch from Frank Stappers * | | | | | | | | | | | | | | | | | | | | | Merge topic 'vs-project-groups'Brad King2010-10-055-12/+55 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fd3249e New USE_FOLDERS property OFF by default. (#3796) | * | | | | | | | | | | | | | | | | | | | | | New USE_FOLDERS property OFF by default. (#3796)David Cole2010-10-025-12/+55 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 '11279'Brad King2010-10-051-2/+4 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aca758b Fixes issue 11279: CMakeDetermineVSServicePack support for VS10 | * | | | | | | | | | | | | | | | | | | | | | | | Fixes issue 11279: CMakeDetermineVSServicePack support for VS10Philip Lowman2010-10-011-2/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Aaron C. Meadows for the patch. * | | | | | | | | | | | | | | | | | | | | | | | | Merge topic 'dev/test-for-bug-11230'Brad King2010-10-05