Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add target properties | Bill Hoffman | 2002-12-20 | 1 | -0/+36 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -3/+1 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | BUG: the dependency analysis would incorrectly alphabetically re-order the | Amitha Perera | 2002-11-19 | 1 | -96/+171 |
| | | | | | link lines, which affects external libraries pulled up from deep within the dependency tree. Fixed by preserving order everywhere. | ||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | If you specify header file as source, it should still use C compiler and not ↵ | Andy Cedilnik | 2002-10-06 | 1 | -1/+2 |
| | | | | CXX. Also fix COnly test so that it make sure that this still works... | ||||
* | removed some includes | Ken Martin | 2002-09-27 | 1 | -0/+1 |
| | |||||
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -2/+2 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -26/+7 |
| | | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building | ||||
* | BUG: try to tell the difference between variables with sources and other ↵ | Bill Hoffman | 2002-06-25 | 1 | -2/+12 |
| | | | | variables | ||||
* | modified to handle src list vectors without proper dollar signs | Ken Martin | 2002-06-24 | 1 | -17/+62 |
| | |||||
* | modified create test source to create a vector | Ken Martin | 2002-06-19 | 1 | -6/+15 |
| | |||||
* | ERR: Fixed compiler warnings. | Brad King | 2002-06-18 | 1 | -0/+1 |
| | |||||
* | ENH: only add _LIB_DEPEND information for libraries and modules | Bill Hoffman | 2002-06-03 | 1 | -13/+19 |
| | |||||
* | BUG: never make a target depend on itself. This was causing unnecessary ↵ | Amitha Perera | 2002-05-29 | 1 | -0/+6 |
| | | | | library duplication, resulting in link errors on some platforms. | ||||
* | FIX: Remove assert since it was breaking IRIX builds. | Amitha Perera | 2002-05-12 | 1 | -2/+0 |
| | |||||
* | FIX: Const reference to a set needs a const_iterator. (.NET build error) | Jim Miller | 2002-05-10 | 1 | -1/+1 |
| | |||||
* | BUG: Correct some of the dependency analysis code. | Amitha Perera | 2002-05-10 | 1 | -50/+53 |
| | | | | | | | | | - Make sure the original link line is untouched - Avoid duplicating the link line when supporting version < 1.4 - Make sure the cyclic dependencies and such are output correctly in complicated cases. - Avoid outputing dependencies that are already satisfied on the original link line when possible. | ||||
* | ENH: change set<string> to set<cmStdString> to avoid long symbols that ↵ | Bill Hoffman | 2002-05-09 | 1 | -8/+8 |
| | | | | crash ar on solaris | ||||
* | ENH: rework library depend stuff | Bill Hoffman | 2002-05-03 | 1 | -157/+118 |
| | |||||
* | - bug fix where paths weren't being output when LIB_OUT_PATH *isn't* used | Amitha Perera | 2002-05-03 | 1 | -15/+65 |
| | | | | | - test case for above mentioned bug - more comments. Comments are good. | ||||
* | check for optimized or debug library adds | Bill Hoffman | 2002-05-02 | 1 | -2/+17 |
| | |||||
* | remove canonical conversion for lib names | Bill Hoffman | 2002-05-02 | 1 | -40/+3 |
| | |||||
* | make it backwards compatible with old cmake | Bill Hoffman | 2002-05-02 | 1 | -4/+21 |
| | |||||
* | Debug optimized cache fixes | Bill Hoffman | 2002-05-02 | 1 | -8/+41 |
| | |||||
* | BUG: The library paths should stay with the libraries during dependency ↵ | Amitha Perera | 2002-05-02 | 1 | -15/+25 |
| | | | | analysis. | ||||
* | ENH: change LINK_LIBRARY to add to targets | Bill Hoffman | 2002-05-02 | 1 | -10/+2 |
| | |||||
* | BUG: if a_LIBS_DEPENDS exists but is empty, there are no explicit dependencies. | Amitha Perera | 2002-05-02 | 1 | -1/+1 |
| | |||||
* | ENH: Make the LinkLibraries command contribute dependencies towards ↵ | Amitha Perera | 2002-05-01 | 1 | -19/+4 |
| | | | | AddLibraries. | ||||
* | ENH: Add library dependency analysis. | Amitha Perera | 2002-05-01 | 1 | -6/+303 |
| | |||||
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 1 | -0/+12 |
| | | | | only project can be built with cmake, even without a cxx compiler | ||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -3/+3 |
| | | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | ENH: Added INSTALL_PROGRAMS command and corresponding support. This ↵ | Brad King | 2001-07-31 | 1 | -1/+2 |
| | | | | 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. | ||||
* | ENH: Source and header file extensions are in variables in cmMakefile. | Amitha Perera | 2001-07-16 | 1 | -1/+3 |
| | | | | AUX_SOURCE_DIRECTORY will only add files that have a "source" extension. | ||||
* | duh | Ken Martin | 2001-06-13 | 1 | -33/+4 |
| | |||||
* | minor cvs web changeCMakeLists.txt | Ken Martin | 2001-06-13 | 1 | -2/+34 |
| | |||||
* | added install rules | Ken Martin | 2001-05-23 | 1 | -0/+6 |
| | |||||
* | ENH: allow duplicate libraries | Bill Hoffman | 2001-05-23 | 1 | -4/+1 |
| | |||||
* | fix for expaning libraries prior to generating dsp | Ken Martin | 2001-05-10 | 1 | -1/+9 |
| | |||||
* | added TARGET_LINK_LIBRARY command and support for debug and release ↵ | Ken Martin | 2001-04-30 | 1 | -0/+15 |
| | | | | libraries to link against | ||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -0/+44 |