summaryrefslogtreecommitdiffstats
path: root/Source/cmDSWWriter.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: closer to working with spaces in the pathKen Martin2002-03-131-0/+11
|
* ENH: add RUN_TESTSBill Hoffman2002-02-261-0/+23
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* fix warning for Borland buildSebastien Barre2001-11-301-1/+1
|
* a better fix maybeKen Martin2001-11-081-4/+11
|
* make sure custom targets are in the ALL_BUILDBill Hoffman2001-11-081-8/+8
|
* switched string::compare to strncmpPhil Pritchett2001-11-051-1/+1
|
* allow more than one external MS projectPhil Pritchett2001-11-021-1/+1
|
* INCLUDE_EXTERNAL_MSPROJECT commandPhil Pritchett2001-10-311-1/+46
|
* ENH: separate command from its arguments in the custom command. This allows ↵Bill Hoffman2001-09-041-1/+2
| | | | the generator on windows to change the slashes for just the command
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-1/+1
| | | | 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
* ENH: Added INSTALL_PROGRAMS command and corresponding support. This ↵Brad King2001-07-311-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: Added support for selection of static/shared build on a per-library basis.Brad King2001-07-021-2/+1
|
* allow no name projectBill Hoffman2001-06-211-1/+8
|
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-7/+7
|
* ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriterBill Hoffman2001-06-061-14/+14
|
* STYLE: line too longBill Hoffman2001-06-041-1/+2
|
* BUG: clean up memory leaks.Bill Hoffman2001-06-041-3/+12
|
* install fixes for win32Ken Martin2001-05-231-3/+7
|
* option to make utilities in the all targetKen Martin2001-05-041-2/+2
|
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-12/+4
|
* ENH: implement ADD_TARGET command, and add an ALL_BUILD targetBill Hoffman2001-05-011-4/+47
|
* added TARGET_LINK_LIBRARY command and support for debug and release ↵Ken Martin2001-04-301-6/+13
| | | | libraries to link against
* ENH:New copyrightWill Schroeder2001-04-271-5/+30
|
* support for debug and opt librariesKen Martin2001-04-261-7/+8
|
* ENH: new GUI editor for cmake cache fileBill Hoffman2001-04-231-1/+0
|
* cleaned up the coding style made ivars private etcKen Martin2001-04-191-1/+1
|
* major changes to support multiple libraries and source listsKen Martin2001-04-111-10/+15
|
* BUG: fix depends for libraries and executables in the same dirBill Hoffman2001-04-061-1/+1
|
* ENH: Added utility dependency support. Now a project can depend on other ↵Brad King2001-03-091-1/+14
| | | | executables as well as link libraries.
* BUG: fix circular depends on libraries and remove depends for static librariesBill Hoffman2001-02-281-6/+9
|
* many enhancements including dll supportKen Martin2001-02-271-12/+10
|
* ENH: add CMakeCache.txt supportBill Hoffman2001-02-231-116/+43
|
* ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵Bill Hoffman2001-02-191-4/+8
| | | | some
* ENH: add new commands fro find library and find programKen Martin2001-02-161-4/+8
|
* some cleanup and fixesKen Martin2001-02-151-15/+16
|
* ENH: add cache manager class, move all commands into cmCommands.cxx to speed ↵Bill Hoffman2001-02-121-1/+1
| | | | up compile times, share a .lib with the command line and mfc versions.
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-0/+15
|
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-1/+1
|
* ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵Bill Hoffman2001-01-051-47/+53
| | | | CMakeLists.txt files.
* ENH: change ME to LIBRARY and added PROJECT, also remove ITK stuff and ↵Bill Hoffman2000-09-271-4/+17
| | | | replaced with CMake
* ENH: clean up code, and varible namesBill Hoffman2000-09-211-1/+1
|
* ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the ↵Bill Hoffman2000-09-121-46/+108
| | | | directories of the system.
* ENH: move from tools and create working CMake programBill Hoffman2000-08-301-2/+2
|
* NEW: move from tools and config to create CMakeBill Hoffman2000-08-291-0/+129