https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
27aa446 One more try. Use full path by default, and relative on broken compilers. 03 June 2011, 20:16:50 UTC
2dfc121 Use bin tree for inclues to avoid -I with spaces in the path. 03 June 2011, 19:05:28 UTC
6d29b4b Append and do not clobber CMAKE_CXX_FLAGS in the test. 03 June 2011, 17:00:05 UTC
597ab43 KWSys Nightly Date Stamp 03 June 2011, 04:13:11 UTC
b43af94 CMake: eliminate use of cvs in the Release scripts Set GIT_COMMAND to "git" -- each machine involved in building the CMake release binaries has the right "git" in the PATH. Separate the release scripts into two batches so we can build multiple releases on the same machine, in serial, if necessary. We currnetly do this with the Windows and Cygwin release binaries on dash2win64. Sort the files to be uploaded, so that sorting them by modification time (file copy / upload time) is equivalent to sorting them alphabetically. 02 June 2011, 18:36:14 UTC
8f0667c BundleUtilities: Avoid a cryptic and unhelpful error message When the path to "resolved_embedded_item" was shorter than the path to the bundle being fixed up, fixup_bundle would fail with a cmake error like: "string end index: 110 is out of range 0 - 85" Detect when the path of resolved_embedded_item is too short to be embedded in the bundle, and report the proper error message, so the poor developer reading it has a snowball's chance of actually fixing the issue. 02 June 2011, 15:55:09 UTC
d72734c Merge topic 'file-DOWNLOAD-low-speed-timeout' faa7ec6 Teach file(DOWNLOAD|UPLOAD) to timeout after inactivity 02 June 2011, 15:29:27 UTC
87b8b3c Merge topic 'XL-Fortran-moddir-issue-12246' 3bb8566 XL: Place Fortran modules with -qmoddir= flag (#12246) 02 June 2011, 15:29:22 UTC
170b4e5 Merge topic 'fix-Xcode-spelling-issue-12231' a27edd8 Fix XCode -> Xcode typos, notably in man page (#12231) 02 June 2011, 15:29:18 UTC
e606b6b Merge topic 'aix-gcc-2.9-issue-12233' a4cba0e Fix plugin API for gcc 2.9-aix51-020209 (#12233) 02 June 2011, 15:29:15 UTC
a5507c3 Merge topic 'fix-10740-update-string-docs' ecdad65 CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740) 02 June 2011, 15:29:13 UTC
3232136 Merge topic 'dont-compress-memcheck-output' 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. 02 June 2011, 15:29:09 UTC
e164bb1 Merge topic '12128_FindProtobuf_module_behavior_under_Windows_is_annoying' 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 02 June 2011, 15:28:59 UTC
18c703d Merge topic 'hdf5-module-bug-fix' 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. 02 June 2011, 15:28:50 UTC
41f962a Revert "BundleUtilities: Run test on Windows if either MSVC or dumpbin was found." This reverts commit f3de459cec78eac3a7081379b6ee9c6cde36bb60. There are some platforms without MSVC where this test doesn't work well. We can look into these later. 02 June 2011, 15:09:14 UTC
e17135e BundleUtilities: Add rpath to loadable modules in test. 02 June 2011, 15:08:49 UTC
7815e90 Fix for bug#10798. VS10 did not append -I flags with COMPILE_FLAGS prop. This fix adds a test for this case for all generators. 02 June 2011, 14:28:10 UTC
5764739 KWSys Nightly Date Stamp 02 June 2011, 04:13:04 UTC
8064044 BundleUtilities: Print reason for not loading module.so 01 June 2011, 16:59:34 UTC
f3de459 BundleUtilities: Run test on Windows if either MSVC or dumpbin was found. 01 June 2011, 16:53:06 UTC
3bb8566 XL: Place Fortran modules with -qmoddir= flag (#12246) Suggested-by: Luis Kornblueh <luis.kornblueh@zmaw.de> 01 June 2011, 16:00:48 UTC
faa7ec6 Teach file(DOWNLOAD|UPLOAD) to timeout after inactivity Add option INACTIVITY_TIMEOUT to terminate the operation if there is no progress for more than a given amount of time. 01 June 2011, 13:55:42 UTC
900bf98 BundleUtilities: Disable running test on Windows unless using MSVC. 01 June 2011, 04:15:34 UTC
628b2a1 KWSys Nightly Date Stamp 01 June 2011, 04:12:05 UTC
fa4dc08 BundleUtilities: Fix issues with custom target DEPENDS in test (#12034) 31 May 2011, 19:33:39 UTC
e40b79e BundleUtilities: Fix test when using xcode (#12034) 31 May 2011, 17:12:58 UTC
b68d3dc BundleUtilities: Fix regex to extract dependents from ldd (#12034) This regex works with spaces in the path. 31 May 2011, 17:12:28 UTC
a27edd8 Fix XCode -> Xcode typos, notably in man page (#12231) 31 May 2011, 13:13:00 UTC
a4cba0e Fix plugin API for gcc 2.9-aix51-020209 (#12233) Use proper C function prototype syntax to satisfy this compiler. 31 May 2011, 13:08:59 UTC
8af1eaf KWSys Nightly Date Stamp 31 May 2011, 04:12:04 UTC
5e40058 KWSys Nightly Date Stamp 30 May 2011, 04:13:03 UTC
9c6e1e0 KWSys Nightly Date Stamp 29 May 2011, 04:13:04 UTC
909bab1 KWSys Nightly Date Stamp 28 May 2011, 04:13:04 UTC
ecdad65 CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740) 27 May 2011, 20:25:08 UTC
7ac7b43 BundleUtilities: Work w/ non .app exes on Mac (#12034) Also add a test of BundleUtilities including an exe, some shared libs, a plugin, and a framework-style lib. This test presently runs (and this functionality works) on Linux, Mac and Windows. For now, the framework-style lib is built as a plain old shared lib because there is another yet-unresolved issue with local frameworks without rpaths on the Mac. 27 May 2011, 20:11:43 UTC
0e591ed Fix type conversion warning 27 May 2011, 14:45:41 UTC
1e885b1 KWSys Nightly Date Stamp 27 May 2011, 04:13:04 UTC
9c3a0b9 We will actually compress memcheck output if the server supports it. This change won't be functional until the next release of CDash due to the version comparison. 26 May 2011, 18:50:07 UTC
517837f Fix , to - in Copyright message so it passes CMake.ModuleNotices test 26 May 2011, 06:21:58 UTC
ba6579f KWSys Nightly Date Stamp 26 May 2011, 04:12:06 UTC
162f3fb Merge branch 'master' of git://public.kitware.com/cmake into 12128_FindProtobuf_module_behavior_under_Windows_is_annoying 26 May 2011, 02:10:19 UTC
ca000a0 FindProtobuf: Better MSVC support, Searching for protobuf lite 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 26 May 2011, 02:01:49 UTC
e38216c Remove unnecessary mark_as_advanced from FindHDF5. 25 May 2011, 19:19:26 UTC
93ba19e FindHDF5 ensures good link lines when libraries are duplicated. Duplicates must be removed from the beginning of the link libraries to ensure unresolved symbols can be found. 25 May 2011, 18:53:28 UTC
0584701 Fix for bug 11752, mixed debug and release libraries. 25 May 2011, 18:38:54 UTC
4e12284 Use HDF5_FOUND to control autoconf and CMake built FindHDF5. 25 May 2011, 18:34:21 UTC
986a115 CMake 2.8.5-rc1 25 May 2011, 13:52:01 UTC
8b17fd6 KWSys Nightly Date Stamp 25 May 2011, 04:13:03 UTC
2ba826e Use CMAKE_CURRENT_LIST_DIR to locate FindPackageHandleStandardArgs. 24 May 2011, 18:53:49 UTC
e51bbc1 Merge topic 'output-compile-lines' 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 24 May 2011, 18:48:14 UTC
c5e00bf Merge topic 'fix-11925-vcxproj-filters-mismatch' a6b52bd VS10: Write header-only files in correct xml element (#11925) 24 May 2011, 18:34:56 UTC
44b7f2f Merge topic 'string-RANDOM-seed' 7ff98b7 Fix forced-seed argument type in string(RANDOM) 3d92c8c Explicitly cast time value in cmSystemTools::RandomSeed eb6f461 VS 6: Define _WIN32_WINNT to load wincrypt.h correctly e1b0a11 Improve string(RANDOM) default seed 24 May 2011, 18:34:51 UTC
0f84358 Merge topic 'doc-output_required_files' 5cf4ff6 Document status of output_required_files command (#12214) 24 May 2011, 18:34:48 UTC
14a6bda Merge topic 'CPackRPM-fixForAIX' db45b10 CPack make RPM work on AIX. fix #0012183 merge patch from Pasi Valminen 24 May 2011, 18:34:46 UTC
1605784 Merge topic 'absoft-fortran-compiler' 8bd3e51 Absoft: Enable FortranCInterface check in Fortran test d7b376b Absoft: Detect implicit link libraries on Linux and Mac ac5b999 Add Absoft Fortran compiler id and basic flags 24 May 2011, 18:34:40 UTC
a78acb2 Merge topic 'fix-cpack-osxx11-perms' 0fb388c Ensure executable files have executable permissions. 24 May 2011, 18:34:37 UTC
da1b688 Merge topic 'rule-messages' dca304e Merge branch 'MakeCodeBlocksGeneratorNonVerbose2' into rule-messages 051cee0 Revert "Honor RULE_MESSAGES property for build target messages" (#12190) 24 May 2011, 18:34:33 UTC
7ffb678 Merge topic 'intel-12-vs-2005' 3a8add0 ENH: Fix Intel 12 plugin project generation for VS < 10 24 May 2011, 18:34:28 UTC
0c64fcd KWSys Nightly Date Stamp 24 May 2011, 04:12:11 UTC
a6b52bd VS10: Write header-only files in correct xml element (#11925) 23 May 2011, 21:30:23 UTC
7ff98b7 Fix forced-seed argument type in string(RANDOM) Clang points out that local variable 'seed' needs to be "unsigned int": Source/cmStringCommand.cxx:828:21: warning: operands of ? are integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] srand(force_seed? seed : cmSystemTools::RandomSeed()); ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23 May 2011, 19:57:41 UTC
5cf4ff6 Document status of output_required_files command (#12214) This command is barely functional and exists only for historical reasons. State this in the documentation. 23 May 2011, 17:21:15 UTC
cac769f KWSys Nightly Date Stamp 23 May 2011, 04:12:39 UTC
b3bab3c KWSys Nightly Date Stamp 22 May 2011, 04:13:03 UTC
db45b10 CPack make RPM work on AIX. fix #0012183 merge patch from Pasi Valminen 21 May 2011, 10:34:37 UTC
41c83c1 KWSys Nightly Date Stamp 21 May 2011, 04:13:03 UTC
8bd3e51 Absoft: Enable FortranCInterface check in Fortran test Exclude module symbol mangling because Absoft mangles with ".in." so the symbols cannot be referenced from C. 20 May 2011, 13:00:21 UTC
d7b376b Absoft: Detect implicit link libraries on Linux and Mac Use the "-X -v" flag to the Absoft front-end to pass "-v" to the gcc it invokes under the hood. Teach CMakeParseImplicitLinkInfo to exclude linker version lines from consideration as link lines. Fix parsing of Sun's linker search path option "-Y..." to avoid conflict with the Mac linker option "-Y<num>". 20 May 2011, 12:57:51 UTC
ac5b999 Add Absoft Fortran compiler id and basic flags Identification at preprocessing time depends on definition of __ABSOFT__ to be added in service pack V11.1.2 of the compiler. 20 May 2011, 12:53:36 UTC
cdc2b41 Fix CompileCommandOutput test build on Windows Add dllexport markup for the shared library. 20 May 2011, 12:06:35 UTC
c5aae0e KWSys Nightly Date Stamp 20 May 2011, 04:12:09 UTC
3d92c8c Explicitly cast time value in cmSystemTools::RandomSeed Use static_cast to avoid warnings like conversion to ‘unsigned int’ from ‘__time_t’ may alter its value conversion to ‘unsigned int’ from ‘__suseconds_t’ may alter its value We do not care if the value is truncated because we are looking for just 32 bits anyway. 19 May 2011, 11:56:04 UTC
7039d1f Fix CompileCommandOutput test for Make tools not supporting spaces Use underscores instead of spaces for such Make tools. 19 May 2011, 11:38:06 UTC
4268e3d run_compile_commands: Cast istream::get() result to char We perform error checking on the stream after reading so this conversion is safe. 19 May 2011, 12:02:21 UTC
14abf9f KWSys Nightly Date Stamp 19 May 2011, 04:10:07 UTC
eb6f461 VS 6: Define _WIN32_WINNT to load wincrypt.h correctly 18 May 2011, 14:09:23 UTC
c45c60b run_compile_commands: Avoid extra stl vector conversion 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. 18 May 2011, 13:44:28 UTC
c7d4cf1 KWSys Nightly Date Stamp 18 May 2011, 04:12:05 UTC
e1b0a11 Improve string(RANDOM) default seed The naive time(0) seed is unique only within one second. Instead try to read a real source of entropy and otherwise fall back to a combination of the process id and high-resolution time. 17 May 2011, 14:07:26 UTC
7c5be51 run_compile_commands: Avoid shadow in std::map<>::at workaround The map has a member called "empty" so use a different name for the local variable in our approximate at() method. 17 May 2011, 13:25:44 UTC
169bb05 Provide std::map<>::at for use in run_compile_commands 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. 17 May 2011, 12:56:08 UTC
4e2185c Make std::map usage more portable in language=>flags/defines maps 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. 17 May 2011, 12:50:55 UTC
dc2a45f KWSys Nightly Date Stamp 17 May 2011, 04:13:04 UTC
0fb388c Ensure executable files have executable permissions. Fix the OSX X11 CPack generator to make sure the installer that it generates contains executable files. 16 May 2011, 22:15:32 UTC
3978f32 Add logic for CMake built HDF5 install. 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. 16 May 2011, 21:41:18 UTC
063ac87 HDF5 high level library is a find COMPONENT now. 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. 16 May 2011, 21:36:47 UTC
34ea179 Modified the FindHDF5.cmake file to locate the Fortran bindings. 16 May 2011, 21:35:57 UTC
a7e7a04 Fix run_compile_commands build on Apple GCC 3.3 This compiler does not provide the "at" method of std::map. Approximate it well enough for our needs. 16 May 2011, 16:05:49 UTC
c9174c0 Fix signed/unsigned comparison in EscapeJSON 16 May 2011, 15:55:56 UTC
dca304e Merge branch 'MakeCodeBlocksGeneratorNonVerbose2' into rule-messages Conflicts: Source/cmGlobalUnixMakefileGenerator3.cxx Source/cmGlobalUnixMakefileGenerator3.h 16 May 2011, 15:28:07 UTC
051cee0 Revert "Honor RULE_MESSAGES property for build target messages" (#12190) This reverts commit dc36b3499403bad323d7300139fbf459c31f7a2c. It broke dependency logic instead of only silencing messages. Revert to previous behavior. 16 May 2011, 15:26:58 UTC
8346a28 Only offer the compile command output feature on unix systems 16 May 2011, 14:42:10 UTC
3a8add0 ENH: Fix Intel 12 plugin project generation for VS < 10 Suggested-by: Dick Munroe <munroe@csworks.com> 16 May 2011, 14:13:04 UTC
a77dfb6 KWSys Nightly Date Stamp 16 May 2011, 04:12:06 UTC
41ce1ea KWSys Nightly Date Stamp 15 May 2011, 04:12:04 UTC
30bf616 KWSys Nightly Date Stamp 14 May 2011, 04:13:04 UTC
69677ca KWSys Nightly Date Stamp 13 May 2011, 04:12:04 UTC
da9ba57 KWSys Nightly Date Stamp 12 May 2011, 04:13:02 UTC
692f62f KWSys Nightly Date Stamp 11 May 2011, 04:12:05 UTC
7faffc9 Merge topic 'doc-CMAKE_BUILD_TYPE-config-case-issue-12148' d7d71eb Fix case typo in CMAKE_BUILD_TYPE docs (#12148) 10 May 2011, 17:58:23 UTC
back to top