summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 'FindBoost_bugfix_cleanup'David Cole2010-10-121-17/+8
|\ | | | | | | | | b867a3f Remove superfluous variable Boost_COMPAT_STATIC_RUNTIME.
| * Remove superfluous variable Boost_COMPAT_STATIC_RUNTIME.Philip Lowman2010-10-121-17/+8
| | | | | | | | | | | | | | There is no need to introduce this extra variable as FindBoost can simply rely on if Boost_USE_STATIC_RUNTIME is defined or not to disable the old searching behavior for static runtime libraries on WIN32.
* | Merge topic 'FindHDF5-is-parallel'David Cole2010-10-121-1/+1
|\ \ | | | | | | | | | | | | 3445532 FindHDF5: Fix typo in parallel-IO support check (#11291)
| * | FindHDF5: Fix typo in parallel-IO support check (#11291)Brad King2010-10-111-1/+1
| |/
* | Merge topic 'findmpi-msmpi-update'David Cole2010-10-121-1/+2
|\ \ | | | | | | | | | | | | 35d2770 Update module to locate newely released MS MPI HPC Pack R2.
| * | Update module to locate newely released MS MPI HPC Pack R2.David Partyka2010-10-111-1/+2
| |/
* | 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 'qt4-imports-dir'David Cole2010-10-121-37/+36
|\ \ | | | | | | | | | | | | 2dae2f1 Find imports dir in Qt 4.7
| * | Find imports dir in Qt 4.7Clinton Stimpson2010-10-091-37/+36
| | |
* | | Merge topic 'find-subversion-foreign-lang'David Cole2010-10-121-0/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | d2f8c5f FindSubversion: Use C locale to detect version (#11273) 42126aa FindSubversion: Fix for German localized client (#11273)
| * | | FindSubversion: Use C locale to detect version (#11273)Rolf Eike Beer2010-10-071-1/+8
| | | | | | | | | | | | | | | | | | | | Force LC_ALL to C before the call of the svn executable as it is done in the Subversion_WC_INFO macro a few lines below.
| * | | FindSubversion: Fix for German localized client (#11273)Rolf Eike Beer2010-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On a Win32 system with a German version of SilkSVN I couldn't run CMake again on the working copy as the cache is displayed as corrupted. The cause is that the regular expression to find the version number will not match and put everything from the "svn --version" output into the cache, which contains umlauts and other funny characters. Fix the regexp to not only match " version " but also " Version " as it's in the German output. I have no idea what will happen on a French or Japanese system. This should be easy to test as it happens also on a German Linux system.
* | | | 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 '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-055-0/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | | |
| * | | | | | | Fix which string is checked for in the testBen Boeckel2010-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNU Makefiles have an extra line that Visual Studio doesn't output.
| * | | | | | | Add test that CMake errors with empty libsBen Boeckel2010-09-304-0/+9
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the library language cannot be determined, make sure CMake errors, not segfaults (bug #11230)
* | | | | | | Merge topic 'vs10-empty-target'Brad King2010-10-052-7/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 448661f VS10: Skip targets with no linker language (#11230)
| * | | | | | | VS10: Skip targets with no linker language (#11230)Brad King2010-09-302-7/+15
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In targets with no non-header files the linker language cannot be determined. Since the target project file cannot be generated at all in this case, give up as soon as it is detected. Otherwise the generation code may try to run with uninitialized information.
* | | | | | | Merge topic 'fix_custom_commands_with_intdir_vs10'Brad King2010-10-051-0/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3d68dd2 Fix for bug #11274, VS10 custom commands that create files in INTDIR fix.
| * | | | | | | Fix for bug #11274, VS10 custom commands that create files in INTDIR fix.Bill Hoffman2010-09-291-0/+8
| | | | | | | |