Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make shells also ADVANCED | Sebastien Barre | 2001-12-04 | 1 | -0/+4 |
| | |||||
* | Make vars ADVANCED for WIN32 (same as Tcl) | Sebastien Barre | 2001-12-04 | 1 | -1/+8 |
| | |||||
* | no c++ comments in c code, duhhhh | Bill Hoffman | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | ENH: AIX seems to define lines and columns as macros, I undefed them | Bill Hoffman | 2001-12-04 | 1 | -0/+4 |
| | |||||
* | ENH: fix crashes in console apps | Bill Hoffman | 2001-12-03 | 1 | -1/+1 |
| | |||||
* | ENH: let people know the variable is advanced | Bill Hoffman | 2001-12-03 | 1 | -1/+10 |
| | |||||
* | ENH: fix debugging with borland | Bill Hoffman | 2001-12-03 | 3 | -5/+33 |
| | |||||
* | ENH: add -C load cache file option | Bill Hoffman | 2001-12-03 | 1 | -7/+23 |
| | |||||
* | Add /A and /G command-line param to carry the value of "Show Advanced" and ↵ | Sebastien Barre | 2001-12-03 | 3 | -6/+48 |
| | | | | generator name in desktop shortcuts | ||||
* | minor fix for not found executables | Ken Martin | 2001-12-03 | 1 | -0/+9 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2001-12-03 | 1 | -157/+167 |
| | |||||
* | Fixed help. | Berk Geveci | 2001-12-03 | 1 | -1/+1 |
| | |||||
* | Fixed help. | Berk Geveci | 2001-12-03 | 1 | -2/+3 |
| | |||||
* | add wizard | Bill Hoffman | 2001-12-03 | 1 | -0/+1 |
| | |||||
* | update docs some | Bill Hoffman | 2001-12-03 | 1 | -4270/+15410 |
| | |||||
* | ENH: AddCustomCommand register now multiple outputs. Auxiliary variable manage | Luis Ibanez | 2001-12-02 | 1 | -26/+32 |
| | | | | the output directory where FLTK generated code is going to be writen. | ||||
* | fix warning for Borland build | Sebastien Barre | 2001-11-30 | 6 | -11/+8 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2001-11-30 | 1 | -0/+71 |
| | |||||
* | new borland generator moved into place | Bill Hoffman | 2001-11-30 | 12 | -172/+94 |
| | |||||
* | Replace with nmake subclassed generator | Bill Hoffman | 2001-11-30 | 2 | -918/+0 |
| | |||||
* | Add options for library manager (lib). | Sebastien Barre | 2001-11-30 | 3 | -37/+39 |
| | |||||
* | Add options for library manager (lib). Alpha sort | Sebastien Barre | 2001-11-30 | 1 | -73/+104 |
| | |||||
* | Unix users are smarter. | Berk Geveci | 2001-11-30 | 1 | -6/+7 |
| | |||||
* | Improving interface. | Berk Geveci | 2001-11-30 | 2 | -1/+13 |
| | |||||
* | print cmake running message to cerr | Bill Hoffman | 2001-11-30 | 1 | -0/+1 |
| | |||||
* | Add linker flags for each build type | Sebastien Barre | 2001-11-30 | 2 | -5/+30 |
| | |||||
* | Better documentation. | Berk Geveci | 2001-11-30 | 1 | -0/+1 |
| | |||||
* | Better documentation. | Berk Geveci | 2001-11-30 | 1 | -1/+29 |
| | |||||
* | Improved help. | Berk Geveci | 2001-11-30 | 3 | -8/+55 |
| | |||||
* | Removed unused options. | Berk Geveci | 2001-11-30 | 1 | -11/+4 |
| | |||||
* | CMAKE_ANSI_CFLAGS is used by VTK, so it should be set in the NMake config so ↵ | Sebastien Barre | 2001-11-30 | 1 | -0/+3 |
| | | | | that it gets expanded (even to "") | ||||
* | fix library suffix | Bill Hoffman | 2001-11-30 | 1 | -1/+3 |
| | |||||
* | remove suffix rules | Bill Hoffman | 2001-11-30 | 1 | -2/+0 |
| | |||||
* | add new suffix rules | Bill Hoffman | 2001-11-30 | 1 | -1/+2 |
| | |||||
* | Can non use clear because it is undef'ed. | Berk Geveci | 2001-11-30 | 4 | -4/+9 |
| | |||||
* | Fixed warning. | Berk Geveci | 2001-11-30 | 1 | -2/+3 |
| | |||||
* | Fixed warning. | Berk Geveci | 2001-11-30 | 2 | -5/+4 |
| | |||||
* | Since it is being used as an array size in another file, it is not possible ↵ | Berk Geveci | 2001-11-30 | 2 | -8/+6 |
| | | | | to initialize MAX_WIDTH in a .cxx file. | ||||
* | fix warning | Bill Hoffman | 2001-11-30 | 1 | -2/+2 |
| | |||||
* | Missed std:: | Berk Geveci | 2001-11-30 | 2 | -4/+4 |
| | |||||
* | Missed std:: | Berk Geveci | 2001-11-30 | 1 | -1/+1 |
| | |||||
* | CMAKE_WORDS_BIGENDIAN should not be in the cache. | Berk Geveci | 2001-11-30 | 1 | -2/+1 |
| | |||||
* | PYTHON_DEBUG_LIBRARY is only used on Windows. | Berk Geveci | 2001-11-30 | 1 | -10/+10 |
| | |||||
* | fix: If documentation added, then need cache type | Sebastien Barre | 2001-11-30 | 1 | -1/+1 |
| | |||||
* | opps I forgot to add these | Berk Geveci | 2001-11-30 | 2 | -0/+225 |
| | |||||
* | ENH: fix various problems caused by the generalization of nmake generator | Bill Hoffman | 2001-11-30 | 6 | -28/+63 |
| | |||||
* | Nmake build: move most of hard-coded values to config parameters | Sebastien Barre | 2001-11-30 | 8 | -123/+322 |
| | |||||
* | Improvements to the curses interface. | Berk Geveci | 2001-11-29 | 11 | -131/+435 |
| | |||||
* | ENH: fix memory leaks | Bill Hoffman | 2001-11-29 | 1 | -0/+5 |
| | |||||
* | Fix space pb (embended, then escaped) | Sebastien Barre | 2001-11-29 | 1 | -1/+2 |
| |