summaryrefslogtreecommitdiffstats
path: root/src/anyoption.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support for command line arguments and conf filesJan Darmochwal2010-10-071-1174/+0Star
| | | | | | | | * anyoption has been replaced by getopt * replaces huge unmaintainable .cpp and .h files from an external source by standard POSIX library calls * I would suggest using Boost.Program_options if cross-platform support is needed * support user/global configuration file
* qmake -> cmake; (mostly) cosmetic changesJan Darmochwal2010-07-131-0/+1174
Switched to cmake: CMakeLists.txt in base directory use ./build.sh to build vmchooser (or mkdir -p build; cd build cmake .. && make) updated README removed fltk/ removed libxml2/ removed mesgdisp/ renamed vmchooser/ to src/ moved all header files (.h) from vmchooser/inc/ to src/ added files to repository that must have slipped the last time