Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor fix | Ken Martin | 2003-08-05 | 1 | -4/+4 |
| | |||||
* | added outputEcho method and fixed make help for nmake and borland | Ken Martin | 2003-08-05 | 2 | -35/+52 |
| | |||||
* | ERR: Fixed typeo tests->test. | Brad King | 2003-08-04 | 2 | -2/+2 |
| | |||||
* | added make help target first cut | Ken Martin | 2003-08-04 | 1 | -1/+47 |
| | |||||
* | fix for debug libs on UNIX | Ken Martin | 2003-08-04 | 1 | -2/+12 |
| | |||||
* | ENH: Improve paths on windows | Andy Cedilnik | 2003-08-04 | 1 | -1/+10 |
| | |||||
* | ENH: Fix escaping on windows | Andy Cedilnik | 2003-08-04 | 1 | -14/+2 |
| | |||||
* | ENH: Fix argument parsing on UNIX with spaces | Andy Cedilnik | 2003-08-04 | 1 | -3/+15 |
| | |||||
* | ENH: Use new RunCommand | Andy Cedilnik | 2003-08-04 | 1 | -2/+2 |
| | |||||
* | ENH: Use new RunCommand | Andy Cedilnik | 2003-08-04 | 2 | -17/+21 |
| | |||||
* | ENH: Use the new RunCommand | Andy Cedilnik | 2003-08-04 | 2 | -10/+9 |
| | |||||
* | ENH: Use the new signature | Andy Cedilnik | 2003-08-04 | 1 | -2/+2 |
| | |||||
* | ENH: Use the new RunCommand | Andy Cedilnik | 2003-08-04 | 4 | -6/+14 |
| | |||||
* | ENH: Use the new signature | Andy Cedilnik | 2003-08-04 | 2 | -3/+4 |
| | |||||
* | ENH: Add back the kwsysProcess RunCommand, now is in parallel | Andy Cedilnik | 2003-08-04 | 2 | -1/+147 |
| | |||||
* | ENH: Add accessor for the list of commands | Andy Cedilnik | 2003-08-04 | 5 | -9/+36 |
| | |||||
* | BUG: Fix problem with uninitialized variables | Andy Cedilnik | 2003-08-02 | 3 | -5/+26 |
| | |||||
* | ENH: Make it work for QT 2.3 non commercial on windows | Andy Cedilnik | 2003-08-01 | 2 | -1/+4 |
| | |||||
* | ENH: Make out of source work on Windows | Andy Cedilnik | 2003-08-01 | 1 | -1/+1 |
| | |||||
* | ENH: Add more debug | Andy Cedilnik | 2003-08-01 | 1 | -0/+1 |
| | |||||
* | ENH: Fix test for Visual Studio | Andy Cedilnik | 2003-08-01 | 1 | -1/+2 |
| | |||||
* | ENH: MAke it work on FreeBSD | Andy Cedilnik | 2003-08-01 | 1 | -5/+0 |
| | |||||
* | ENH: Do better test for pthreads | Andy Cedilnik | 2003-08-01 | 2 | -14/+69 |
| | |||||
* | ENH: Fix indentation | Andy Cedilnik | 2003-08-01 | 1 | -49/+49 |
| | |||||
* | ERR: Remove debug | Andy Cedilnik | 2003-08-01 | 1 | -1/+0 |
| | |||||
* | add missing file | Bill Hoffman | 2003-08-01 | 3 | -0/+12 |
| | |||||
* | ENH: Dependency lists are now split into multiple make lines to allow longer ↵ | Brad King | 2003-08-01 | 1 | -15/+35 |
| | | | | lists on limited make programs. | ||||
* | ENH: Add support for -pthread | Andy Cedilnik | 2003-08-01 | 1 | -1/+1 |
| | |||||
* | BUG: Adding link flags to an executable that links to shared libraries must ↵ | Brad King | 2003-08-01 | 1 | -1/+2 |
| | | | | be done for both EXECUTABLE and WIN32_EXECUTABLE targets. | ||||
* | BUG (85): allow . to be in the name of an executable | Bill Hoffman | 2003-08-01 | 4 | -6/+37 |
| | |||||
* | ENH: Allow specifying cmake variables on the command line without specifying ↵ | Andy Cedilnik | 2003-08-01 | 4 | -8/+56 |
| | | | | the type Bug #118 - Specifying cache entries with -D should not need the type | ||||
* | all Makefiles now have both full path to exe and short version | Ken Martin | 2003-08-01 | 1 | -11/+10 |
| | |||||
* | fix for utility command without EXECUTABLE_OUTPUT_PATH | Ken Martin | 2003-08-01 | 1 | -0/+3 |
| | |||||
* | ENH: Syntax cleanup | Andy Cedilnik | 2003-08-01 | 1 | -2/+2 |
| | |||||
* | ENH: allow lib prefix for to stay for nmake and borland make as it is not a ↵ | Bill Hoffman | 2003-08-01 | 3 | -1/+15 |
| | | | | system prefix | ||||
* | change lib path back to empty | Ken Martin | 2003-08-01 | 1 | -1/+1 |
| | |||||
* | ENH: Fix echo's to use @echo. This way verbose mode does not print twice: ↵ | Andy Cedilnik | 2003-08-01 | 1 | -9/+9 |
| | | | | Bug #45 - add @ from echo commands | ||||
* | made more options advanced | Ken Martin | 2003-08-01 | 1 | -1/+8 |
| | |||||
* | made option advanced | Ken Martin | 2003-08-01 | 1 | -0/+1 |
| | |||||
* | ERR: Only link qt to qt executable | Andy Cedilnik | 2003-08-01 | 1 | -1/+1 |
| | |||||
* | fix for bug # 101 | Ken Martin | 2003-08-01 | 1 | -0/+16 |
| | |||||
* | more reverting back | Ken Martin | 2003-08-01 | 1 | -3/+3 |
| | |||||
* | BUG: when creating rule files remove the IntDir | Bill Hoffman | 2003-07-31 | 1 | -0/+1 |
| | |||||
* | fix for spaces | Ken Martin | 2003-07-31 | 1 | -2/+29 |
| | |||||
* | ENH: add support for OBJECT_DEPENDS for visual studio | Bill Hoffman | 2003-07-31 | 1 | -0/+47 |
| | |||||
* | bug fix for bug # 117 | Ken Martin | 2003-07-31 | 1 | -5/+7 |
| | |||||
* | made a minor bugfix on my FindwxWindows.cmake. | Andy Cedilnik | 2003-07-31 | 1 | -3/+5 |
| | | | | | | I capsulated the regular expression matching for the libdrs with another IF (line 355). By: Jan Woetzel | ||||
* | ENH: Fix wx test | Andy Cedilnik | 2003-07-31 | 1 | -1/+1 |
| | |||||
* | ERR: Attempt to fix wrapping on Windows | Andy Cedilnik | 2003-07-31 | 1 | -1/+4 |
| | |||||
* | ENH: Fix problem on HP. Whay should K&R be default? | Andy Cedilnik | 2003-07-31 | 1 | -7/+2 |
| |