summaryrefslogtreecommitdiffstats
path: root/Templates
Commit message (Collapse)AuthorAgeFilesLines
* ENH: borland generator 2 is working more or lessBill Hoffman2001-11-281-0/+40
|
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-262-1/+52
|
* closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND ↵Bill Hoffman2001-11-154-0/+5
| | | | used by Dart, nmake makefiles work with borland make and nmake
* Closer to nmake buildBill Hoffman2001-11-141-1/+9
|
* nmake supportBill Hoffman2001-11-141-0/+21
|
* support for custom targets on exe and libKen Martin2001-11-094-0/+32
|
* put back CMAKE_TEMPLATE_FLAGSBill Hoffman2001-11-072-5/+38
|
* remove template flags from cmake, no ptused, or -instance=staticBill Hoffman2001-11-072-38/+5
|
* added CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATIONBerk Geveci2001-10-263-23/+42
|
* ERR: remove undefined warning for compatibility with new 10.1 linkerYves Starreveld2001-10-042-4/+4
|
* made Debug the default configurationKen Martin2001-09-145-5/+5
|
* ERR: SpellingJohn Biddiscombe2001-09-121-1/+1
|
* ENH: integrate borland supportBill Hoffman2001-09-061-12/+2
|
* NEW: First check in of Borland Makefile Generator and template stuffJohn Biddiscombe2001-09-041-0/+106
|
* Changes to allow a MODULE target for a shared library.Yves Starreveld2001-08-283-49/+180
|
* Added support for Darwin (OSX)Yves Starreveld2001-08-282-26/+52
|
* *** empty log message ***Bill Hoffman2001-08-271-3728/+1782
|
* ENH: use ANSI_CXXFLAGS for testing compilerBill Hoffman2001-08-272-6/+6
|
* ENH: sgi -LANG:stdBill Hoffman2001-08-273-20/+25
|
* *** empty log message ***Bill Hoffman2001-08-242-2/+2
|
* ENH: more sgi -LANG stuffBill Hoffman2001-08-243-19/+42
|
* BUG: fix flag for building shared on HPBill Hoffman2001-08-242-2/+2
|
* BUG: fix check for no std::Bill Hoffman2001-08-202-1783/+3727
|
* BUG: get the flags rightBill Hoffman2001-08-182-3732/+1788
|
* ENH: default for cygwin should be pthreadsBill Hoffman2001-08-161-1780/+3727
|
* ENH: add CMAKE_USE_WIN32_THREADS to the possible thread typesBill Hoffman2001-08-164-7/+15
|
* ENH: make pthreads the default for cygwinBill Hoffman2001-08-152-2/+2
|
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-083-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 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.
* adding what I think is a missing /pdbtype:septIan Scott2001-07-201-2/+2
|
* ENH: Added support for using backslash-style escaping in CMakeLists.txt file ↵Brad King2001-07-172-2/+2
| | | | arguments. This allows double quotes to be used in arguments.
* ENH: add a variable for CMAKE_COMPILER_IS_GNUCXXBill Hoffman2001-07-163-0/+12
|
* BUG: fix excape of * for cmakeBill Hoffman2001-07-102-2/+2
|
* BUG: fix flags for cygwin and shared buildsBill Hoffman2001-07-052-24/+26
|
* BUG: fix solaris problems in install and arBill Hoffman2001-07-052-2/+2
|
* Renamed the ReleaseWithDebugInfo Build configuration to RelWithDebInfo,Ian Scott2001-07-036-41/+41
| | | | | because msdev does simple matching on build target, and specifying either Release or Debug builds would also build ReleaseWithDebugInfo
* BUG: break up CMAKE_AR into program and ARGSBill Hoffman2001-06-293-2/+11
|
* ENH: various fixes to allow bootstrap on sunos with CCBill Hoffman2001-06-282-30/+37
|
* set values in the cache not just the current makefileBill Hoffman2001-06-281-3/+3
|
* BUG: pass flags to compiler during configureBill Hoffman2001-06-282-7/+3
|
* BUG: pass flags to compiler during configureBill Hoffman2001-06-282-4/+4
|
* ENH: fix install for cygwin, build cmake from configureBill Hoffman2001-06-271-41/+157
|
* minor install fixKen Martin2001-06-211-2/+1
|
* better install supportKen Martin2001-06-212-0/+138
|
* BUG: remove quotesBill Hoffman2001-06-211-3/+3
|
* ENH: boot strap mfc gui and support for MFCBill Hoffman2001-06-204-32/+32
|
* ENH: fix cmake so it can boot strap itself betterBill Hoffman2001-06-203-14/+15
|
* BUG: SHLIB_LINK was being used when linking static executables. Missing commaAmitha Perera2001-06-122-30/+40
| | | | | | in RUNTIME_FLAG for IRIX. ENH: User supplied SHLIB_CFLAGS (-fPIC, etc) will override configure detected flags
* ENH: Runtime library search paths can be added to the link lines forAmitha Perera2001-06-083-44/+170
| | | | on shared builds.
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-5/+3
|