Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | BUG: avoid .cxx.o names... | Bill Hoffman | 2001-11-15 | 1 | -2/+3 | |
| | ||||||
* | Closer to nmake build | Bill Hoffman | 2001-11-14 | 1 | -23/+41 | |
| | ||||||
* | nmake support | Bill Hoffman | 2001-11-14 | 1 | -5/+13 | |
| | ||||||
* | ENH: remove debug statements | Bill Hoffman | 2001-11-14 | 1 | -6/+0 | |
| | ||||||
* | start work on nmake generator | Bill Hoffman | 2001-11-13 | 1 | -12/+35 | |
| | ||||||
* | clean up object file build rule, and do not attempt to remove ↵ | Bill Hoffman | 2001-11-13 | 1 | -48/+58 | |
| | | | | link_directories that are in the build tree | |||||
* | ENH: clean up warnings | Bill Hoffman | 2001-11-13 | 1 | -1/+4 | |
| | ||||||
* | support for compilation of .ui files into .h and .cxx files | Franck Bettinger | 2001-11-09 | 1 | -2/+2 | |
| | ||||||
* | Needed to replace srcdir to make install targets work. | Berk Geveci | 2001-11-08 | 1 | -4/+4 | |
| | ||||||
* | BUG: no +=+ | Bill Hoffman | 2001-11-07 | 1 | -1/+1 | |
| | ||||||
* | remove template flags from cmake, no ptused, or -instance=static | Bill Hoffman | 2001-11-07 | 1 | -1/+1 | |
| | ||||||
* | ENH: use full source name for c code as well as c++ | Bill Hoffman | 2001-11-07 | 1 | -1/+4 | |
| | ||||||
* | make sure default_target is first | Bill Hoffman | 2001-11-07 | 1 | -6/+8 | |
| | ||||||
* | Clean up a bit more | Bill Hoffman | 2001-11-07 | 1 | -45/+24 | |
| | ||||||
* | add cleaning of QT generated files when make clean is used | Franck Bettinger | 2001-11-06 | 1 | -5/+18 | |
| | ||||||
* | ENH: use full paths for object compile rules | Bill Hoffman | 2001-11-05 | 1 | -11/+32 | |
| | ||||||
* | ENH: change to work with nmake | Bill Hoffman | 2001-11-05 | 1 | -80/+56 | |
| | ||||||
* | ENH: clean up interface and change build in current directory to build the ↵ | Bill Hoffman | 2001-11-01 | 1 | -60/+154 | |
| | | | | depend file first | |||||
* | ENH: allow -framework as a complete entry in the link line for Mac OSX | Berk Geveci | 2001-10-24 | 1 | -1/+1 | |
| | ||||||
* | BUG: get correct library name | Bill Hoffman | 2001-09-28 | 1 | -2/+2 | |
| | ||||||
* | BUG: use realpath instead of cd/pwd | Bill Hoffman | 2001-09-27 | 1 | -2/+2 | |
| | ||||||
* | remove memory leaks | Bill Hoffman | 2001-09-14 | 1 | -0/+5 | |
| | ||||||
* | ENH: Generate compile lines for .m, .M, and .mm files (ObjC and ObjC++) | Yves Starreveld | 2001-09-01 | 1 | -1/+2 | |
| | ||||||
* | ENH: Proper dependencies between shared libraries now exist in the generated ↵ | Brad King | 2001-08-29 | 1 | -69/+118 | |
| | | | | makefiles. If a shared library links to another, the other will be built before the link is attempted. | |||||
* | Changes to allow MODULE type target for a shared library | Yves Starreveld | 2001-08-28 | 1 | -7/+46 | |
| | ||||||
* | BUG: fix for broken apple mkdir and general clean up of MakeDirectory command | Bill Hoffman | 2001-08-28 | 1 | -11/+27 | |
| | ||||||
* | ENH: change expand variables to use GetDefinition | Bill Hoffman | 2001-08-27 | 1 | -21/+25 | |
| | ||||||
* | *** empty log message *** | Bill Hoffman | 2001-08-27 | 1 | -2/+2 | |
| | ||||||
* | BUG: set CXX and CC when running configure from cmake | Bill Hoffman | 2001-08-27 | 1 | -0/+10 | |
| | ||||||
* | better ctest support | Ken Martin | 2001-08-23 | 1 | -5/+14 | |
| | ||||||
* | added test driver for make test target | Ken Martin | 2001-08-23 | 1 | -0/+5 | |
| | ||||||
* | ENH: change all maps of string to be maps of cmStdString, to reduce symbol ↵ | Bill Hoffman | 2001-08-22 | 1 | -7/+7 | |
| | | | | length in object files. | |||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -7/+7 | |
| | | | | 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 | |||||
* | BUG: Generated link line for shared libraries had CMAKE_CXX_FLAGS instead of ↵ | Brad King | 2001-08-02 | 1 | -1/+1 | |
| | | | | CMAKE_CXXFLAGS (note underscore). | |||||
* | BUG: We don't want to output -I/usr/include in the INCLUDE_FLAGS variable. ↵ | Brad King | 2001-08-02 | 1 | -1/+7 | |
| | | | | This causes problems with finding system headers in the wrong places for certain standard library implementations. | |||||
* | ENH: Added SUBDIR_DEPENDS command and corresponding support code. This ↵ | Brad King | 2001-08-01 | 1 | -1/+9 | |
| | | | | command allows specification that a set of subdirectories be built before a particular directory. | |||||
* | ENH: Added INSTALL_PROGRAMS command and corresponding support. This ↵ | Brad King | 2001-07-31 | 1 | -3/+43 | |
| | | | | involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will. | |||||
* | BUG: Changed include and link directory paths in cmMakefile back to ↵ | Brad King | 2001-07-30 | 1 | -6/+6 | |
| | | | | std::vector because there is an order dependency. Only cmMakefile::AddIncludeDirectory and cmMakefile::AddLinkDirectory should be called to add directories to the paths. They make sure the paths are unique as they are inserted. | |||||
* | Removed the Uniquification of the include and link directory list in FinalPass, | Ian Scott | 2001-07-30 | 1 | -6/+6 | |
| | | | | | and achieved the same effect by makein m_LinkDirectores and m_IncludeDirectories a set rather than vector | |||||
* | ENH: Hacked together a new implementation of the dependency generator code. ↵ | Brad King | 2001-07-17 | 1 | -6/+6 | |
| | | | | This should support finding dependencies for individual files without doing them for the entire makefile. Use cmMakeDepend::FindDependencies() to do this. | |||||
* | Unnecessary variable | Berk Geveci | 2001-07-10 | 1 | -1/+0 | |
| | ||||||
* | BUG: When splitting a full path library into separate -L and -l parts, the ↵ | Brad King | 2001-07-10 | 1 | -0/+8 | |
| | | | | -l part may not have a "lib" prefix on cygwin. | |||||
* | ENH: Added -D(library_name)_EXPORTS to build rules for sources that are ↵ | Brad King | 2001-07-10 | 1 | -2/+7 | |
| | | | | going to be linked into a shared library. This allows dllexport setup for DLL building on cygwin. It may also come in handy in unix in the future. This corresponds to the same definition added by the dll dsp template in windows. | |||||
* | BUG: library extension goes after library name, not before | Amitha Perera | 2001-07-08 | 1 | -2/+2 | |
| | ||||||
* | ENH: some clean up, and better checking to see if we are building cmake | Bill Hoffman | 2001-07-06 | 1 | -9/+32 | |
| | ||||||
* | BUG: fix solaris problems in install and ar | Bill Hoffman | 2001-07-05 | 1 | -2/+2 | |
| | ||||||
* | BUG: When outputting relative path of .o, the relative path of the source ↵ | Brad King | 2001-07-02 | 1 | -1/+4 | |
| | | | | file must also be written (not full path). | |||||
* | ENH: Added support for selection of static/shared build on a per-library basis. | Brad King | 2001-07-02 | 1 | -100/+90 | |
| | ||||||
* | BUG: break up CMAKE_AR into program and ARGS | Bill Hoffman | 2001-06-29 | 1 | -1/+2 | |
| | ||||||
* | ENH: various fixes to allow bootstrap on sunos with CC | Bill Hoffman | 2001-06-28 | 1 | -1/+1 | |
| |