Bill Hoffman
|
344a7cff8d
use lower case and not short path for uniq paths on window
|
23 年之前 |
Ken Martin
|
350f09ae6d
removed ccommand use cmake now
|
23 年之前 |
Bill Hoffman
|
3bc9830686
ENH: add an edit_cache target that runs ccmake or CMakeSetup
|
23 年之前 |
Amitha Perera
|
1f8df8585e
ENH: Add library dependency analysis.
|
23 年之前 |
Sebastien Barre
|
6083e3c127
ENH: make CMake less verbose/precious
|
23 年之前 |
Sebastien Barre
|
1ce7085e63
ENH: need CMAKE_LINKER_FLAGS
|
23 年之前 |
Sebastien Barre
|
d774cd7c2b
ENH: make CMake less verbose/precious
|
23 年之前 |
Ken Martin
|
55821b2867
renamed unix to unixPath for compile error
|
23 年之前 |
Bill Hoffman
|
89a697a3b9
BUG: fix short path on files that do not exist
|
23 年之前 |
Sebastien Barre
|
e455a83969
FIX: echo pb, make Nmake gen use Unix gen, factorize stuff in Unix gen
|
23 年之前 |
Bill Hoffman
|
d42055b283
ENH: fix more space problems, you can add args to the ExecProgram command separatly now
|
23 年之前 |
Bill Hoffman
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
23 年之前 |
Bill Hoffman
|
8b3b49a010
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
23 年之前 |
Bill Hoffman
|
7fc14a9cb4
ENH: use ccommand for del on windows
|
23 年之前 |
Bill Hoffman
|
15d365cddd
BUG: fix for files with dashes in them
|
24 年之前 |
Bill Hoffman
|
809b32fe59
ENH: remove several compiler warnings
|
24 年之前 |
Bill Hoffman
|
8c3400dc6b
ENH: big change in the path handling, one function CreateOutputPath is used to escape spaces and convert to the native path type
|
24 年之前 |
Bill Hoffman
|
3c748ec5ad
ENH: add a virtual CreateMakeVariable to shorten makefile variables for borland make
|
24 年之前 |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 年之前 |
Bill Hoffman
|
5e8f9427d1
BUG: fix build of library in other directory if it is not there
|
24 年之前 |
Bill Hoffman
|
d253ef49bc
BUG: put back recursive call to make for checking sources
|
24 年之前 |
Bill Hoffman
|
d1fb9d757f
ENH: remove one call to make, and clean echo stuff a bit
|
24 年之前 |
Bill Hoffman
|
e4843d83a4
ENH: remove the rule to run make depend from the top with each change in any cmakelist file. Instead, run make depend in the current directory if a source file changes, or if a .h file changes or is removed
|
24 年之前 |
Amitha Perera
|
a9cdcba660
BUG: Don't generate build rules for header files.
|
24 年之前 |
Bill Hoffman
|
2c7bb2bf34
BUG: fix so you can remove a directory in the source tree, and clean up echo of commands
|
24 年之前 |
Bill Hoffman
|
5291b7d025
ENH: fix for win98 check for directory existence
|
24 年之前 |
Bill Hoffman
|
9402460977
ENH: add make silent flag for nmake and move .SILENT: directive to top of makefile
|
24 年之前 |
Bill Hoffman
|
b67dc16be6
ENH: add silent mode for makefile builds and fix borland and nmake after the depend stuff
|
24 年之前 |
Brad King
|
633041837c
ENH: Improved dependency generation. If any cmake.depends is out of date, all of them in the tree are re-generated. This is necessary in certain cases when CMakeLists.txt files change.
|
24 年之前 |
Bill Hoffman
|
30a56de4b7
ENH: add custom commands for targets
|
24 年之前 |