Bill Hoffman
|
41017cbc88
ENH: clean up warnings
|
24 years ago |
Franck Bettinger
|
becce939a2
support for compilation of .ui files into .h and .cxx files
|
24 years ago |
Berk Geveci
|
32e9510d55
Needed to replace srcdir to make install targets work.
|
24 years ago |
Bill Hoffman
|
3cb9f60375
BUG: no +=+
|
24 years ago |
Bill Hoffman
|
3b8eff5552
remove template flags from cmake, no ptused, or -instance=static
|
24 years ago |
Bill Hoffman
|
72d683e0ee
ENH: use full source name for c code as well as c++
|
24 years ago |
Bill Hoffman
|
8a4ae14a30
make sure default_target is first
|
24 years ago |
Bill Hoffman
|
112707a9dc
Clean up a bit more
|
24 years ago |
Franck Bettinger
|
4153857a1e
add cleaning of QT generated files when make clean is used
|
24 years ago |
Bill Hoffman
|
1a8e3ba1e6
ENH: use full paths for object compile rules
|
24 years ago |
Bill Hoffman
|
a033bf3972
ENH: change to work with nmake
|
24 years ago |
Bill Hoffman
|
c15ad5c98d
ENH: clean up interface and change build in current directory to build the depend file first
|
24 years ago |
Berk Geveci
|
1096d43d14
ENH: allow -framework as a complete entry in the link line for Mac OSX
|
24 years ago |
Bill Hoffman
|
9ae8234fe5
BUG: get correct library name
|
24 years ago |
Bill Hoffman
|
1c8f096517
BUG: use realpath instead of cd/pwd
|
24 years ago |
Bill Hoffman
|
e197d3f219
remove memory leaks
|
24 years ago |
Yves Starreveld
|
7aa0d0d888
|
24 years ago |
Brad King
|
82996a636e
ENH: Proper dependencies between shared libraries now exist in the generated makefiles. If a shared library links to another, the other will be built before the link is attempted.
|
24 years ago |
Yves Starreveld
|
247c1640da
|
24 years ago |
Bill Hoffman
|
c7bd083549
BUG: fix for broken apple mkdir and general clean up of MakeDirectory command
|
24 years ago |
Bill Hoffman
|
f709e5588e
ENH: change expand variables to use GetDefinition
|
24 years ago |
Bill Hoffman
|
3b5ce4b88a
*** empty log message ***
|
24 years ago |
Bill Hoffman
|
152fccf848
BUG: set CXX and CC when running configure from cmake
|
24 years ago |
Ken Martin
|
ab0ef5b6a0
better ctest support
|
24 years ago |
Ken Martin
|
2190ddc4e9
added test driver for make test target
|
24 years ago |
Bill Hoffman
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 years ago |
Bill Hoffman
|
db1303aa7d
ENH: big change, only allow commands access to the cache via the cmMakefile class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
|
24 years ago |
Brad King
|
4aa1a3422b
BUG: Generated link line for shared libraries had CMAKE_CXX_FLAGS instead of CMAKE_CXXFLAGS (note underscore).
|
24 years ago |
Brad King
|
9e5c769c29
BUG: We don't want to output -I/usr/include in the INCLUDE_FLAGS variable. This causes problems with finding system headers in the wrong places for certain standard library implementations.
|
24 years ago |
Brad King
|
8a03ccda07
ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory.
|
24 years ago |