summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Fix parallel build depends with universal binaries (#11844)Brad King2011-06-063-44/+72
| | | | | | | | A post-build phase of each target invokes the XCODE_DEPEND_HELPER.make file to erase any targets that link to it. Narrow the set of targets tested by each post-build phase to those that depend on the newly completed target. This avoids removing files from partially built unrelated targets that happen to be building in parallel.
* KWSys Nightly Date StampKWSys Robot2011-06-061-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-06-051-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-06-041-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-06-031-1/+1
|
* Merge topic 'file-DOWNLOAD-low-speed-timeout'Brad King2011-06-022-4/+51
|\ | | | | | | | | faa7ec6 Teach file(DOWNLOAD|UPLOAD) to timeout after inactivity
| * Teach file(DOWNLOAD|UPLOAD) to timeout after inactivityBrad King2011-06-012-4/+51
| | | | | | | | | | Add option INACTIVITY_TIMEOUT to terminate the operation if there is no progress for more than a given amount of time.
* | Merge topic 'XL-Fortran-moddir-issue-12246'Brad King2011-06-021-0/+2
|\ \ | | | | | | | | | | | | 3bb8566 XL: Place Fortran modules with -qmoddir= flag (#12246)
| * | XL: Place Fortran modules with -qmoddir= flag (#12246)Brad King2011-06-011-0/+2
| | | | | | | | | | | | Suggested-by: Luis Kornblueh <luis.kornblueh@zmaw.de>
* | | Merge topic 'fix-Xcode-spelling-issue-12231'Brad King2011-06-028-13/+13
|\ \ \ | | | | | | | | | | | | | | | | a27edd8 Fix XCode -> Xcode typos, notably in man page (#12231)
| * | | Fix XCode -> Xcode typos, notably in man page (#12231)Sean McBride2011-05-318-13/+13
| | | |
* | | | Merge topic 'aix-gcc-2.9-issue-12233'Brad King2011-06-021-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | a4cba0e Fix plugin API for gcc 2.9-aix51-020209 (#12233)
| * | | | Fix plugin API for gcc 2.9-aix51-020209 (#12233)Daniel R. Gomez2011-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | Use proper C function prototype syntax to satisfy this compiler.
* | | | | Merge topic 'fix-10740-update-string-docs'Brad King2011-06-022-2/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ecdad65 CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740)
| * | | | | CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740)Rolf Eike Beer2011-05-272-2/+3
| | | | | |
* | | | | | Merge topic 'dont-compress-memcheck-output'Brad King2011-06-025-14/+107
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0e591ed Fix type conversion warning 9c3a0b9 We will actually compress memcheck output if the server supports it. 8024c53 Dynamic analysis test output should not be compressed.
| * | | | | | Fix type conversion warningZach Mullen2011-05-271-1/+1
| | | | | | |
| * | | | | | We will actually compress memcheck output if the server supports it.Zach Mullen2011-05-265-13/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change won't be functional until the next release of CDash due to the version comparison.
| * | | | | | Dynamic analysis test output should not be compressed.Zach Mullen2011-04-291-2/+3
| | | | | | |
* | | | | | | Merge topic '12128_FindProtobuf_module_behavior_under_Windows_is_annoying'Brad King2011-06-021-22/+82
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 517837f Fix , to - in Copyright message so it passes CMake.ModuleNotices test 162f3fb Merge branch 'master' of git://public.kitware.com/cmake into 12128_FindProtobuf_module_behavior_under_Windows_is_annoying ca000a0 FindProtobuf: Better MSVC support, Searching for protobuf lite
| * | | | | | | Fix , to - in Copyright message so it passes CMake.ModuleNotices testPhilip Lowman2011-05-261-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' of git://public.kitware.com/cmake into ↵Philip Lowman2011-05-2637-168/+628
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 12128_FindProtobuf_module_behavior_under_Windows_is_annoying
| * | | | | | | | FindProtobuf: Better MSVC support, Searching for protobuf litePhilip Lowman2011-05-261-22/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for finding debug libraries Add support for searching Google provided MSVC project dir structure for libs Add support for finding Protobuf "Lite" libraries
* | | | | | | | | Merge topic 'hdf5-module-bug-fix'Brad King2011-06-021-45/+95
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e38216c Remove unnecessary mark_as_advanced from FindHDF5. 93ba19e FindHDF5 ensures good link lines when libraries are duplicated. 0584701 Fix for bug 11752, mixed debug and release libraries. 4e12284 Use HDF5_FOUND to control autoconf and CMake built FindHDF5. 2ba826e Use CMAKE_CURRENT_LIST_DIR to locate FindPackageHandleStandardArgs. 3978f32 Add logic for CMake built HDF5 install. 063ac87 HDF5 high level library is a find COMPONENT now. 34ea179 Modified the FindHDF5.cmake file to locate the Fortran bindings.
| * | | | | | | | | Remove unnecessary mark_as_advanced from FindHDF5.Will Dicharry2011-05-251-15/+6
| | | | | | | | | |
| * | | | | | | | | FindHDF5 ensures good link lines when libraries are duplicated.Will Dicharry2011-05-251-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Duplicates must be removed from the beginning of the link libraries to ensure unresolved symbols can be found.
| * | | | | | | | | Fix for bug 11752, mixed debug and release libraries.Will Dicharry2011-05-251-3/+7
| | | | | | | | | |
| * | | | | | | | | Use HDF5_FOUND to control autoconf and CMake built FindHDF5.Will Dicharry2011-05-251-35/+34
| | | | | | | | | |
| * | | | | | | | | Use CMAKE_CURRENT_LIST_DIR to locate FindPackageHandleStandardArgs.Will Dicharry2011-05-241-1/+1
| | | | | | | | | |
| * | | | | | | | | Add logic for CMake built HDF5 install.Will Dicharry2011-05-161-15/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The find module calls find_package( HDF5 QUIET NO_MODULE ). If that succeeds, the find module variables are set based on the imported target locations.
| * | | | | | | | | HDF5 high level library is a find COMPONENT now.Will Dicharry2011-05-161-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The HDF5 high level library was originally hard coded as a dependency when the C bindings are desired. The high level API is now requested as a COMPONENT.
| * | | | | | | | | Modified the FindHDF5.cmake file to locate the Fortran bindings.Tim Gallagher2011-05-161-7/+25
| | | | | | | | | |
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-06-021-1/+1
| | | | | | | | | |
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-06-011-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-05-311-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-05-301-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-05-291-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-05-281-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-05-271-1/+1
| |_|_|_|/ |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-05-261-1/+1
| |_|/ / |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2011-05-251-1/+1
| | | |
* | | | Merge topic 'output-compile-lines'Brad King2011-05-2417-45/+367
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cdc2b41 Fix CompileCommandOutput test build on Windows 7039d1f Fix CompileCommandOutput test for Make tools not supporting spaces 4268e3d run_compile_commands: Cast istream::get() result to char c45c60b run_compile_commands: Avoid extra stl vector conversion 7c5be51 run_compile_commands: Avoid shadow in std::map<>::at workaround 169bb05 Provide std::map<>::at for use in run_compile_commands 4e2185c Make std::map usage more portable in language=>flags/defines maps a7e7a04 Fix run_compile_commands build on Apple GCC 3.3 c9174c0 Fix signed/unsigned comparison in EscapeJSON 8346a28 Only offer the compile command output feature on unix systems 0e6b05f Adds a test for the compile command line output. 5674844 make compile command output optional fe07b05 implement cxx command output 65c0c24 cache flags and defines 3f064ef refactor flags and defines
| * | | | Fix CompileCommandOutput test build on WindowsBrad King2011-05-201-1/+11
| | | | | | | | | | | | | | | | | | | | Add dllexport markup for the shared library.
| * | | | Fix CompileCommandOutput test for Make tools not supporting spacesBrad King2011-05-197-7/+16
| | | | | | | | | | | | | | | | | | | | Use underscores instead of spaces for such Make tools.
| * | | | run_compile_commands: Cast istream::get() result to charBrad King2011-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | We perform error checking on the stream after reading so this conversion is safe.
| * | | | run_compile_commands: Avoid extra stl vector conversionBrad King2011-05-183-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Sun compiler does not provide the proper vector constructor to initialize it from an iterator pair of a non-matching type. Extend the ParseUnixCommandLine API to provide a vector of the proper type so no conversion is needed.
| * | | | run_compile_commands: Avoid shadow in std::map<>::at workaroundBrad King2011-05-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | The map has a member called "empty" so use a different name for the local variable in our approximate at() method.
| * | | | Provide std::map<>::at for use in run_compile_commandsBrad King2011-05-171-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many compilers we support do not provide the at() member of std::map. Use the workaround added by commit a7e7a04a (Fix run_compile_commands build on Apple GCC 3.3, 2011-05-16) for all compilers.
| * | | | Make std::map usage more portable in language=>flags/defines mapsBrad King2011-05-172-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Older versions of GCC, the HP compiler, and the SGI MIPSpro compiler do not like the use of make_pair in this case and the conversions it requires: a value of type "const char *" cannot be used to initialize an entity of type "char [1]" /usr/include/g++-3/stl_pair.h:68: assignment of read-only location Instead use a map lookup pattern already used throughout the rest of our source tree.
| * | | | Fix run_compile_commands build on Apple GCC 3.3Brad King2011-05-161-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | This compiler does not provide the "at" method of std::map. Approximate it well enough for our needs.