Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add tWM to c flags as well as CXX flags | Bill Hoffman | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | ENH: add -tWM to default flags for compilation | Bill Hoffman | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | ENH: fix crashes in console apps | Bill Hoffman | 2001-12-03 | 1 | -1/+1 |
| | |||||
* | ENH: fix debugging with borland | Bill Hoffman | 2001-12-03 | 1 | -1/+16 |
| | |||||
* | new borland generator moved into place | Bill Hoffman | 2001-11-30 | 2 | -97/+0 |
| | |||||
* | Add options for library manager (lib). Alpha sort | Sebastien Barre | 2001-11-30 | 1 | -73/+104 |
| | |||||
* | Add linker flags for each build type | Sebastien Barre | 2001-11-30 | 1 | -1/+17 |
| | |||||
* | Removed unused options. | Berk Geveci | 2001-11-30 | 1 | -11/+4 |
| | |||||
* | CMAKE_ANSI_CFLAGS is used by VTK, so it should be set in the NMake config so ↵ | Sebastien Barre | 2001-11-30 | 1 | -0/+3 |
| | | | | that it gets expanded (even to "") | ||||
* | CMAKE_WORDS_BIGENDIAN should not be in the cache. | Berk Geveci | 2001-11-30 | 1 | -2/+1 |
| | |||||
* | fix: If documentation added, then need cache type | Sebastien Barre | 2001-11-30 | 1 | -1/+1 |
| | |||||
* | ENH: fix various problems caused by the generalization of nmake generator | Bill Hoffman | 2001-11-30 | 2 | -1/+15 |
| | |||||
* | Nmake build: move most of hard-coded values to config parameters | Sebastien Barre | 2001-11-30 | 4 | -82/+266 |
| | |||||
* | fix for shared libs and borland | Bill Hoffman | 2001-11-29 | 1 | -1/+1 |
| | |||||
* | ENH: borland generator 2 is working more or less | Bill Hoffman | 2001-11-28 | 1 | -0/+40 |
| | |||||
* | ENH: add advanced variable types and command line wizard gui | Bill Hoffman | 2001-11-26 | 2 | -1/+52 |
| | |||||
* | closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND ↵ | Bill Hoffman | 2001-11-15 | 4 | -0/+5 |
| | | | | used by Dart, nmake makefiles work with borland make and nmake | ||||
* | Closer to nmake build | Bill Hoffman | 2001-11-14 | 1 | -1/+9 |
| | |||||
* | nmake support | Bill Hoffman | 2001-11-14 | 1 | -0/+21 |
| | |||||
* | support for custom targets on exe and lib | Ken Martin | 2001-11-09 | 4 | -0/+32 |
| | |||||
* | put back CMAKE_TEMPLATE_FLAGS | Bill Hoffman | 2001-11-07 | 2 | -5/+38 |
| | |||||
* | remove template flags from cmake, no ptused, or -instance=static | Bill Hoffman | 2001-11-07 | 2 | -38/+5 |
| | |||||
* | added CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION | Berk Geveci | 2001-10-26 | 3 | -23/+42 |
| | |||||
* | ERR: remove undefined warning for compatibility with new 10.1 linker | Yves Starreveld | 2001-10-04 | 2 | -4/+4 |
| | |||||
* | made Debug the default configuration | Ken Martin | 2001-09-14 | 5 | -5/+5 |
| | |||||
* | ERR: Spelling | John Biddiscombe | 2001-09-12 | 1 | -1/+1 |
| | |||||
* | ENH: integrate borland support | Bill Hoffman | 2001-09-06 | 1 | -12/+2 |
| | |||||
* | NEW: First check in of Borland Makefile Generator and template stuff | John Biddiscombe | 2001-09-04 | 1 | -0/+106 |
| | |||||
* | Changes to allow a MODULE target for a shared library. | Yves Starreveld | 2001-08-28 | 3 | -49/+180 |
| | |||||
* | Added support for Darwin (OSX) | Yves Starreveld | 2001-08-28 | 2 | -26/+52 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2001-08-27 | 1 | -3728/+1782 |
| | |||||
* | ENH: use ANSI_CXXFLAGS for testing compiler | Bill Hoffman | 2001-08-27 | 2 | -6/+6 |
| | |||||
* | ENH: sgi -LANG:std | Bill Hoffman | 2001-08-27 | 3 | -20/+25 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2001-08-24 | 2 | -2/+2 |
| | |||||
* | ENH: more sgi -LANG stuff | Bill Hoffman | 2001-08-24 | 3 | -19/+42 |
| | |||||
* | BUG: fix flag for building shared on HP | Bill Hoffman | 2001-08-24 | 2 | -2/+2 |
| | |||||
* | BUG: fix check for no std:: | Bill Hoffman | 2001-08-20 | 2 | -1783/+3727 |
| | |||||
* | BUG: get the flags right | Bill Hoffman | 2001-08-18 | 2 | -3732/+1788 |
| | |||||
* | ENH: default for cygwin should be pthreads | Bill Hoffman | 2001-08-16 | 1 | -1780/+3727 |
| | |||||
* | ENH: add CMAKE_USE_WIN32_THREADS to the possible thread types | Bill Hoffman | 2001-08-16 | 4 | -7/+15 |
| | |||||
* | ENH: make pthreads the default for cygwin | Bill Hoffman | 2001-08-15 | 2 | -2/+2 |
| | |||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 3 | -2/+39 |
| | | | | 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 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. | ||||
* | adding what I think is a missing /pdbtype:sept | Ian Scott | 2001-07-20 | 1 | -2/+2 |
| | |||||
* | ENH: Added support for using backslash-style escaping in CMakeLists.txt file ↵ | Brad King | 2001-07-17 | 2 | -2/+2 |
| | | | | arguments. This allows double quotes to be used in arguments. | ||||
* | ENH: add a variable for CMAKE_COMPILER_IS_GNUCXX | Bill Hoffman | 2001-07-16 | 3 | -0/+12 |
| | |||||
* | BUG: fix excape of * for cmake | Bill Hoffman | 2001-07-10 | 2 | -2/+2 |
| | |||||
* | BUG: fix flags for cygwin and shared builds | Bill Hoffman | 2001-07-05 | 2 | -24/+26 |
| | |||||
* | BUG: fix solaris problems in install and ar | Bill Hoffman | 2001-07-05 | 2 | -2/+2 |
| | |||||
* | Renamed the ReleaseWithDebugInfo Build configuration to RelWithDebInfo, | Ian Scott | 2001-07-03 | 6 | -41/+41 |
| | | | | | because msdev does simple matching on build target, and specifying either Release or Debug builds would also build ReleaseWithDebugInfo |