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
/
Tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Patch from Alex to provide nicer syntax for FILE_IS_NEWER. Using name I...
Brad King
2006-10-23
1
-0/+3
*
COMP: Fixed typo: CMAKE_TEST_CMAKELIB -> COMPLEX_TEST_CMAKELIB.
Brad King
2006-10-22
3
-15/+15
*
ENH: Added explicit name for option to test CMakeLib. Added option to disabl...
Brad King
2006-10-19
12
-30/+60
*
BUG: Need to collapse path argument to get_directory_property. This addresse...
Brad King
2006-10-16
1
-0/+4
*
ENH: Properly propagate config type to test
Andy Cedilnik
2006-10-13
1
-1/+1
*
ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPac...
Andy Cedilnik
2006-10-12
2
-0/+20
*
ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPac...
Andy Cedilnik
2006-10-12
2
-2/+4
*
BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend to...
Brad King
2006-10-11
2
-2/+4
*
BUG: Fixed out-of-source subdirectories to work when they are also out-of-bin...
Brad King
2006-10-10
5
-1/+15
*
BUG: Fix link flags on cygwin shared libraries. This requires that the share...
Brad King
2006-10-05
3
-3/+3
*
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
2
-0/+6
*
BUG: Run testSystemDir test only if -isystem flag is available.
Brad King
2006-10-05
3
-6/+6
*
ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug...
Brad King
2006-10-05
12
-6/+36
*
ENH: Adding test of special characters in custom command and custom target co...
Brad King
2006-10-04
1
-1/+2
*
ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.
Brad King
2006-10-04
1
-0/+1
*
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to...
Brad King
2006-10-04
1
-1/+3
*
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.
Brad King
2006-10-04
1
-2/+2
*
ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.
Brad King
2006-10-02
6
-6/+6
*
ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid buil...
Brad King
2006-10-02
12
-0/+78
*
COMP: Fix command line check test implementation for Watcom.
Brad King
2006-10-02
2
-0/+3
*
ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman...
Brad King
2006-09-28
2
-2/+35
*
ENH: Re-enabling .i rule test on MSYS now that it works.
Brad King
2006-09-28
3
-15/+0
*
ENH: Re-enable preprocessing target test but specifically disable it on broke...
Brad King
2006-09-27
3
-3/+48
*
BUG: Disable new shell escape code until backward compatibility can be establ...
Brad King
2006-09-25
1
-1/+1
*
BUG: Character + should be valid in a variable name.
Brad King
2006-09-25
1
-1/+2
*
BUG: Disable new test_preprocess target until it is fixed on OSX universal bi...
Brad King
2006-09-24
3
-3/+3
*
ENH: Adding test for running preprocessor rules.
Brad King
2006-09-23
6
-0/+54
*
ENH: added test for elseif
Ken Martin
2006-09-22
9
-0/+144
*
COMP: Need ANSI C flags to build check_command_line.c.
Brad King
2006-09-22
1
-0/+1
*
ENH: Adding test for non-trivial custom command line arguments. This is for ...
Brad King
2006-09-21
2
-0/+71
*
ENH: Added test for linking to a static library that is next to a shared libr...
Brad King
2006-09-15
12
-3/+117
*
ENH: Adding support to link specifically to an archive or a shared library ba...
Brad King
2006-09-15
1
-2/+16
*
ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This a...
Brad King
2006-08-29
2
-0/+24
*
ENH: Patch from Alex for adding IF(FILE_IS_NEWER). I also added a test.
Brad King
2006-08-25
1
-0/+5
*
ENH: Always do tar.Z since we do have compress now builtin
Andy Cedilnik
2006-08-24
2
-52/+52
*
ENH: Added code to remove any bad installations of CVS directories before run...
Brad King
2006-08-24
2
-0/+4
*
ENH: Added check for bad installation of a CVS directory to test.
Brad King
2006-08-21
2
-0/+12
*
BUG: Need to execute sample_script.bat on windows and sample_script otherwise.
Brad King
2006-08-21
2
-2/+12
*
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...
Brad King
2006-08-21
8
-0/+54
*
ENH: fix error in if statement
Bill Hoffman
2006-08-11
2
-2/+2
*
ENH: fix failing tests
Bill Hoffman
2006-08-10
2
-4/+18
*
ENH: try to fix compress failure
Bill Hoffman
2006-08-09
2
-4/+16
*
ENH: finally fix the failing test on the dashboard for the past month or so
Bill Hoffman
2006-08-07
2
-2/+14
*
BUG: Make sure sources with unknown extensions are not compiled by VS.
Brad King
2006-08-03
6
-3/+6
*
ENH: Adding test for source files and header files with the same base name in...
Brad King
2006-08-01
12
-6/+33
*
ENH: Add test for bz2 and check for compress
Andy Cedilnik
2006-07-28
2
-0/+28
*
ENH: do not use c++ comments in c code
Bill Hoffman
2006-07-26
2
-2/+2
*
BUG: remove command causing issues with mid build reruns of cmake on vs70
Ken Martin
2006-07-25
2
-6/+0
*
ENH: trying a slight change
Ken Martin
2006-07-25
2
-6/+6
[next]