summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Quick addition: "Create shortcut" menu entry.Sebastien Barre2001-11-144-4/+164
|
* nmake supportBill Hoffman2001-11-145-6/+228
|
* ERR: Re-ordered includes to fix macro conflict for gcc 3.0.Brad King2001-11-141-3/+5
|
* ERR: Fixed compiler warning for gcc 3.0.Brad King2001-11-141-1/+2
|
* ENH: remove debug statementsBill Hoffman2001-11-141-6/+0
|
* ENH: remove warningBill Hoffman2001-11-141-2/+1
|
* start work on nmake generatorBill Hoffman2001-11-136-12/+239
|
* clean up object file build rule, and do not attempt to remove ↵Bill Hoffman2001-11-132-79/+99
| | | | link_directories that are in the build tree
* fixes to curses stuffKen Martin2001-11-132-2/+4
|
* warningsBill Hoffman2001-11-131-4/+0
|
* ENH: clean up warningsBill Hoffman2001-11-139-8/+12
|
* WAR: fix compile warningsBill Hoffman2001-11-132-2/+2
|
* ENH: fix spelling errorBill Hoffman2001-11-131-1/+1
|
* ENH: remove warningsBill Hoffman2001-11-131-6/+2
|
* ENH: cmMakeDepend::GenerateDependInformation will now use hints regardless ↵Brad King2001-11-121-14/+19
| | | | of whether the actual file exists. This can be used to add dependencies to .h files which are generated but included in hand-written .cxx files. If the .cxx does exist, though, it will be used first, and the hints will be used afterward.
* minor fixKen Martin2001-11-121-1/+1
|
* Module to search for the installation of X11Luis Ibanez2001-11-111-0/+27
|
* Renaming ccurses to ccmake.Berk Geveci2001-11-092-2/+2
|
* Self-packersSebastien Barre2001-11-091-0/+60
|
* Trying to fix curses.Berk Geveci2001-11-095-18/+40
|
* support for custom targets on exe and libKen Martin2001-11-096-44/+149
|
* support for compilation of .ui files into .h and .cxx filesFranck Bettinger2001-11-091-1/+17
|
* cleanupsFranck Bettinger2001-11-092-3/+7
|
* 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 ↵Sebastien Barre2001-11-092-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 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
|