Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: move changes from main tree to branch | Bill Hoffman | 2006-07-27 | 14 | -101/+57 |
| | |||||
* | ENH: put back so it works on hp | Bill Hoffman | 2006-07-26 | 1 | -3/+3 |
| | |||||
* | ENH: move changes from main tree | Bill Hoffman | 2006-07-26 | 11 | -16/+254 |
| | |||||
* | ENH: move changes from main tree to release branch | Bill Hoffman | 2006-07-24 | 96 | -726/+3172 |
| | |||||
* | ENH: add files from main tree | Bill Hoffman | 2006-06-30 | 0 | -0/+0 |
| | |||||
* | ENH: merge main tree into branch | Bill Hoffman | 2006-06-30 | 134 | -928/+3001 |
| | |||||
* | ENH: handle the fact the public can no longer do ftp | Bill Hoffman | 2006-06-14 | 1 | -0/+3 |
| | |||||
* | ENH: change the version number to match the release for cygwinv2.4.2 | Bill Hoffman | 2006-06-01 | 1 | -2/+2 |
| | |||||
* | ENH: move changes from main tree to branch | Bill Hoffman | 2006-05-16 | 7 | -13/+49 |
| | |||||
* | ENH: merge from main tree | Bill Hoffman | 2006-05-15 | 11 | -89/+129 |
| | |||||
* | ENH: fix module | Bill Hoffman | 2006-05-15 | 1 | -4/+4 |
| | |||||
* | ENH: move from main tree handle uname without -p correctly | Bill Hoffman | 2006-05-14 | 1 | -6/+9 |
| | |||||
* | ENH: merge from main tree | Bill Hoffman | 2006-05-14 | 82 | -551/+952 |
| | |||||
* | ENH: merge changes from main tree | Bill Hoffman | 2006-05-11 | 49 | -366/+566 |
| | |||||
* | ENH: merge changs from main tree | Bill Hoffman | 2006-05-11 | 2 | -2/+4 |
| | |||||
* | ENH: merge changes from main tree | Bill Hoffman | 2006-05-11 | 2 | -1/+21 |
| | |||||
* | ENH: move changes from main tree | Bill Hoffman | 2006-05-11 | 62 | -332/+480 |
| | |||||
* | ENH: allow package name to be changed from cmake cache | Bill Hoffman | 2006-05-10 | 1 | -4/+6 |
| | |||||
* | ENH: merge from main tree | Bill Hoffman | 2006-05-09 | 8 | -70/+104 |
| | |||||
* | ENH: move changes from main tree and change version to 2.4.2 | Bill Hoffman | 2006-05-07 | 60 | -229/+1228 |
| | |||||
* | ENH: try againv2.4.1 | Bill Hoffman | 2006-05-02 | 1 | -2/+2 |
| | |||||
* | ENH: try to call cpack from script | Bill Hoffman | 2006-05-02 | 1 | -0/+759 |
| | |||||
* | ENH: move files from main tree to 2.4.1 | Bill Hoffman | 2006-04-30 | 9 | -26/+203 |
| | |||||
* | ENH: merge in changes from main tree and change version to 2.4.1-beta | Bill Hoffman | 2006-04-29 | 20 | -135/+362 |
| | |||||
* | ENH: merge changes from main tree | Bill Hoffman | 2006-04-28 | 24 | -496/+886 |
| | |||||
* | ENH: move from main tree to 2.4 branch | Bill Hoffman | 2006-04-25 | 15 | -45/+869 |
| | |||||
* | ENH: fix fltk fluid order of build | Bill Hoffman | 2006-04-24 | 1 | -0/+1 |
| | |||||
* | ENH: move stuff from main tree | Bill Hoffman | 2006-04-21 | 14 | -31/+68 |
| | |||||
* | ENH: merge changes from main tree | Bill Hoffman | 2006-04-20 | 21 | -198/+237 |
| | |||||
* | ENH: put cvs2cl changelog to match branch | Bill Hoffman | 2006-04-19 | 1 | -15/+9296 |
| | |||||
* | ENH: add changelog for 2.4 | Bill Hoffman | 2006-04-19 | 1 | -0/+43 |
| | |||||
* | ENH: make cpack names match old cmake release processv2.4.0 | Bill Hoffman | 2006-04-18 | 1 | -1/+14 |
| | |||||
* | BUG: make sure help has global targets | Bill Hoffman | 2006-04-18 | 1 | -2/+1 |
| | |||||
* | ENH: move version numbers to 2.4.0 | Bill Hoffman | 2006-04-18 | 3 | -4/+30 |
| | |||||
* | BUG: Do not require language flags variables. Other generators do not, and ↵ | Brad King | 2006-04-18 | 1 | -5/+5 |
| | | | | it breaks programmable language support (like the Java test). | ||||
* | ENH: try to bypass Microsoft assert() on isspace, isalpha, etc. | Sebastien Barre | 2006-04-18 | 1 | -0/+14 |
| | |||||
* | ENH: Updated VS6 generator to use target.GetFullName() to compute target ↵ | Brad King | 2006-04-18 | 7 | -36/+49 |
| | | | | file names. | ||||
* | ENH: Added <config>_OUTPUT_NAME target property to allow the output name to ↵ | Brad King | 2006-04-18 | 2 | -3/+16 |
| | | | | be set on a per-configuration basis. | ||||
* | ENH: Cleanup header and make license compatible with VIM | Andy Cedilnik | 2006-04-18 | 2 | -23/+9 |
| | |||||
* | ENH: Remove some debugging | Andy Cedilnik | 2006-04-18 | 2 | -3/+3 |
| | |||||
* | BUG: Using the source-file permissions by default for installation is ↵ | Brad King | 2006-04-18 | 2 | -21/+10 |
| | | | | somewhat unpredictable because users can extract source code with almost any permissions (umask). Changing the default to use 644 for files and 755 for programs. No release has documented the old behavior so we do not need compatibility. | ||||
* | BUG: Fixed missing false values in documentation of IF command. | Brad King | 2006-04-18 | 1 | -2/+4 |
| | |||||
* | BUG: Need to ignore source packaging of #*# files created by emacs during ↵ | Brad King | 2006-04-18 | 1 | -1/+1 |
| | | | | editing. | ||||
* | COMP: Remove non-existent header | Andy Cedilnik | 2006-04-18 | 1 | -2/+0 |
| | |||||
* | ENH: More cleanups and add stgz header script, so it does not have to be ↵ | Andy Cedilnik | 2006-04-18 | 7 | -32/+188 |
| | | | | hard-coded. Also, the user can overwrite it | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-04-18 | 1 | -1/+1 |
| | |||||
* | ENH: Fix copyright year | Andy Cedilnik | 2006-04-17 | 1 | -1/+1 |
| | |||||
* | ENH: remove duplicate file name test because it fails on xcode | Bill Hoffman | 2006-04-17 | 6 | -6/+18 |
| | |||||
* | BUG: Verify the global target name exists before using it. Fixes VS and Xcode | Andy Cedilnik | 2006-04-17 | 1 | -13/+17 |
| | |||||
* | ENH: fix find x11 on the mac | Bill Hoffman | 2006-04-17 | 1 | -1/+1 |
| |