https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
4954956 ENH: Improve cmake_policy command signature - Replace NEW and OLD modes with a SET mode for clarity - Enforce VERSION argument validity (major.minor[.patch]) 05 March 2008, 23:21:10 UTC
7c01167 BUG: Require policy version to specify at least major.minor. Do not store CMAKE_BACKWARDS_COMPATIBILITY with an invalid version value. 05 March 2008, 23:20:20 UTC
95512a4 BUG: Fix parsing of policy version number in cmPolicies. 05 March 2008, 22:26:32 UTC
2a06c66 ENH: Patch from Maik to add more fortran extensions. 05 March 2008, 20:55:21 UTC
c39a8c3 ENH: Allow users to recover from trying to use an improperly installed Qt without removing their cache, fixing their environment and trying again. 05 March 2008, 17:53:44 UTC
f2c6e9e BUG: some fixes, still a few to go 05 March 2008, 16:41:25 UTC
7173f2d ENH: add master index into html full help 05 March 2008, 16:05:22 UTC
68bcb05 BUG: Fixed PATH_SUFFIXES copy/paste bug (0006201) 05 March 2008, 08:11:15 UTC
b99a0db STYLE: Nightly Date Stamp 05 March 2008, 05:00:55 UTC
ddd6ce0 BUG: Make sure at least one policy stack entry is created for every cmMakefile instance. 04 March 2008, 23:57:14 UTC
2f922c6 ENH: Make CMAKE_MINIMUM_REQUIRED command FATAL_ERROR option implicit (always on). Accept but ignore the existing option. 04 March 2008, 23:42:06 UTC
53e0ed3 BUG: Fix crash when CMAKE_BACKWARDS_COMPATIBILITY is not set. 04 March 2008, 23:41:52 UTC
cd4d2ac ENH: more policy changes 04 March 2008, 19:51:25 UTC
96ee85d BUG: Fix memory leak when cmTarget instances are assigned. We really need to get rid of global targets and their associated assignments. 04 March 2008, 18:51:27 UTC
bb5325f STYLE: fix line len 04 March 2008, 18:34:21 UTC
d5f7ea6 BUG: Fix typo in documentation of LIBRARY_OUTPUT_PATH. 04 March 2008, 14:40:38 UTC
d47a595 ENH: add --help-policies and --help-policy command line options 04 March 2008, 14:16:33 UTC
efb309f BUG: undo accidental commit 04 March 2008, 14:10:05 UTC
31efe9e ENH: Add script GetPrerequisites.cmake to help analyze what shared libraries executable files depend on. Primary uses are to determine what shared libraries should be copied into Mac OSX bundle applications to create standalone bundles apps and to determine what shared library files need to be installed for an executable to run on any platform. Requires native platform tools dumpbin, otool and ldd to generate results. 04 March 2008, 13:18:40 UTC
a4e0edd ENH: Add script GetPrerequisites.cmake to help analyze what shared libraries executable files depend on. Primary uses are to determine what shared libraries should be copied into Mac OSX bundle applications to create standalone bundles apps and to determine what shared library files need to be installed for an executable to run on any platform. Requires native platform tools dumpbin, otool and ldd to generate results. 04 March 2008, 13:18:34 UTC
ed75e31 STYLE: Nightly Date Stamp 04 March 2008, 05:01:06 UTC
8364ce8 STYLE: Remove trailing whitespace. 04 March 2008, 01:31:51 UTC
8868244 STYLE: Remove trailing whitespace. 04 March 2008, 01:24:18 UTC
b6684a7 STYLE: Remove trailing whitespace. 03 March 2008, 20:56:04 UTC
079c5e2 STYLE: Remove trailing whitespace. 03 March 2008, 16:57:02 UTC
077805f ENH: fix ICE with gcc in dash8 03 March 2008, 16:28:16 UTC
5f8feed STYLE: Fixed docs of new CMakeForceCompiler 03 March 2008, 16:18:49 UTC
e124891 ENH: Restore CMAKE_FORCE_C_COMPILER and CMAKE_FORCE_CXX_COMPILER macros in CMakeForceCompiler module. 03 March 2008, 16:16:32 UTC
e98ee8c COMP: Fix cmELF to build when ET_LOOS, ET_HIOS, ET_LOPROC, ET_HIPROC may not be defined. 03 March 2008, 13:48:37 UTC
137618c STYLE: Nightly Date Stamp 03 March 2008, 05:01:05 UTC
73f1751 ENH: During installation do not use builtin chrpath if the rpath will not change. 02 March 2008, 21:48:50 UTC
652951b ENH: Allow users to work around problems with the builtin chrpath by setting CMAKE_NO_BUILTIN_CHRPATH. 02 March 2008, 21:37:34 UTC
78d27ce BUG: Fix bug introduced by workaround to warning. 02 March 2008, 21:31:06 UTC
f42c3de BUG: A few more corrections for cmELF - Add os-specific and processor-specific file types - Add more error strings for invalid files. - Byte order of header fields does not always match encoding 02 March 2008, 21:19:40 UTC
34a338d ENH: In cmSystemTools::ChangeRPath check for the RUNPATH if RPATH does not exist. 02 March 2008, 21:19:26 UTC
d732de4 ENH: Cleanup builtin chrpath support - Move computation of extended build-tree rpath to cmComputeLinkInformation - Only enable the extended build-tree rpath if the target will be installed - Generalize the interface of file(CHRPATH) - When changing the rpath on installation only replace the part generated by CMake because the native tools (ex SunCC on Linux) might have added their own part to the rpath 02 March 2008, 19:35:23 UTC
16a415d ENH: Simplify tests for building CMake itself with rpath support now that 2.4 is required to build. 02 March 2008, 19:35:13 UTC
c9514dc COMP: possible fix for VS6, but probably not, probably need tomake it internal 02 March 2008, 14:12:27 UTC
7b5d1c4 COMP: fix warning 02 March 2008, 14:11:26 UTC
345af17 ENH: revert dumb change 02 March 2008, 14:03:33 UTC
e0059c0 COMP: fix compile errors on vs6 and a warning 02 March 2008, 13:36:18 UTC
c1f692e STYLE: Nightly Date Stamp 02 March 2008, 05:01:03 UTC
6f6b80f BUG: bad loop index unsigned compared to zero 01 March 2008, 21:21:41 UTC
d7db2d0 COMP: fix some warnings 01 March 2008, 20:44:17 UTC
bd0447b STYLE: fix some line lengths 01 March 2008, 20:26:15 UTC
d49ef18 ENH: add first cut and policies still need to add the doc support 01 March 2008, 20:20:35 UTC
32ca01b COMP: Fix unused parameter warning when cmSystemTools::ChangeRPath is built without ELF support. 01 March 2008, 20:16:49 UTC
26e58b7 BUG: Fix cmSystemTools::ChangeRPath to not complain if there is no RPATH entry in the file but the requested new rpath is empty. 01 March 2008, 18:17:01 UTC
5900128 BUG: Do not try to change the RPATH when installing a target if CMAKE_SKIP_RPATH is on or the path does not need to be changed. 01 March 2008, 18:02:08 UTC
34c76d4 ENH: Use builtin chrpath instead of relinking ELF targets - Add cmSystemTools::ChangeRPath method - Add undocumented file(CHRPATH) command - When installing use file(CHRPATH) to change the rpath instead of relinking - Remove CMAKE_CHRPATH lookup from CMakeFindBinUtils - Remove CMAKE_USE_CHRPATH option since this should always work 01 March 2008, 17:51:07 UTC
61178a0 ENH: Add Size member to cmELF::StringEntry to return the amount of space in the string entry. 01 March 2008, 17:50:42 UTC
b2cf4db BUG: Fix typo XCode -> Xcode in Preprocess test. 01 March 2008, 15:56:03 UTC
e083de1 ENH: Update Preprocess test to distinguish between the make tool or compiler tool that is at fault for not supporting a particular character in definitions. Make it skip the % character when the compiler is MSVC and it is a non-nmake tool. 01 March 2008, 14:08:59 UTC
230c897 BUG: Do not place $(CMAKE_COMMAND) in link scripts. 01 March 2008, 14:08:34 UTC
c0f2d41 STYLE: Nightly Date Stamp 01 March 2008, 05:01:04 UTC
f48a5ce ENH: fix warnings 01 March 2008, 02:33:33 UTC
0634c9d ENH: fix docs 01 March 2008, 02:33:04 UTC
10d1639 ENH: just getting somethng checked in, still work to do 29 February 2008, 20:42:14 UTC
0e82aaf ENH: case 29 February 2008, 20:41:35 UTC
ab851bf ENH: just getting somethng checked in, still work to do 29 February 2008, 20:28:46 UTC
22dc873 ENH: allow cdash not to trigger 29 February 2008, 19:58:33 UTC
b548b34 ENH: add vs9 stuff, still need msvc9 mfc 29 February 2008, 19:36:33 UTC
f386c2a ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the property. If any value is specified in an endif, endforeach, endwhile, etc then make sure it matches the start string. If no values are given then it is no longer an error. 29 February 2008, 17:18:11 UTC
03ef00b ENH: Make cmELF parser more general and powerful - Add support to get RPATH and RUNPATH entries. - Add support to get file offsets to strings. - Add more DT_* tags to byte swapping. 29 February 2008, 16:12:59 UTC
44f696f BUG: cmComputeLinkInformation::CheckImplicitDirItem needs to extract the filename portion of the link item to test against the library regex. 29 February 2008, 14:15:32 UTC
1f71ee6 STYLE: Nightly Date Stamp 29 February 2008, 05:01:04 UTC
d404c6b COMP: cmELF needs to include sys/link.h to get dynamic section structures on the Sun. 28 February 2008, 13:43:10 UTC
fcad490 COMP: Fix warnings in cmELF. 28 February 2008, 13:32:05 UTC
6c7d323 STYLE: Nightly Date Stamp 28 February 2008, 05:01:11 UTC
dfe2ea6 ENH: Handle large object file lists on some platforms - Use a response file when enabled by CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_OBJECTS - Enable for C and CXX with cl (MSVC) - Enable for Fortran with ifort (Intel Fortran) 27 February 2008, 22:10:45 UTC
4c137ba ENH: Add ELF file parsing - Enabled when system provides elf.h - Introduce cmELF class to parse ELF files - Use in cmSystemTools::GuessLibrarySOName to really get soname 27 February 2008, 21:26:35 UTC
69ad23a BUG: Fixed typo in previous commit of kwsys/CPU.h.in 27 February 2008, 21:11:20 UTC
4a40fe4 ENH: Added CPU.h to KWSys to identify the target CPU and its byte order. 27 February 2008, 21:07:14 UTC
e840a9d BUG: Apply patch from bug#6445. Add preprocessor definitions to assembly and preprocessing build rules. 27 February 2008, 19:31:09 UTC
8839310 STYLE: Nightly Date Stamp 27 February 2008, 05:01:05 UTC
f1b80f6 STYLE: Nightly Date Stamp 26 February 2008, 05:01:09 UTC
83c5f1b ENH: Add support to C compiler identification for void return type from main. Cross-compilers for embedded platforms may require it. 25 February 2008, 23:47:19 UTC
0a9f041 ENH: Adjust when log is cleared. Its kept doing generate, and cleared when changing the source directory. #6358. 25 February 2008, 20:07:38 UTC
0982917 BUG: fix rpmbuild bug, which expands variables in comments :-/ apparently rpmbuild can't handle paths with spaces and can't handle variables in comments... Alex 25 February 2008, 19:23:24 UTC
cba1ad5 BUG: Exclude try_compile sources and kwsys files from CMake coverage results. 25 February 2008, 15:17:17 UTC
9211b0d ENH: Improvied compiler identification robustness - Write a single source file into the compiler id directory - This avoid requiring the compiler to behave correctly with respect to include rules and the current working directory - Helps to identify cross-compiling toolchains with unusual default behavior 25 February 2008, 14:23:14 UTC
88bd02a STYLE: Nightly Date Stamp 25 February 2008, 05:01:03 UTC
5848057 ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED and TARGET_QUOTED rule variables and updating the generation of OBJECTS to always use the newer cmLocalGenerator::Convert method. 24 February 2008, 19:05:21 UTC
dab5ea8 COMP: Fix Borland 5.5 build - Its <iosfwd> header includes windows.h which defines GetCurrentDirectory - It defines 'interface' so we cannot use it as a variable name. 24 February 2008, 19:05:11 UTC
daaaf7f STYLE: Nightly Date Stamp 24 February 2008, 05:01:02 UTC
a48f796 STYLE: Nightly Date Stamp 23 February 2008, 05:01:05 UTC
5e7dce7 COMP: Fix unreachable code warning in cmOrderDirectories. 22 February 2008, 14:44:11 UTC
f76464d STYLE: Nightly Date Stamp 22 February 2008, 05:01:03 UTC
90b9943 COMP: Remove unused local variable from cmOrderDirectories. 21 February 2008, 18:59:34 UTC
782e9f7 ENH: Improve linking to third-party shared libraries on soname platforms - Reduce false positives in cases of unknown soname - Make library extension regular expressions match only at end of string - When linking to libraries in implicit dirs convert to the -l option only if the file name is one that can be found by the linker (ex. /usr/lib/libfoo.so.1 should be linked by full path) - Add cmSystemTools::GuessLibrarySOName to guess the soname of a library based on presence of a symlink - In cmComputeLinkInformation try to guess an soname before assuming that a third-party library is built without an soname - In cmOrderDirectories guess the soname of shared libraries in cases it is otherwise unknown 21 February 2008, 18:58:41 UTC
fd37a6e ENH: Better linker search path computation. - Use linker search path -L.. -lfoo for lib w/out soname when platform sets CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME - Rename cmOrderRuntimeDirectories to cmOrderDirectories and generalize it for both soname constraints and link library constraints - Use cmOrderDirectories to order -L directories based on all needed constraints - Avoid processing implicit link directories - For CMAKE_OLD_LINK_PATHS add constraints from libs producing them to produce old ordering 21 February 2008, 16:41:11 UTC
9f2f456 STYLE: Nightly Date Stamp 21 February 2008, 05:01:05 UTC
454da64 BUG: Link scripts should be generated with copy-if-different and included as a dependency of the link rule. 20 February 2008, 19:56:29 UTC
5e72a0d ENH: Deprecate export_library_dependencies - Reference export() and install(EXPORT) - Fix to support OUTPUT_NAME in simple cases 20 February 2008, 18:36:38 UTC
cfd65e2 STYLE: Nightly Date Stamp 20 February 2008, 05:01:05 UTC
c3899ab ENH: Missing copyright header. 19 February 2008, 23:50:52 UTC
f4b28ee STYLE: patch part 3 from Miguel: follow naming style for variables Alex 19 February 2008, 21:34:49 UTC
a2fadc8 ENH: patch from Miguel part 2: if ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT is true, then the generator additionally generates eclipse project files in the source dir, since this is the only way to get cvs/svn working with eclipse This is off by default and the user has to enable it explicitely. If cmake can't write there it still continues. Alex 19 February 2008, 21:27:03 UTC
87ae933 ENH: patch part 1 from Miguel: use the cmake project name for the eclipse project name Alex 19 February 2008, 20:07:28 UTC
01bd981 ENH: better ui 19 February 2008, 19:47:32 UTC
back to top