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
Commit message (
Expand
)
Author
Age
Files
Lines
*
BUG: Do not enable -isystem support for Xcode generator until it is implemented.
Brad King
2006-10-06
1
-0/+6
*
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
2
-0/+14
*
ENH: Enabling link-type selection flags on Cygwin, MSYS, and MinGW. This add...
Brad King
2006-10-05
2
-0/+21
*
BUG: Fix link flags on cygwin shared libraries. This requires that the share...
Brad King
2006-10-05
6
-9/+12
*
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
*
BUG: Test -isystem without affecting other tests. Made separate Library/Syst...
Brad King
2006-10-05
6
-3/+6
*
ENH: Added OPTIONAL option to INSTALL command to allow installation of files ...
Brad King
2006-10-05
8
-18/+75
*
BUG: Run testSystemDir test only if -isystem flag is available.
Brad King
2006-10-05
3
-6/+6
*
ENH: Adding links to web resources and FAQ to SEE ALSO section. This address...
Brad King
2006-10-05
1
-11/+34
*
BUG: QNX GCC does not have -isystem.
Brad King
2006-10-05
1
-0/+4
*
ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug...
Brad King
2006-10-05
18
-10/+99
*
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
*
ENH: Adding test of special characters in custom command and custom target co...
Brad King
2006-10-04
1
-1/+2
*
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
5
-6/+27
*
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
*
ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it f...
Brad King
2006-10-04
1
-21/+21
*
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: remove paths that cmake already looks at
Bill Hoffman
2006-10-04
1
-6/+0
*
ENH: apply patch so that the config values from ruby are used to determine
Alexander Neundorf
2006-10-04
1
-20/+40
*
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to...
Brad King
2006-10-04
5
-3/+74
*
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.
Brad King
2006-10-04
7
-7/+30
*
BUG: fix for fat file systems and vs8 #2617
Bill Hoffman
2006-10-04
1
-0/+11
*
BUG: Patch from Clinton to restore proper QT3_SUPPORT macro definition.
Brad King
2006-10-04
1
-0/+1
*
BUG: fix for bug#3362 xml escapes on -D stuff for visual studio
Bill Hoffman
2006-10-04
1
-1/+1
*
BUG: fix for bug# 3313 same advanced for tcl win and unix
Bill Hoffman
2006-10-04
1
-12/+10
*
BUG: fix for bug# 3664
Bill Hoffman
2006-10-04
1
-1/+13
*
BUG: fix for bug #3517 seg fault with enable language before project command
Bill Hoffman
2006-10-04
1
-1/+1
*
BUG: fix for bug#3520 - better find doxygen
Bill Hoffman
2006-10-04
1
-13/+57
*
BUG: fix for bug# 3584 missing SONAME for fortran on darwin
Bill Hoffman
2006-10-04
1
-0/+7
*
ENH: make qmake-qt4 really work if qmake is qt3 also fix indent in file, for ...
Bill Hoffman
2006-10-04
1
-149/+151
*
STYLE: Nightly Version update
Andy Cedilnik
2006-10-04
1
-1/+1
*
ENH: fix dashbaord error do not exclude root project from itself.
Bill Hoffman
2006-10-03
1
-0/+4
*
BUG: fix for bug#3646 GLUT not Glut for framework name
Bill Hoffman
2006-10-03
1
-1/+1
*
BUG: fix for bug#3652 use link /lib instead of lib
Bill Hoffman
2006-10-03
1
-1/+1
*
ENH: use core and not all of carbon
Bill Hoffman
2006-10-03
1
-1/+1
*
BUG: fix for bug#3714 execlude_from_all not working on vs
Bill Hoffman
2006-10-03
1
-1/+1
*
ENH: added endmacro command
Ken Martin
2006-10-03
3
-0/+111
*
BUG: fix for bug#3720
Bill Hoffman
2006-10-03
1
-0/+9
*
BUG: fix #3827, the name of the var is _tmp_FILE instead of tmp_FILE, so the
Alexander Neundorf
2006-10-03
1
-3/+4
*
BUG: fix for bug#3738
Bill Hoffman
2006-10-03
1
-3/+3
*
BUG: fix for 3765
Bill Hoffman
2006-10-03
1
-0/+1
[next]