Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace ↵ | Andy Cedilnik | 2003-07-11 | 13 | -126/+118 |
| | | | | MAKE_DIRECTORY with FILE(MAKE_DIRECTORY, replace STRING(ASCII things | ||||
* | BUG: Stack size in generated programs should be 10 meg, not 256. | Brad King | 2003-06-12 | 1 | -1/+1 |
| | |||||
* | ENH: add processor type of win32 | Bill Hoffman | 2003-06-11 | 1 | -1/+1 |
| | |||||
* | ENH: add CMAKE_SYSTEM_PROCESSOR | Bill Hoffman | 2003-06-11 | 2 | -1/+4 |
| | |||||
* | BUG: When VTK is not found, it should be fatal error | Andy Cedilnik | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | ENH: add all targets for dashboard build types | Bill Hoffman | 2003-06-03 | 1 | -2/+5 |
| | |||||
* | ENH: More locations | Andy Cedilnik | 2003-05-28 | 1 | -1/+5 |
| | |||||
* | ENH: add LDFLAGS as an initial value for all linker flags, good for -64 | Bill Hoffman | 2003-05-23 | 1 | -3/+3 |
| | |||||
* | ERR: Removed warning for unused variable. | Brad King | 2003-05-16 | 1 | -2/+2 |
| | |||||
* | BUG: Need -brtl when creating shared libraries. Also added -bexpall (AIX ↵ | Brad King | 2003-05-16 | 1 | -2/+2 |
| | | | | equivalent to Linux's -rdynamic) when building executables. | ||||
* | add find make program for 71 | Bill Hoffman | 2003-05-09 | 1 | -0/+9 |
| | |||||
* | BUG: remove typo from file | Bill Hoffman | 2003-05-09 | 1 | -1/+1 |
| | |||||
* | BUG: fix for borland win32 exe builds | Bill Hoffman | 2003-05-08 | 1 | -2/+2 |
| | |||||
* | BUG: remove -H flags as they cause crashes on oldwww | Ken Martin | 2003-05-08 | 1 | -4/+4 |
| | |||||
* | BUG: remove -H flags as they cause crashes on oldwww | Ken Martin | 2003-05-08 | 1 | -4/+4 |
| | |||||
* | ENH: change the default borland stack size | Bill Hoffman | 2003-05-05 | 1 | -1/+1 |
| | |||||
* | ERR: Remove warning for main returning void. | Andy Cedilnik | 2003-05-05 | 1 | -1/+1 |
| | |||||
* | fixed andy sloppy code again | Ken Martin | 2003-05-02 | 1 | -1/+0 |
| | |||||
* | ENH: Fix some dart issues. Now it works fine without dart. | Andy Cedilnik | 2003-05-02 | 2 | -91/+181 |
| | |||||
* | ENH: Updated search paths to newest values from Cable. | Brad King | 2003-04-22 | 1 | -2/+2 |
| | |||||
* | ENH: Added /usr/local/lib/fltk | Brad King | 2003-04-04 | 1 | -0/+1 |
| | |||||
* | Add QT on debian | Andy Cedilnik | 2003-04-02 | 1 | -1/+2 |
| | |||||
* | New design of CheckSymbolExists pretty much replaces all other ones. | Andy Cedilnik | 2003-03-28 | 1 | -4/+15 |
| | | | | | | | | | | | | | | | For example: CHECK_HEADER_EXISTS("type.h" HAVE_TYPE_H) is: CHECK_SYMBOL_EXISTS(main "type.h" HAVE_TYPE_H) CHECK_LIBRARY_EXISTS("nsl" gethostname HAVE_LIBNSL) would be SET(CMAKE_REQUIRED_LIBRARIES "nsl") CHECK_SYMBOL_EXISTS(gethostname "netdb.h" HAVE_LIBNSL) ... | ||||
* | Fix gnu c and Sun CC mix | Bill Hoffman | 2003-03-27 | 1 | -0/+4 |
| | |||||
* | Prevent CMake from putting ; in the file | Andy Cedilnik | 2003-03-17 | 1 | -2/+1 |
| | |||||
* | More variables advanced | Andy Cedilnik | 2003-03-17 | 1 | -2/+7 |
| | |||||
* | Add gthread library | Andy Cedilnik | 2003-03-17 | 1 | -0/+12 |
| | |||||
* | BUG: bad if statement order | Bill Hoffman | 2003-03-14 | 1 | -3/+3 |
| | |||||
* | force c++ for c++ files | Bill Hoffman | 2003-03-14 | 1 | -1/+1 |
| | |||||
* | BUG: Don't use -nostdlib option to link shared libraries. Just use gcc ↵ | Brad King | 2003-03-13 | 1 | -7/+12 |
| | | | | -shared, even for C++ libraries. | ||||
* | BUG: fix test not to run every time | Bill Hoffman | 2003-03-11 | 1 | -3/+3 |
| | |||||
* | On borland and cygwin remove .EXE | Andy Cedilnik | 2003-03-06 | 1 | -3/+8 |
| | |||||
* | BUG: Should test HAVE_<VARIABLE> before repeating test, not just whether ↵ | Brad King | 2003-03-06 | 1 | -2/+2 |
| | | | | <VARIABLE> is set. | ||||
* | Add Update and configure steps where missing | Andy Cedilnik | 2003-03-03 | 1 | -1/+5 |
| | |||||
* | Start cleaning global namespace | Andy Cedilnik | 2003-03-03 | 1 | -6/+10 |
| | |||||
* | Fix update date and cleanup | Andy Cedilnik | 2003-02-28 | 1 | -1/+2 |
| | |||||
* | On windows but not on borland, look at cmake_build_tool instead of compiler ↵ | Andy Cedilnik | 2003-02-27 | 1 | -5/+5 |
| | | | | to determine build name. Otherwise they will all be cl | ||||
* | Use more condense buildname. If this works fine we can make cmBuildName ↵ | Andy Cedilnik | 2003-02-27 | 1 | -1/+16 |
| | | | | command deprecated | ||||
* | Use simple defaults if DartConfig does not exist. This way you can use dart ↵ | Andy Cedilnik | 2003-02-20 | 1 | -1/+26 |
| | | | | to build any project | ||||
* | BUG: look for msdev in the right place | Bill Hoffman | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | remove commented code | Bill Hoffman | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | BUG: Removed use of cmake 1.4 compatability variable. | Brad King | 2003-02-19 | 1 | -1/+2 |
| | |||||
* | Fix return value problem | Andy Cedilnik | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | ENH: move full path compiler to internal and not just advanced | Bill Hoffman | 2003-02-14 | 2 | -2/+3 |
| | |||||
* | spelling errors | Bill Hoffman | 2003-02-14 | 1 | -2/+2 |
| | |||||
* | Ok, now it finds JNI on Mac OSX 10.2 | Andy Cedilnik | 2003-02-11 | 1 | -10/+14 |
| | |||||
* | Fix typo | Andy Cedilnik | 2003-02-11 | 1 | -3/+3 |
| | |||||
* | Add missing location | Andy Cedilnik | 2003-02-11 | 1 | -0/+3 |
| | |||||
* | Improve searching for java files on OSX | Andy Cedilnik | 2003-02-11 | 1 | -10/+38 |
| | |||||
* | Moving this very specific module to VTK. | Brad King | 2003-02-11 | 2 | -52/+0 |
| |