Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | add bootstrap makefile for borland compiler | Bill Hoffman | 2001-11-29 | 1 | -0/+42 |
| | |||||
* | fix for shared libs and borland | Bill Hoffman | 2001-11-29 | 4 | -7/+7 |
| | |||||
* | ENH: GENERATED_CODE case added to switch. | Luis Ibanez | 2001-11-29 | 1 | -0/+2 |
| | |||||
* | ENH: A type of target was added for representing GENERATED_CODE | Luis Ibanez | 2001-11-29 | 1 | -1/+2 |
| | |||||
* | ENH: Custom commands are now builded. | Luis Ibanez | 2001-11-29 | 1 | -19/+27 |
| | |||||
* | ENH: borland generator 2 is working more or less | Bill Hoffman | 2001-11-28 | 8 | -23/+95 |
| | |||||
* | ENH: Command simplified in order to construct a Source list of .cxx from | Luis Ibanez | 2001-11-28 | 1 | -58/+51 |
| | | | | a source list of .fl GUI files. | ||||
* | ENH: The command was simplified to generate a source list of cxx from a | Luis Ibanez | 2001-11-28 | 1 | -11/+10 |
| | | | | source list of .fl GUI files. | ||||
* | Fynd Python debug lib in usual libs dir too | Sebastien Barre | 2001-11-28 | 1 | -0/+2 |
| | |||||
* | add new borland generator | Bill Hoffman | 2001-11-28 | 6 | -18/+590 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2001-11-28 | 1 | -1/+1 |
| | |||||
* | bug: fix same path comparison when short paths are used | Bill Hoffman | 2001-11-28 | 4 | -5/+26 |
| | |||||
* | fix warning | Bill Hoffman | 2001-11-28 | 1 | -1/+1 |
| | |||||
* | FIX: When switching from one project to another the CacheGUI wasn't being | Luis Ibanez | 2001-11-28 | 1 | -2/+6 |
| | | | | cleared. Values from one project were mixed into the other. | ||||
* | ENH: nmake generator much closer to working with spaces | Berk Geveci | 2001-11-27 | 4 | -18/+96 |
| | |||||
* | ENH: expand variables in a command before escaping spaces in the command | Berk Geveci | 2001-11-27 | 1 | -1/+3 |
| | |||||
* | ENH: do not write over existing cache values even doc strings to avoid ↵ | Berk Geveci | 2001-11-27 | 1 | -6/+0 |
| | | | | changing the cache file | ||||
* | remove unused include | Berk Geveci | 2001-11-27 | 1 | -1/+0 |
| | |||||
* | adjusted spacing | Ken Martin | 2001-11-27 | 1 | -5/+5 |
| | |||||
* | removed extra lib paths to avoid finding old libs | Ken Martin | 2001-11-27 | 1 | -3/+8 |
| | |||||
* | made some vars advanced | Ken Martin | 2001-11-27 | 1 | -0/+8 |
| |