[Avida-cvs] avida/current/source/viewers CVS commit

Kaben Nanlohy kaben at users.sourceforge.net
Mon May 12 11:22:50 PDT 2003


Update of /cvsroot/avida/avida/current/source/viewers
In directory sc8-pr-cvs1:/tmp/cvs-serv15661/source/viewers

Modified Files:
      Tag: kaben-2-0-b0
	ansi.cc bar_screen.cc hist_screen.cc map_screen.cc menu.cc 
	ncurses.cc options_screen.cc stats_screen.cc symbol_util.cc 
	text_screen.cc view.cc viewer.cc zoom_screen.cc 
Log Message:

(Hopefully this is committing into in my own cvs branch)

* Windows compatible source tree.

* Switched namespace hoopla all around: "using namespace std;" occurs
  only in source files, not header files, and only after inclusion of
  header files. Occurrences of "cout", "cin", "cerr", "ifstream",
  "ofstream", "istream", "ostream", "map", "vector", "set", etc. have
  been replaced with "std::cout", "std::cin", etc. in header files.

* experimental qmake-pro files in place to permit builds using only
  qmake for each of primitive, ncurses-viewer, qt-viewer.  This needs
  extension to install properly, and to handle documentation and
  config-files installation.






More information about the Avida-cvs mailing list