index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
Commit message (
Expand
)
Author
Age
Files
Lines
*
BUG: Replace some errors with warnings
Andy Cedilnik
2006-10-13
2
-3/+3
*
BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. T...
Brad King
2006-10-13
3
-10/+9
*
BUG: Do not try to compute the location of a non-library target for linking.
Brad King
2006-10-13
1
-1/+3
*
ENH: Report command line as a measurement and allow user to add custom measur...
Andy Cedilnik
2006-10-13
3
-14/+46
*
ENH: undo bad changes
Bill Hoffman
2006-10-12
1
-4/+0
*
BUG: Use BuildDirectory from the DartConfiguration information. Also, Make mi...
Andy Cedilnik
2006-10-12
2
-1/+6
*
BUG: Use variable instead of retrieving again. Fixes bug: Bug #3476
Andy Cedilnik
2006-10-12
1
-1/+1
*
BUG: Report and error when ctest -S script fails... Fixes: Bug #3540
Andy Cedilnik
2006-10-12
1
-1/+2
*
ENH: Add NSIS compression
Andy Cedilnik
2006-10-12
1
-0/+1
*
ENH: Handle more regular expressions
Andy Cedilnik
2006-10-12
1
-0/+2
*
ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPac...
Andy Cedilnik
2006-10-12
3
-1/+60
*
ENH: some cleanup and commenting of code
Ken Martin
2006-10-12
2
-366/+436
*
ENH: fix for bug -gdwarf getting removed
Bill Hoffman
2006-10-12
1
-0/+4
*
BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend to...
Brad King
2006-10-11
1
-18/+3
*
ENH: Simplify code by removing redundant check against BUILD_WITH_INSTALL_RPATH.
Brad King
2006-10-11
1
-12/+2
*
BUG: TARGET_QUOTED should always be replaced if Target is set in the rule var...
Brad King
2006-10-10
1
-1/+1
*
BUG: Avoid duplicate conversion to output path.
Brad King
2006-10-10
2
-18/+13
*
STYLE: Nightly Version update
Andy Cedilnik
2006-10-10
1
-1/+1
*
BUG: Fixed references to projects outside the build tree and in other locatio...
Brad King
2006-10-10
3
-7/+22
*
BUG: Fixed out-of-source subdirectories to work when they are also out-of-bin...
Brad King
2006-10-10
1
-3/+2
*
STYLE: Nightly Version update
Andy Cedilnik
2006-10-09
1
-1/+1
*
COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix ...
David Cole
2006-10-09
1
-0/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2006-10-08
1
-1/+1
*
STYLE: Nightly Version update
Andy Cedilnik
2006-10-07
1
-1/+1
*
ENH: remove old unused code
Ken Martin
2006-10-06
1
-8/+0
*
BUG: potential segfault
Ken Martin
2006-10-06
1
-1/+4
*
STYLE: Make the set of supported STL headers the same in vtkstd and vtksys/st...
David Cole
2006-10-06
1
-2/+19
*
ENH: do not print a call stack if the user does a message error unless --debu...
Bill Hoffman
2006-10-06
4
-4/+28
*
STYLE: Nightly Version update
Andy Cedilnik
2006-10-06
1
-1/+1
*
BUG: fix bug where converage was required to get valgrind output because of b...
Bill Hoffman
2006-10-05
2
-4/+8
*
BUG: Need to match shared library names before static because some platforms ...
Brad King
2006-10-05
2
-15/+28
*
ENH: Adding version number to the name of a DLL built in cygwin but not the i...
Brad King
2006-10-05
1
-0/+11
*
BUG: Fix link flags on cygwin shared libraries. This requires that the share...
Brad King
2006-10-05
3
-6/+9
*
BUG: Hack to make echo command work properly in mingw32-make.
Brad King
2006-10-05
3
-1/+27
*
BUG: Robustly handle failure of FormatMessage. See bug#3471.
Brad King
2006-10-05
1
-19/+18
*
ENH: Added OPTIONAL option to INSTALL command to allow installation of files ...
Brad King
2006-10-05
6
-18/+69
*
ENH: Adding links to web resources and FAQ to SEE ALSO section. This address...
Brad King
2006-10-05
1
-11/+34
*
ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug...
Brad King
2006-10-05
5
-4/+61
*
STYLE: Nightly Version update
Andy Cedilnik
2006-10-05
1
-1/+1
*
BUG: The --help option should list generators. This addresses bug #2494.
Brad King
2006-10-04
1
-0/+3
*
BUG: Fixed display of custom command comments with quotes, dollars, and other...
Brad King
2006-10-04
7
-24/+13
*
ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to t...
Brad King
2006-10-04
2
-1/+20
*
ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.
Brad King
2006-10-04
4
-6/+26
*
BUG: COMMENT was missing from docs.
Brad King
2006-10-04
1
-3/+4
*
ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help Proce...
Brad King
2006-10-04
3
-11/+59
*
BUG: Name of C test file ends in .c not .cxx.
Brad King
2006-10-04
1
-1/+1
*
ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it f...
Brad King
2006-10-04
4
-10/+70
*
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to...
Brad King
2006-10-04
4
-2/+71
*
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.
Brad King
2006-10-04
6
-5/+28
*
BUG: fix for fat file systems and vs8 #2617
Bill Hoffman
2006-10-04
1
-0/+11
[next]