Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove WXDialog source code | Brad King | 2009-08-05 | 1 | -1775/+0 |
| | | | | | The QtDialog is our supported cross-platform GUI, so the WXDialog source is no longer needed. | ||||
* | ENH: Overhaul CMake version numbering | Brad King | 2009-03-05 | 1 | -4/+1 |
| | | | | | | | | | | | | | This moves the version numbers into an isolated configured header so that not all of CMake needs to rebuild when the version changes. Previously we had spaces, dashes and/or the word 'patch' randomly chosen before the patch number. Now we always report version numbers in the traditional format "<major>.<minor>.<patch>[-rc<rc>]". We still use odd minor numbers for development versions. Now we also use the CCYYMMDD date as the patch number of development versions, thus allowing tests for exact CMake versions. | ||||
* | ENH: fix the compile and add install rule | Bill Hoffman | 2007-11-05 | 1 | -2/+5 |
| | |||||
* | Started on command line parsing, added string parse method for default generator | Jorgen Bodde | 2005-08-08 | 1 | -11/+11 |
| | |||||
* | Initial checkin new wx dialog | Jorgen Bodde | 2005-06-30 | 1 | -0/+1775 |