Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | force c++ for c++ files | Bill Hoffman | 2003-03-14 | 1 | -1/+1 |
| | |||||
* | use c flags with c and not cxx flags, also force c++ for c files | Bill Hoffman | 2003-03-14 | 1 | -5/+10 |
| | |||||
* | Force c++ builds for c++ files | Bill Hoffman | 2003-03-14 | 1 | -0/+1 |
| | |||||
* | make sure M is after m | Bill Hoffman | 2003-03-14 | 1 | -1/+1 |
| | |||||
* | BUG: c extension must come before C. | Brad King | 2003-03-14 | 1 | -1/+4 |
| | |||||
* | Merging from 1.6 again. | Brad King | 2003-03-13 | 1 | -1/+1 |
| | |||||
* | Merging from 1.6 release branch. | Brad King | 2003-03-13 | 2 | -5/+4 |
| | |||||
* | ENH: Updated for 1.6.6 release. | Brad King | 2003-03-13 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | allow the same subdir to be added twice | Ken Martin | 2003-03-13 | 1 | -1/+6 |
| | |||||
* | Fix regular expressions | Andy Cedilnik | 2003-03-13 | 1 | -2/+2 |
| | |||||
* | Synchronize extension lists | Andy Cedilnik | 2003-03-13 | 2 | -15/+33 |
| | |||||
* | BUG: FindLibrary should not accept a directory even if the exact specified ↵ | Brad King | 2003-03-13 | 1 | -2/+3 |
| | | | | name exists. | ||||
* | BUG: fix test not to run every time | Bill Hoffman | 2003-03-11 | 1 | -3/+3 |
| | |||||
* | BUG: fixes for hp | Bill Hoffman | 2003-03-11 | 5 | -9/+32 |
| | |||||
* | Remove warnings | Andy Cedilnik | 2003-03-09 | 1 | -2/+2 |
| | |||||
* | More XML | Andy Cedilnik | 2003-03-07 | 1 | -4/+5 |
| | |||||
* | Remove warning | Andy Cedilnik | 2003-03-07 | 1 | -1/+1 |
| | |||||
* | Fix xml | Andy Cedilnik | 2003-03-07 | 1 | -2/+2 |
| | |||||
* | Add searching of variables | Andy Cedilnik | 2003-03-07 | 2 | -4/+147 |
| | |||||
* | On borland and cygwin remove .EXE | Andy Cedilnik | 2003-03-06 | 1 | -3/+8 |
| | |||||
* | Remove warning | Andy Cedilnik | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | Add command for accessing cmake properties. At this point the only ↵ | Andy Cedilnik | 2003-03-06 | 4 | -0/+135 |
| | | | | properties are VARIABLES and CACHE_VARIABLES. Also add test for this feature | ||||
* | Add method which returns a list of all variables | Andy Cedilnik | 2003-03-06 | 2 | -0/+33 |
| | |||||
* | Cache manager should be able to take no arguments | Andy Cedilnik | 2003-03-06 | 1 | -3/+7 |
| | |||||
* | BUG: Should test HAVE_<VARIABLE> before repeating test, not just whether ↵ | Brad King | 2003-03-06 | 1 | -2/+2 |
| | | | | <VARIABLE> is set. | ||||
* | oops... Forgot the main step | Andy Cedilnik | 2003-03-05 | 1 | -1/+2 |
| | |||||
* | Add Update and configure steps where missing | Andy Cedilnik | 2003-03-03 | 1 | -1/+5 |
| | |||||
* | Fix typo | Andy Cedilnik | 2003-03-03 | 1 | -1/+1 |
| | |||||
* | Start cleaning global namespace | Andy Cedilnik | 2003-03-03 | 1 | -6/+10 |
| | |||||
* | BUG: Should be use the host CMake's dart file | Andy Cedilnik | 2003-03-03 | 1 | -1/+1 |
| | |||||
* | Ifdef code that is missing | Andy Cedilnik | 2003-02-28 | 1 | -0/+2 |
| | |||||
* | Fix update date and cleanup | Andy Cedilnik | 2003-02-28 | 2 | -35/+44 |
| | |||||
* | Add configure step | Andy Cedilnik | 2003-02-28 | 1 | -0/+33 |
| | |||||
* | 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 | ||||
* | Remove warning about shadowing variable | Andy Cedilnik | 2003-02-25 | 1 | -16/+16 |
| | |||||
* | BUG: Fixed crash when CMAKE_BACKWARDS_COMPATIBILITY is deleted between ↵ | Brad King | 2003-02-24 | 1 | -0/+12 |
| | | | | configures. | ||||
* | BUG: Fixed tab ordering of gui components. | Brad King | 2003-02-21 | 1 | -10/+10 |
| | |||||
* | 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 |
| | |||||
* | ENH: Updated for 1.6.5 release. | Brad King | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | fix for correct path style in depend file | Bill Hoffman | 2003-02-20 | 1 | -3/+3 |
| | |||||
* | remove commented code | Bill Hoffman | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | ERR: Added missing return. | Brad King | 2003-02-20 | 1 | -0/+1 |
| | |||||
* | ENH: Using new --all-for-coverage of DumpDocumentation to improve coverage. | Brad King | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | ENH: Added option to dump all documentation (coverage). | Brad King | 2003-02-19 | 1 | -8/+78 |
| | |||||
* | BUG: Removed use of cmake 1.4 compatability variable. | Brad King | 2003-02-19 | 1 | -1/+2 |
| | |||||
* | BUG: Fix problem with lib in the name of library. If there was lib in the ↵ | Andy Cedilnik | 2003-02-19 | 1 | -1/+1 |
| | | | | name of library, then on Windows (where there is not lib prefix), cmake split the name wrongly. This only manifested when full path to the library is specified. | ||||
* | ERR: Fixed signed/unsigned warning. | Brad King | 2003-02-19 | 1 | -2/+2 |
| |