Bill Hoffman
|
1c44342cff
ENH: remove duplicate file name test because it fails on xcode
|
19 years ago |
Bill Hoffman
|
0f8603acc2
ENH: allow multiple files with the same name in different sub dirs test
|
19 years ago |
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 years ago |
Bill Hoffman
|
b45f4a5d45
ENH: change library order to use a vector
|
19 years ago |
Ken Martin
|
eb773486f3
ENH: added testing for new features
|
19 years ago |
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 years ago |
Andy Cedilnik
|
f483e48d2a
ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake
|
19 years ago |
Brad King
|
e666b8e825
BUG: Avoid case problems on windows.
|
20 years ago |
Bill Hoffman
|
07ef88c985
ENH: add COMPILE_FLAGS to targets
|
20 years ago |
Bill Hoffman
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 years ago |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 years ago |
Bill Hoffman
|
2c73d2e0f3
ENH: add new cmakedefine01 feature from bug report 2603
|
20 years ago |
Bill Hoffman
|
e59e9d0e59
ENH: fix bug 2087 lib prefix stripped off on windows
|
20 years ago |
Bill Hoffman
|
76e14b4f1a
ENH: do not test for c and cxx flags on visual studio as it does not work yet
|
20 years ago |
Bill Hoffman
|
8dc6db4777
ENH: add new test to make sure c and cxx flags are going to the right files
|
20 years ago |
Andy Cedilnik
|
1b95674b0e
ENH: Do 4 files
|
20 years ago |
Andy Cedilnik
|
308db351cc
ENH: Add a test for cmGeneratedFileStream
|
20 years ago |
Ken Martin
|
ba3b7c1588
ENH: added testing of the WHILE command
|
20 years ago |
Bill Hoffman
|
332cd81fdd
ENH: try to see if there is still a problem
|
20 years ago |
Bill Hoffman
|
ed1afcdaee
ENH: make it pass anyway so I can see debug info
|
20 years ago |
Bill Hoffman
|
16b65d86c9
ENH: try and debug the failed test on the continuous
|
20 years ago |
Bill Hoffman
|
ded7d15144
ENH: try number two with topological sort
|
20 years ago |
Bill Hoffman
|
17f474b0d4
ENH: reverse last changes to avoid dashboard failures
|
20 years ago |
Bill Hoffman
|
7007b41dcb
ENH: fix library ordering stuff to use a topological sort
|
20 years ago |
Brad King
|
b40219372e
ENH: Added full pre-build/pre-link/post-build testing for both library and executable targets.
|
20 years ago |
Bill Hoffman
|
626be7884a
FIX: go back to not trying to handle spaces in the path for run single command and comment it so that people know to call the right thing
|
21 years ago |
Bill Hoffman
|
e26c14e5d3
ENH: add test back for single char exe
|
21 years ago |
Bill Hoffman
|
b35a73aae5
remove run program test until run single command is fixed
|
21 years ago |
Bill Hoffman
|
040f776885
FIX: fix the problem where a target is a single character and nmake gets confused and add a test for it
|
21 years ago |
Bill Hoffman
|
66a08c10e5
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
|
21 years ago |