summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2011-09-151-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-09-141-1/+1
|
* Merge topic 'effective-platform-name'David Cole2011-09-131-1/+5
|\ | | | | | | | | | | 64c9b31 Xcode: Add test to demonstrate iOS project in Xcode 59a2265 Xcode: Use EFFECTIVE_PLATFORM_NAME reference in ComputeOutputDir
| * Xcode: Use EFFECTIVE_PLATFORM_NAME reference in ComputeOutputDirDavid Cole2011-09-121-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Caveats apply: only valid when not overriding default value for output dir *and* there is a CMAKE_XCODE_EFFECTIVE_PLATFORMS value. For now, CMAKE_XCODE_EFFECTIVE_PLATFORMS must be defined in each project, or in the cache for a build. Code relying on value of LOCATION and similar properties may not work if it depends on file existence on disk since CMake will not evaluate $(EFFECTIVE_PLATFORM_NAME). This feature is only enabled for making it easier to build Xcode iOS projects where the developer wants to be able to switch easily between simulator and device builds.
* | KWSys Nightly Date StampKWSys Robot2011-09-131-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-09-121-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-09-111-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-09-101-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-09-091-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-09-081-1/+1
| |
* | Merge topic 'fix-12446-no-cmake-E-build'David Cole2011-09-072-2/+1
|\ \ | | | | | | | | | | | | 96d106a CMake: Remove documentation for -E build (#12446)
| * | CMake: Remove documentation for -E build (#12446)Matt McCormick2011-09-062-2/+1
| | | | | | | | | | | | | | | | | | The '-E build build_dir' command was created and documented, but then morphed into '--build build_dir' instead, ... and then the -E documentation was never removed. This commit fixes that oversight.
* | | Merge topic 'fix-12377-xcode-honor-g0'David Cole2011-09-071-7/+28
|\ \ \ | | | | | | | | | | | | | | | | cb22afc Xcode: Honor -g0 to disable debugging (#12377)
| * | | Xcode: Honor -g0 to disable debugging (#12377)Johan Bjork2011-09-061-7/+28
| | | | | | | | | | | | | | | | | | | | | | | | This commit changes ExtractFlag to remove all occurences of a flag, and only save the last one. (i.e., the dominant one according to GCC rules)
* | | | Merge topic 'fix-12284-cpack-symlinks'David Cole2011-09-072-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 7b8dcdd CPack: Do not recurse through directory symlinks (#12284) d78bdb2 CMake: Write symlinks to directories as files in archives (#12284)
| * | | | CPack: Do not recurse through directory symlinks (#12284)Johan Björk2011-09-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...when building CPack archive-based packages (.tar.gz and similar) Rather, put the symlinks-to-directories into the archive as files, and expect/trust that the things the symlinks point to are also in the archive.
| * | | | CMake: Write symlinks to directories as files in archives (#12284)Johan Björk2011-09-061-1/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not recurse through directory symlinks when adding files. Recursing through directory symlinks will generate broken archives, i.e., they will look something like this: foo -> bar/bar foo/Info <- Shouldn't be in archive. bar/bar bar/bar/Info
* | | | Merge topic 'fix-12260-fix-valgrind-output-parsing'David Cole2011-09-071-12/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | eb4af16 CTest: Fixed valgrind output parsing (#12260)
| * | | | CTest: Fixed valgrind output parsing (#12260)Johannes Stallkamp2011-09-051-12/+12
| | |/ / | |/| | | | | | | | | | | | | | | | | | Previous code was missing some matches in the output. This commit fixes the regular expressions used for output matching to detect numbers reported with commas in them, too.
* | | | Merge topic 'fix-12370-no-space-in-target-name'David Cole2011-09-071-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | e05e0f1 Xcode: No spaces in makefile target names (#12370)
| * | | | Xcode: No spaces in makefile target names (#12370)Johan Björk2011-09-051-1/+3
| |/ / / | | | | | | | | | | | | Don't use spaces for target names in the makefiles.
* | | | Merge topic 'fix-errors-from-cppcheck-issue-12440'David Cole2011-09-075-1/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d1751fb ccmake: Fix off-by-one memory access error 4868921 Fix file() command descriptor leak on error f47393c CTest: Fix memory leaks on error
| * | | | ccmake: Fix off-by-one memory access errorThomas Jarosch2011-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credit goes to "cppcheck". Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
| * | | | Fix file() command descriptor leak on errorThomas Jarosch2011-09-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credit goes to "cppcheck". Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
| * | | | CTest: Fix memory leaks on errorThomas Jarosch2011-09-023-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credit goes to "cppcheck". Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
* | | | | Merge topic 'fortran-format'David Cole2011-09-079-2/+158
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 90efed6 Xcode: Honor Fortran_FORMAT target and source file property 5c0c635 Fortran: Add support for free- and fixed-form flags 47a0c75 VS: Map Fortran free- and fixed-format flags to IDE options d6e2a06 VS: Map per-source Fortran flags to IDE options
| * | | | | Xcode: Honor Fortran_FORMAT target and source file propertyBrad King2011-09-011-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert the target property to the IFORT_LANG_SRCFMT build setting. Convert the source property to the per-source COMPILER_FLAGS setting.
| * | | | | Fortran: Add support for free- and fixed-form flagsBrad King2011-08-318-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define a "Fortran_FORMAT" target and source file property. Initialize the target property from a "CMAKE_Fortran_FORMAT" variable. Interpret values "FIXED" and "FREE" to indicate the source file format. Append corresponding flags to the compiler command line.
| * | | | | VS: Map Fortran free- and fixed-format flags to IDE optionsBrad King2011-08-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Intel Fortran flags "-free" and "-fixed" to the table so they appear in the IDE correctly.
| * | | | | VS: Map per-source Fortran flags to IDE optionsBrad King2011-08-311-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the VS generator per-source flag parsing to use the Fortran flag map for Fortran sources.
* | | | | | Merge topic 'fix-zero-check-mistake'David Cole2011-09-071-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 57bc42a Xcode: Do not emit the ZERO_CHECK target more than once
| * | | | | | Xcode: Do not emit the ZERO_CHECK target more than onceJohan Bjork2011-09-011-1/+2
| | | | | | |
* | | | | | | Merge topic 'save-cache-at-end-of-generate'David Cole2011-09-071-0/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0c28b48 CMake: Add SaveCache at the end of successful Generate calls
| * | | | | | | CMake: Add SaveCache at the end of successful Generate callsDavid Cole2011-09-011-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this call, recent refactoring changes in the Visual Studio generators yield no GUIDs saved in the cache. Putting the SaveCache here *once* avoids scattering many calls to it in specific generators.
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-09-071-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | KWSys: Add symlinks to directories as files (#12284)David Cole2011-09-061-12/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This behaviour was previously broken; regardless of the RecurseThroughSymLinks value, symlinks to directories were NEVER added as files in the results. When RecurseThroughSymLinks is ON, symlinks to directories should be recursed as if they were the actual directories to gather the files within. However, when RecurseThroughSymLinks is OFF, symlinks to directories should be returned as files in the result. Inspired-by: Johan Björk <phb@spotify.com>
* | | | | | | KWSys: Remove always-true dir_only parameterDavid Cole2011-09-062-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Its presence confuses, and, since it is always true, is useless.
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-09-061-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-09-051-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-09-041-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-09-031-1/+1
| |_|_|/ / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-09-021-1/+1
| | | | |
* | | | | Merge topic 'fix-xcode4-test-failures'David Cole2011-09-011-1/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 0cf4fa5 Xcode4: Requires more quoting of single quote char
| * | | | | Xcode4: Requires more quoting of single quote charDavid Cole2011-08-251-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically in per-target and per-file compiler definition string values. The Preprocessor test now passes on Xcode 4 builds after this commit.
* | | | | | Merge topic 'AutomocForQt'David Cole2011-09-011-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | 7bf2c1a Create moc files in the current binary dir, not the top level.
| * | | | | Create moc files in the current binary dir, not the top level.Stephen Kelly2011-08-251-1/+1
| | | | | |
* | | | | | KWSys: Fix std::string hash function for BorlandBrad King2011-09-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Borland ignores "const" qualifiers in template specializations.
* | | | | | KWSys: Add hash function for std::stringBrad King2011-09-011-0/+11
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added hashing fuction for std::string. This adds default support for std::strings to KWSys hashing containers. Author: Bradley Lowekamp <blowekamp@mail.nih.gov> Suggested-by: Arnaud Gelas <arnaud_gelas@hms.harvard.edu> Change-Id: I7e7a0c356b73d19868a3df1db57b702ec7fffe9d
* | | | | KWSys Nightly Date StampKWSys Robot2011-09-011-2/+2
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-08-311-1/+1
| | | | |