Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Patch from Alexander Neundorf to improve behavior. | Brad King | 2006-02-09 | 3 | -1/+16 |
| | |||||
* | ENH: Added names for gnuwin32 library versions. | Brad King | 2006-02-09 | 4 | -14/+30 |
| | |||||
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -0/+11 |
| | |||||
* | BUG: Fixed qt version message. Submitted by Tanner Lovelace. | Brad King | 2006-02-08 | 1 | -1/+1 |
| | |||||
* | ENH: Adding definition of MSVC when it is the compiler. | Brad King | 2006-02-07 | 1 | -0/+1 |
| | |||||
* | BUG: CMAKE_INSTALL_PREFIX must always have forward slashes. | Brad King | 2006-02-03 | 1 | -0/+4 |
| | |||||
* | BUG: Removed odbc32.lib and odbccp32.lib from standard libraries on VS 8 ↵ | Brad King | 2006-02-03 | 1 | -2/+2 |
| | | | | because VC++ Express 2005 does not have them. They are SQL database access libraries and should not be needed for every application. User code can always explicitly link the library. Also replacing deprecated /GZ option with /RTC1 for VS 8. This addresses bug#2795. | ||||
* | ENH: Added optional component list to the REQUIRED option of the ↵ | Brad King | 2006-01-27 | 1 | -0/+18 |
| | | | | FIND_PACKAGE command. This addresses bug#2771. | ||||
* | ENH: change to fatal error | Bill Hoffman | 2006-01-25 | 2 | -4/+4 |
| | |||||
* | ENH: fix more than one argument passed in to compilers via environment | Bill Hoffman | 2006-01-25 | 7 | -7/+7 |
| | |||||
* | ENH: fix bug, write the correct file | Andy Cedilnik | 2006-01-24 | 1 | -1/+1 |
| | |||||
* | ENH: add kFreeBSD support | Bill Hoffman | 2006-01-23 | 1 | -0/+9 |
| | |||||
* | ENH: fix check type size | Bill Hoffman | 2006-01-23 | 1 | -0/+1 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 6 | -6/+102 |
| | |||||
* | ENH: correct standard libraries | Bill Hoffman | 2006-01-17 | 1 | -0/+2 |
| | |||||
* | ENH: fix checktypesize | Bill Hoffman | 2006-01-13 | 2 | -2/+4 |
| | |||||
* | ENH: move define into configured file and do not use the command line | Bill Hoffman | 2006-01-13 | 2 | -4/+3 |
| | |||||
* | ENH: put CmakeTmp into CMakeFiles | Ken Martin | 2006-01-12 | 12 | -34/+34 |
| | |||||
* | ENH: contribution from Jan Woetzel | Bill Hoffman | 2006-01-12 | 1 | -191/+469 |
| | |||||
* | ENH: Some improvements: specify link, copy msvc libraries, fix install directory | Andy Cedilnik | 2006-01-11 | 2 | -2/+30 |
| | |||||
* | ENH: Use specified output file name, also detect errors during install | Andy Cedilnik | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | ENH: Cleanup | Andy Cedilnik | 2006-01-09 | 1 | -3/+5 |
| | |||||
* | BUG: Allow spaces in path | Andy Cedilnik | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | ENH: add qt quiet stuff | Bill Hoffman | 2006-01-09 | 2 | -7/+16 |
| | |||||
* | ENH: Fix test for cpack variables, add support for icon on windows | Andy Cedilnik | 2006-01-09 | 1 | -2/+2 |
| | |||||
* | ENH: More CPack stuff and fix zlib compression | Andy Cedilnik | 2006-01-04 | 3 | -13/+61 |
| | |||||
* | ENH: add exe stuff for cygwin | Bill Hoffman | 2006-01-03 | 2 | -0/+2 |
| | |||||
* | BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix | Bill Hoffman | 2006-01-02 | 4 | -0/+4 |
| | |||||
* | ENH: Merge from CPack branch | Andy Cedilnik | 2006-01-02 | 3 | -0/+486 |
| | |||||
* | ENH: fix borland make clean targets before build, add new generators for ↵ | Bill Hoffman | 2005-12-22 | 3 | -1/+5 |
| | | | | msys and mingw | ||||
* | ENH: remove duplicates | Bill Hoffman | 2005-12-20 | 1 | -2/+2 |
| | |||||
* | ENH: cleanups | Ken Martin | 2005-12-15 | 35 | -140/+132 |
| | |||||
* | ENH: some style fixes for the book | Ken Martin | 2005-12-15 | 24 | -80/+89 |
| | |||||
* | ENH: fix module documenation to handle bad docs and fix qt3 docs | Bill Hoffman | 2005-12-15 | 1 | -11/+12 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 113 | -761/+737 |
| | |||||
* | ENH: fix problem with building vtk 4.4.2 | Bill Hoffman | 2005-11-28 | 1 | -0/+6 |
| | |||||
* | BUG: fix for bug 2488 | Bill Hoffman | 2005-11-22 | 1 | -0/+2 |
| | |||||
* | ENH: more compiler flags | Bill Hoffman | 2005-11-22 | 2 | -0/+24 |
| | |||||
* | BUG: QT_DEFINITIONS should not be quoted. This addresses bug#2481. | Brad King | 2005-11-22 | 1 | -2/+2 |
| | |||||
* | ENH: set java compiler works | Bill Hoffman | 2005-11-22 | 1 | -0/+1 |
| | |||||
* | BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was ↵ | Brad King | 2005-11-18 | 3 | -16/+31 |
| | | | | broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute. | ||||
* | BUG: fix SIZEOF VOIDP problem | Bill Hoffman | 2005-11-14 | 2 | -1/+9 |
| | |||||
* | ENH: add all libs | Bill Hoffman | 2005-11-10 | 1 | -2/+2 |
| | |||||
* | ENH: Cleanup and unify | Andy Cedilnik | 2005-11-04 | 2 | -7/+10 |
| | |||||
* | DOC: better documentation | Ken Martin | 2005-11-02 | 1 | -0/+2 |
| | |||||
* | DOC: better documentaiton | Ken Martin | 2005-11-02 | 7 | -3/+26 |
| | |||||
* | ENH: changes from Eric Wing, bug 2249 | Bill Hoffman | 2005-10-28 | 8 | -114/+512 |
| | |||||
* | COMP: On mingw, -fPIC is not necessary and it actually produces warnings | Andy Cedilnik | 2005-10-18 | 1 | -0/+1 |
| | |||||
* | ENH: remove -lgcc used by crazy coverage stuff | Bill Hoffman | 2005-09-23 | 1 | -4/+0 |
| | |||||
* | ENH: java fixes from Mathieu | Bill Hoffman | 2005-09-23 | 2 | -0/+7 |
| |