| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: clean up interface and change build in current directory to build the de... | Bill Hoffman | 2001-11-01 | 1 | -60/+154 |
|
|
* | 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 |
|
|
* | 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 le... | Bill Hoffman | 2001-08-22 | 1 | -7/+7 |
|
|
* | ENH: big change, only allow commands access to the cache via the cmMakefile c... | Bill Hoffman | 2001-08-08 | 1 | -7/+7 |
|
|
* | BUG: Generated link line for shared libraries had CMAKE_CXX_FLAGS instead of ... | Brad King | 2001-08-02 | 1 | -1/+1 |
|
|
* | BUG: We don't want to output -I/usr/include in the INCLUDE_FLAGS variable. T... | Brad King | 2001-08-02 | 1 | -1/+7 |
|
|
* | ENH: Added SUBDIR_DEPENDS command and corresponding support code. This comma... | Brad King | 2001-08-01 | 1 | -1/+9 |
|
|
* | ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved... | Brad King | 2001-07-31 | 1 | -3/+43 |
|
|
* | BUG: Changed include and link directory paths in cmMakefile back to std::vect... | Brad King | 2001-07-30 | 1 | -6/+6 |
|
|
* | Removed the Uniquification of the include and link directory list in FinalPass, | Ian Scott | 2001-07-30 | 1 | -6/+6 |
|
|
* | ENH: Hacked together a new implementation of the dependency generator code. ... | Brad King | 2001-07-17 | 1 | -6/+6 |
|
|
* | Unnecessary variable | Berk Geveci | 2001-07-10 | 1 | -1/+0 |
|
|
* | BUG: When splitting a full path library into separate -L and -l parts, the -l... | Brad King | 2001-07-10 | 1 | -0/+8 |
|
|
* | ENH: Added -D(library_name)_EXPORTS to build rules for sources that are going... | Brad King | 2001-07-10 | 1 | -2/+7 |
|
|
* | 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 fil... | Brad King | 2001-07-02 | 1 | -1/+4 |
|
|
* | 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 |
|
|
* | Special rules for out-of-package source files. | Berk Geveci | 2001-06-28 | 1 | -1/+57 |
|
|
* | ENH: fix install when executable and lib path set | Ken Martin | 2001-06-27 | 1 | -4/+7 |
|
|
* | ENH: fix install for cygwin, build cmake from configure | Bill Hoffman | 2001-06-27 | 1 | -18/+56 |
|
|
* | BUG: Check for building shared libraries should read from the make file's set... | Brad King | 2001-06-27 | 1 | -9/+14 |
|
|
* | ENH: Use ${MAKE} instead of make for dependent library rules | Amitha Perera | 2001-06-27 | 1 | -1/+1 |
|
|
* | BUG: shared libraries should not depend on other shared libraries, they get r... | Bill Hoffman | 2001-06-22 | 1 | -1/+1 |
|
|
* | better permission handling | Ken Martin | 2001-06-21 | 1 | -2/+2 |
|
|
* | ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about ... | Brad King | 2001-06-21 | 1 | -1/+6 |
|
|
* | BUG: remove unused | Bill Hoffman | 2001-06-18 | 1 | -1/+0 |
|
|
* | BUG: create directories in the right place | Bill Hoffman | 2001-06-18 | 1 | -1/+14 |
|
|
* | ENH: do not add anything from the current directory to the depends | Bill Hoffman | 2001-06-15 | 1 | -4/+2 |
|
|
* | BUG: fixed so that empty library paths are ignored | Amitha Perera | 2001-06-15 | 1 | -13/+10 |
|
|
* | BUG: fix it so that if a Makefile is out of date for some reason, it is only ... | Bill Hoffman | 2001-06-14 | 1 | -9/+4 |
|
|
* | BUG: fix so it does not jump into the current directory for inital target builds | Bill Hoffman | 2001-06-13 | 1 | -2/+4 |
|
|
* | ENH: fix EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for unix | Bill Hoffman | 2001-06-13 | 1 | -26/+80 |
|
|
* | BUG: SHLIB_LINK was being used when linking static executables. Missing comma | Amitha Perera | 2001-06-12 | 1 | -2/+10 |
|
|
* | BUG: CMake's configure needs to run with the current directory as the project... | Brad King | 2001-06-12 | 1 | -2/+4 |
|
|