wxWidgets/samples/console
Mattia Barbon 1a6d9c7680 New wxHashTable implementation when wxUSE_STL == 1. Replaces
the old implementation based upon wxHashMap. Removed support
for wxHashTable in wxHashMap.
  Rationale: using wxHashMap for wxHashTable implementation required
special support in wxHashMap. This precluded using STL-provided
hash_map to implement wxHashMap. This new implementation does not
use keyed wxList interface and should be almost totally compatible
with the old non-STL wxHashTable.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-23 08:12:34 +00:00
..
console.bkl wxUSE_GUI=0 not needed anymore 2003-10-21 14:05:45 +00:00
console.cpp New wxHashTable implementation when wxUSE_STL == 1. Replaces 2003-11-23 08:12:34 +00:00
console.dsp wxUSE_GUI=0 not needed anymore 2003-10-21 14:05:45 +00:00
console.dsw new VC++ project files with both dll and lib in one project 2003-08-13 22:43:53 +00:00
console.pro new project files for wxBase apps 2001-10-04 01:46:06 +00:00
makefile.bcc wxUSE_GUI=0 not needed anymore 2003-10-21 14:05:45 +00:00
makefile.gcc wxUSE_GUI=0 not needed anymore 2003-10-21 14:05:45 +00:00
Makefile.in wxUSE_GUI=0 not needed anymore 2003-10-21 14:05:45 +00:00
makefile.sc makefiles for samples for digital mars 2003-06-16 16:51:46 +00:00
makefile.unx replaced "CC = gcc" and even stranger "CPP = gcc -g" (huh?) with 2001-11-28 18:10:15 +00:00
makefile.vc wxUSE_GUI=0 not needed anymore 2003-10-21 14:05:45 +00:00
makefile.wat wxUSE_GUI=0 not needed anymore 2003-10-21 14:05:45 +00:00
testdata.fc added test for env var expansion 2002-11-28 13:34:28 +00:00