Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SOURCE, COMMAND, TARGET are required now | Sebastien Barre | 2001-11-09 | 1 | -6/+2 |
| | |||||
* | SOURCE, COMMAND, TARGET are required now | Sebastien Barre | 2001-11-09 | 1 | -1/+1 |
| | |||||
* | Reimplement code. Since a custom command is very flexible and might be ↵ | Sebastien Barre | 2001-11-09 | 2 | -46/+98 |
| | | | | extended in the future, make all arguments prefixed with arg type, make ordering irrelevant and potentially all args optional. | ||||
* | Trying to fix curses problems. | Berk Geveci | 2001-11-08 | 2 | -2/+6 |
| | |||||
* | Fixing problems with curses headers. | Berk Geveci | 2001-11-08 | 2 | -0/+2 |
| | |||||
* | Trying to fix curses problems. | Berk Geveci | 2001-11-08 | 2 | -6/+4 |
| | |||||
* | Oops. | Berk Geveci | 2001-11-08 | 1 | -7/+0 |
| | |||||
* | Changes to remove warnings and fix dependencies. | Berk Geveci | 2001-11-08 | 4 | -2/+16 |
| | |||||
* | a better fix maybe | Ken Martin | 2001-11-08 | 1 | -4/+11 |
| | |||||
* | make sure custom targets are in the ALL_BUILD | Bill Hoffman | 2001-11-08 | 1 | -8/+8 |
| | |||||
* | Fix number of params and expand vars in all args | Sebastien Barre | 2001-11-08 | 1 | -10/+25 |
| | |||||
* | Fix bug. Was using unexpanded var instead of copy | Sebastien Barre | 2001-11-08 | 1 | -1/+1 |
| | |||||
* | Break the "to infinity and beyond" stuff | Sebastien Barre | 2001-11-08 | 1 | -0/+1 |
| | |||||
* | Expand var in srclist name too | Sebastien Barre | 2001-11-08 | 1 | -1/+8 |
| | |||||
* | Expand var in name too | Sebastien Barre | 2001-11-08 | 1 | -2/+6 |
| | |||||
* | Expand variables in all target args | Sebastien Barre | 2001-11-08 | 1 | -2/+8 |
| | |||||
* | Needed to replace srcdir to make install targets work. | Berk Geveci | 2001-11-08 | 1 | -4/+4 |
| | |||||
* | BUG: no +=+ | Bill Hoffman | 2001-11-07 | 1 | -1/+1 |
| | |||||
* | Added accessor for add custom command | Andy Cedilnik | 2001-11-07 | 3 | -0/+154 |
| | |||||
* | remove template flags from cmake, no ptused, or -instance=static | Bill Hoffman | 2001-11-07 | 1 | -1/+1 |
| | |||||
* | Trying to fix curses problems with some systems. | Bill Hoffman | 2001-11-07 | 1 | -19/+10 |
| | |||||
* | Trying to fix build problems related to curses. | Berk Geveci | 2001-11-07 | 1 | -3/+16 |
| | |||||
* | ENH: use full source name for c code as well as c++ | Bill Hoffman | 2001-11-07 | 1 | -1/+4 |
| | |||||
* | use cmake as the executable for cmake and not ccurses | Bill Hoffman | 2001-11-07 | 1 | -3/+5 |
| | |||||
* | make sure default_target is first | Bill Hoffman | 2001-11-07 | 1 | -6/+8 |
| | |||||
* | Allow multiline messages | Bill Hoffman | 2001-11-07 | 1 | -17/+6 |
| | |||||
* | Clean up a bit more | Bill Hoffman | 2001-11-07 | 2 | -46/+24 |
| | |||||
* | One more time... case does not matter on cygwin | Bill Hoffman | 2001-11-07 | 1 | -1/+1 |
| | |||||
* | ENH: fix doc string | Bill Hoffman | 2001-11-06 | 1 | -1/+1 |
| | |||||
* | add cleaning of QT generated files when make clean is used | Franck Bettinger | 2001-11-06 | 2 | -9/+30 |
| | |||||
* | ENH: tell cmake object where cmake is | Bill Hoffman | 2001-11-06 | 3 | -5/+8 |
| | |||||
* | BUG: CustomCommand has to use full path to Source file now | Bill Hoffman | 2001-11-06 | 5 | -10/+15 |
| | |||||
* | Removed a function which used va_start (did not compile on Sun with gcc) | Bill Hoffman | 2001-11-06 | 2 | -45/+0 |
| | |||||
* | Many improvements. | Berk Geveci | 2001-11-06 | 6 | -35/+214 |
| | |||||
* | ENH: use full paths for object compile rules | Bill Hoffman | 2001-11-05 | 1 | -11/+32 |
| | |||||
* | Re-enabling curses support. | Berk Geveci | 2001-11-05 | 2 | -8/+11 |
| | |||||
* | ENH: change to work with nmake | Bill Hoffman | 2001-11-05 | 1 | -80/+56 |
| | |||||
* | HPUX support. | Berk Geveci | 2001-11-05 | 8 | -8/+22 |
| | |||||
* | ERR: ^M's removed. | Bill Lorensen | 2001-11-05 | 1 | -4/+4 |
| | |||||
* | Adding form library. | Berk Geveci | 2001-11-05 | 47 | -0/+10081 |
| | |||||
* | Fixing problems on Sun (name collusions between STL and curses) and ↵ | Berk Geveci | 2001-11-05 | 7 | -15/+19 |
| | | | | disabling curses temporarily. | ||||
* | Fix the IF IF problem | Andy Cedilnik | 2001-11-05 | 1 | -1/+1 |
| | |||||
* | ERR: To include cmake headers, one should use ../ | Berk Geveci | 2001-11-05 | 7 | -12/+9 |
| | |||||
* | switched string::compare to strncmp | Phil Pritchett | 2001-11-05 | 2 | -2/+2 |
| | |||||
* | Need to include standard headers. | Berk Geveci | 2001-11-04 | 1 | -0/+1 |
| | |||||
* | Adding curses support. | Berk Geveci | 2001-11-04 | 23 | -1/+1143 |
| | |||||
* | Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be ↵ | Sebastien Barre | 2001-11-03 | 4 | -8/+25 |
| | | | | specified before the actual include dirs | ||||
* | allow more than one external MS project | Phil Pritchett | 2001-11-02 | 3 | -3/+7 |
| | |||||
* | On win32 path is all in lower case now | Andy Cedilnik | 2001-11-02 | 1 | -10/+4 |
| | |||||
* | ENH: clean up interface and change build in current directory to build the ↵ | Bill Hoffman | 2001-11-01 | 2 | -62/+165 |
| | | | | depend file first |