summaryrefslogtreecommitdiffstats
path: root/Templates
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* adding a "Release with debugging Info" build to CMake for NTIan Scott2001-06-076-1/+139
|
* the "Release" target is not the default.Sebastien Barre2001-06-045-5/+5
|
* better helpSebastien Barre2001-05-251-2/+2
|
* ERR: VAR type entry missing after CACHE for CMAKE_TEMPLATE_FLAGS.Brad King2001-05-241-1/+1
|
* ENH: change the syntax of the SET command, fix the combo box for larger stringsBill Hoffman2001-05-242-28/+47
|
* removed hardcoded VTKDLLSebastien Barre2001-05-241-2/+2
|
* slight change in the order of the options (right-most takes precedence)Sebastien Barre2001-05-244-12/+12
|
* Intermediate Dir was wrongSebastien Barre2001-05-231-1/+1
|
* /Gz => /GZSebastien Barre2001-05-231-1/+1
|
* removed /O2 from debugSebastien Barre2001-05-231-1/+1
|
* ENH: create CMAKE_CXX_FLAGS_[Buildtype] flagsBill Hoffman2001-05-235-29/+64
|
* ReleaseMinSize => MinSizeRelSebastien Barre2001-05-235-20/+20
|
* BUG: remove vtkCommonBill Hoffman2001-05-231-1/+1
|
* ENH: change Release Minsize to MinSizeRel, add MinSizeRel to dll templateBill Hoffman2001-05-235-15/+44
|
* added prefix to configKen Martin2001-05-231-0/+1
|
* Template now uses EXECUTABLE_OUTPUT_PATH too.Sebastien Barre2001-05-231-6/+6
|
* PROP BASE and PROP were invertedSebastien Barre2001-05-231-2/+2
|
* BUG: fix depends and CXXFLAGS passingBill Hoffman2001-05-222-8/+14
|
* fixed some of the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems.Sebastien Barre2001-05-224-13/+15
|
* fix for hp x11 and glBill Hoffman2001-05-211-1/+1
|
* clean up for build on its ownBill Hoffman2001-05-211-1/+1
|