Brad King
|
ec1ba9b0ae
get_filename_component: Add explicit unit tests
|
12 gadi atpakaļ |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 gadi atpakaļ |
Brad King
|
53d31c2426
complex: Remove unused option to test CMakeLib
|
14 gadi atpakaļ |
Brad King
|
c1789e6986
complex: Remove test dependence on cmSystemTools
|
14 gadi atpakaļ |
Brad King
|
569cee1d9e
complex: Move cmSystemTools::UpperCase test to CMakeLibTests
|
14 gadi atpakaļ |
Brad King
|
49d6dd67f1
complex: Simplify test for single-character exe name
|
14 gadi atpakaļ |
Brad King
|
76ac88b730
complex: Move GeneratedFileStream test to CMakeLibTests
|
14 gadi atpakaļ |
Brad King
|
137e5974bc
complex: Remove dynamic loader tests
|
14 gadi atpakaļ |
Brad King
|
6a7582124c
complex: Remove ancient unused ComplexRelativePaths test
|
14 gadi atpakaļ |
Ken Martin
|
19e891532a
ENH: support parenthesis as arguments and in conditionals feature request #6191
|
17 gadi atpakaļ |
Brad King
|
96fd5909d9
ENH: Implement linking with paths to library files instead of -L and -l separation. See bug #3832
|
18 gadi atpakaļ |
Brad King
|
9d57dbd098
ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property initialized from parent.
|
18 gadi atpakaļ |
Bill Hoffman
|
2e24dd1e5b
ENH: fix leak
|
18 gadi atpakaļ |
Brad King
|
b384218ec1
BUG: Disable test of feature that is not documented or implemented everywhere.
|
18 gadi atpakaļ |
Brad King
|
adcd87c976
BUG: Fixed cmLocalVisualStudio7Generator to deal with quotes in macro definitions properly. This addresses bug#4983.
|
18 gadi atpakaļ |
Brad King
|
cf7eeab37a
ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTORY, and ARCHIVE_OUTPUT_DIRECTORY. This is an incremental fix for bug#2240 and bug#4210.
|
18 gadi atpakaļ |
Brad King
|
21a56b7df7
COMP: Fixed typo: CMAKE_TEST_CMAKELIB -> COMPLEX_TEST_CMAKELIB.
|
19 gadi atpakaļ |
Brad King
|
b646183f44
ENH: Added explicit name for option to test CMakeLib. Added option to disable testing of CMakeLib if system utility libraries are used until linking made easier.
|
19 gadi atpakaļ |
Brad King
|
7ad07e0811
BUG: Fix link flags on cygwin shared libraries. This requires that the shared library prefix be supported in the link library regex.
|
19 gadi atpakaļ |
Ken Martin
|
a6e63f3a61
ENH: added test for elseif
|
19 gadi atpakaļ |
Brad King
|
07ec25e383
ENH: Added test for linking to a static library that is next to a shared library. See bug#1644 for related changes.
|
19 gadi atpakaļ |
Brad King
|
9a74185695
BUG: Fix REMOVE_DEFINITIONS command to not remove substrings.
|
19 gadi atpakaļ |
Bill Hoffman
|
1c44342cff
ENH: remove duplicate file name test because it fails on xcode
|
19 gadi atpakaļ |
Bill Hoffman
|
0f8603acc2
ENH: allow multiple files with the same name in different sub dirs test
|
19 gadi atpakaļ |
Brad King
|
57a9e26c15
BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are found properly. Also taking libraries that will be built but may not yet exist into account. The per-configuration subdirectories that are included by generators in the link path are checked for conflicting libraries also. Potentially conflicting libraries that are actually symlinks back to the desired library are no longer considered conflicting, which avoids bogus impossible ordering warnings.
|
19 gadi atpakaļ |
Bill Hoffman
|
b45f4a5d45
ENH: change library order to use a vector
|
19 gadi atpakaļ |
Ken Martin
|
eb773486f3
ENH: added testing for new features
|
19 gadi atpakaļ |
Brad King
|
f430ad0ea2
BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using the settings from the platform files.
|
19 gadi atpakaļ |
Andy Cedilnik
|
f483e48d2a
ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake
|
19 gadi atpakaļ |
Brad King
|
e666b8e825
BUG: Avoid case problems on windows.
|
20 gadi atpakaļ |