Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | corrected path problem and added moc compilation too | Franck Bettinger | 2001-11-16 | 2 | -9/+34 | |
| | ||||||
* | remove depend on star dot h as it is not really needed and breaks some ↵ | Bill Hoffman | 2001-11-16 | 1 | -1/+1 | |
| | | | | versions of gmake | |||||
* | ENH: use crazy temp files for long command lines | Bill Hoffman | 2001-11-15 | 1 | -3/+5 | |
| | ||||||
* | ENH: remove debug prints | Bill Hoffman | 2001-11-15 | 1 | -5/+3 | |
| | ||||||
* | closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND ↵ | Bill Hoffman | 2001-11-15 | 10 | -19/+84 | |
| | | | | used by Dart, nmake makefiles work with borland make and nmake | |||||
* | ENH: New make targets for Continuous builds. Added a NightlyStart and ↵ | Jim Miller | 2001-11-15 | 1 | -2/+24 | |
| | | | | NightlyUpdate target for unix builds as well. | |||||
* | ENH: Changed Nightly start time | Jim Miller | 2001-11-15 | 1 | -0/+4 | |
| | ||||||
* | ENH: fix library builds with nmake | Bill Hoffman | 2001-11-15 | 4 | -12/+34 | |
| | ||||||
* | BUG: wrong shortname used | Bill Hoffman | 2001-11-15 | 1 | -1/+1 | |
| | ||||||
* | BUG: fix build for cygwin | Bill Hoffman | 2001-11-15 | 1 | -0/+2 | |
| | ||||||
* | BUG: avoid .cxx.o names... | Bill Hoffman | 2001-11-15 | 1 | -2/+3 | |
| | ||||||
* | Closer to nmake build | Bill Hoffman | 2001-11-14 | 8 | -45/+103 | |
| | ||||||
* | closer to nmake build | Bill Hoffman | 2001-11-14 | 2 | -12/+135 | |
| | ||||||
* | Quick addition: "Create shortcut" menu entry. | Sebastien Barre | 2001-11-14 | 4 | -4/+164 | |
| | ||||||
* | nmake support | Bill Hoffman | 2001-11-14 | 5 | -6/+228 | |
| | ||||||
* | ERR: Re-ordered includes to fix macro conflict for gcc 3.0. | Brad King | 2001-11-14 | 1 | -3/+5 | |
| | ||||||
* | ERR: Fixed compiler warning for gcc 3.0. | Brad King | 2001-11-14 | 1 | -1/+2 | |
| | ||||||
* | ENH: remove debug statements | Bill Hoffman | 2001-11-14 | 1 | -6/+0 | |
| | ||||||
* | ENH: remove warning | Bill Hoffman | 2001-11-14 | 1 | -2/+1 | |
| | ||||||
* | start work on nmake generator | Bill Hoffman | 2001-11-13 | 6 | -12/+239 | |
| | ||||||
* | clean up object file build rule, and do not attempt to remove ↵ | Bill Hoffman | 2001-11-13 | 2 | -79/+99 | |
| | | | | link_directories that are in the build tree | |||||
* | fixes to curses stuff | Ken Martin | 2001-11-13 | 2 | -2/+4 | |
| | ||||||
* | warnings | Bill Hoffman | 2001-11-13 | 1 | -4/+0 | |
| | ||||||
* | ENH: clean up warnings | Bill Hoffman | 2001-11-13 | 9 | -8/+12 | |
| | ||||||
* | WAR: fix compile warnings | Bill Hoffman | 2001-11-13 | 2 | -2/+2 | |
| | ||||||
* | ENH: fix spelling error | Bill Hoffman | 2001-11-13 | 1 | -1/+1 | |
| | ||||||
* | ENH: remove warnings | Bill Hoffman | 2001-11-13 | 1 | -6/+2 | |
| | ||||||
* | ENH: cmMakeDepend::GenerateDependInformation will now use hints regardless ↵ | Brad King | 2001-11-12 | 1 | -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 fix | Ken Martin | 2001-11-12 | 1 | -1/+1 | |
| | ||||||
* | Module to search for the installation of X11 | Luis Ibanez | 2001-11-11 | 1 | -0/+27 | |
| | ||||||
* | Renaming ccurses to ccmake. | Berk Geveci | 2001-11-09 | 2 | -2/+2 | |
| | ||||||
* | Self-packers | Sebastien Barre | 2001-11-09 | 1 | -0/+60 | |
| | ||||||
* | Trying to fix curses. | Berk Geveci | 2001-11-09 | 5 | -18/+40 | |
| | ||||||
* | support for custom targets on exe and lib | Ken Martin | 2001-11-09 | 6 | -44/+149 | |
| | ||||||
* | support for compilation of .ui files into .h and .cxx files | Franck Bettinger | 2001-11-09 | 1 | -1/+17 | |
| | ||||||
* | cleanups | Franck Bettinger | 2001-11-09 | 2 | -3/+7 | |
| | ||||||
* | support for compilation of .ui files into .h and .cxx files | Franck Bettinger | 2001-11-09 | 4 | -2/+282 | |
| | ||||||
* | 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 | 5 | -3/+17 | |
| | ||||||
* | 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 | |
| |