summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* support for compilation of .ui files into .h and .cxx filesFranck Bettinger2001-11-094-2/+282
* SOURCE, COMMAND, TARGET are required nowSebastien Barre2001-11-091-6/+2
* SOURCE, COMMAND, TARGET are required nowSebastien Barre2001-11-091-1/+1
* Reimplement code. Since a custom command is very flexible and might be extend...Sebastien Barre2001-11-092-46/+98
* Trying to fix curses problems.Berk Geveci2001-11-082-2/+6
* Fixing problems with curses headers.Berk Geveci2001-11-082-0/+2
* Trying to fix curses problems.Berk Geveci2001-11-082-6/+4
* Oops.Berk Geveci2001-11-081-7/+0
* Changes to remove warnings and fix dependencies.Berk Geveci2001-11-085-3/+17
* a better fix maybeKen Martin2001-11-081-4/+11
* make sure custom targets are in the ALL_BUILDBill Hoffman2001-11-081-8/+8
* Fix number of params and expand vars in all argsSebastien Barre2001-11-081-10/+25
* Fix bug. Was using unexpanded var instead of copySebastien Barre2001-11-081-1/+1
* Break the "to infinity and beyond" stuffSebastien Barre2001-11-081-0/+1
* Expand var in srclist name tooSebastien Barre2001-11-081-1/+8
* Expand var in name tooSebastien Barre2001-11-081-2/+6
* Expand variables in all target argsSebastien Barre2001-11-081-2/+8
* Needed to replace srcdir to make install targets work.Berk Geveci2001-11-081-4/+4
* put back CMAKE_TEMPLATE_FLAGSBill Hoffman2001-11-072-5/+38
* BUG: no +=+Bill Hoffman2001-11-071-1/+1
* Added accessor for add custom commandAndy Cedilnik2001-11-073-0/+154
* Add cp (CP)Sebastien Barre2001-11-071-0/+13
* remove template flags from cmake, no ptused, or -instance=staticBill Hoffman2001-11-075-92/+10
* Trying to fix curses problems with some systems.Bill Hoffman2001-11-071-19/+10
* Trying to fix build problems related to curses.Berk Geveci2001-11-071-3/+16
* ENH: use full source name for c code as well as c++Bill Hoffman2001-11-071-1/+4
* use cmake as the executable for cmake and not ccursesBill Hoffman2001-11-071-3/+5
* make sure default_target is firstBill Hoffman2001-11-071-6/+8
* ENH: add ansi flag for c compilerBill Hoffman2001-11-071-0/+5
* Allow multiline messagesBill Hoffman2001-11-071-17/+6
* Clean up a bit moreBill Hoffman2001-11-072-46/+24
* One more time... case does not matter on cygwinBill Hoffman2001-11-071-1/+1
* ENH: fix doc stringBill Hoffman2001-11-061-1/+1
* add cleaning of QT generated files when make clean is usedFranck Bettinger2001-11-062-9/+30
* ENH: tell cmake object where cmake isBill Hoffman2001-11-063-5/+8
* BUG: CustomCommand has to use full path to Source file nowBill Hoffman2001-11-065-10/+15
* Removed a function which used va_start (did not compile on Sun with gcc)Bill Hoffman2001-11-062-45/+0
* Many improvements.Berk Geveci2001-11-066-35/+214
* ENH: use full paths for object compile rulesBill Hoffman2001-11-051-11/+32
* Re-enabling curses support.Berk Geveci2001-11-052-8/+11
* ENH: change to work with nmakeBill Hoffman2001-11-051-80/+56
* HPUX support.Berk Geveci2001-11-059-12/+30
* ERR: ^M's removed.Bill Lorensen2001-11-051-4/+4
* Adding form library.Berk Geveci2001-11-0547-0/+10081
* Fixing problems on Sun (name collusions between STL and curses) and disabling...Berk Geveci2001-11-057-15/+19
* Fix the IF IF problemAndy Cedilnik2001-11-051-1/+1
* ERR: To include cmake headers, one should use ../Berk Geveci2001-11-057-12/+9
* switched string::compare to strncmpPhil Pritchett2001-11-052-2/+2
* Need to include standard headers.Berk Geveci2001-11-041-0/+1
* Adding curses support.Berk Geveci2001-11-0424-1/+1159