Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-16 | 1 | -2/+1 |
| | |||||
* | More variables advanced | Andy Cedilnik | 2003-03-16 | 1 | -2/+7 |
| | |||||
* | Add gthread library | Andy Cedilnik | 2003-03-16 | 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 |
| | |||||
* | clean up check for for scope test | Bill Hoffman | 2003-02-10 | 1 | -2/+3 |
| | |||||
* | BUG: Copying _LIB_DEPENDS variables requires double-quoted argument. | Brad King | 2003-02-07 | 1 | -40/+40 |
| | |||||
* | fix default release flags for hp | Bill Hoffman | 2003-02-05 | 1 | -2/+2 |
| | |||||
* | move cmake install out of advanced | Bill Hoffman | 2003-02-04 | 1 | -2/+4 |
| | |||||
* | Created modules for Mesa headers and libraries. | Berk Geveci | 2003-02-04 | 2 | -0/+52 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -1/+0 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -0/+1 |
| | |||||
* | Remove extra quote | Andy Cedilnik | 2003-01-30 | 1 | -1/+1 |
| | |||||
* | Attempt to fix build problem on some platforms | Andy Cedilnik | 2003-01-29 | 1 | -2/+7 |
| | |||||
* | ENH: change FIND_FILE to FIND_PROGRAM | Bill Hoffman | 2003-01-28 | 2 | -29/+10 |
| | |||||
* | Make things work on unix and add DVIPDF | Andy Cedilnik | 2003-01-28 | 1 | -0/+10 |
| | |||||
* | BUG: Added missing link flag to export symbols from an executable. | Brad King | 2003-01-24 | 1 | -4/+4 |
| | |||||
* | no message | Sebastien Barre | 2003-01-23 | 1 | -9/+2 |
| | |||||
* | FIX: | Sebastien Barre | 2003-01-23 | 1 | -16/+72 |
| | | | | | - rename some entries (COMPILE -> COMPILER, and the converters -> _CONVERTER) - make sure that Window system are given a chance to find Latex and the converters if MikTex and GhostScript are installed (but not in the PATH) | ||||
* | FIX: the current version of Perl is 5.8 | Sebastien Barre | 2003-01-23 | 1 | -0/+1 |
| | |||||
* | minor change to default compile flags | Ken Martin | 2003-01-22 | 1 | -4/+4 |
| | |||||
* | merge from branch | Ken Martin | 2003-01-22 | 2 | -0/+79 |
| | |||||
* | moved to c++ command | Bill Hoffman | 2003-01-22 | 1 | -76/+0 |
| | |||||
* | ENH: only run test for working c and cxx compiler once | Bill Hoffman | 2003-01-22 | 2 | -10/+15 |
| | |||||
* | merge from branch | Ken Martin | 2003-01-22 | 1 | -4/+2 |
| |