libs-gsweb/GSWDatabase
David Wetzel a8eccb4273 * GSWDatabase/WODisplayGroup.m
fix format string and NSArray / NSMutableArray bugs
    * GSWeb/GNUmakefile
    * GSWeb/GSWApplication.h
    * GSWeb/GSWApplication.m
      replace GSWMultiKeyDictionary with GSWDictionary
    * GSWeb/GSWDefaultAdaptor.m
      limit _workerThreadCountMax to 16 for now
    * GSWeb/GSWDeployedBundle.*, GSWResourceManager.*
      replace GSWMultiKeyDictionary with GSWDictionary
    * GSWeb/GSWDictionary
      new class using NSMutableDictionary internally.
    * GSWeb/GSWImageInfo.m
      fix leak
    * GSWeb/GSWRequest.m
      fix leak
    * GSWeb/GSWUtils.m
      fix leak
    * GSWeb/GSWWOCompatibility.h
      remove GSWMultiKeyDictionary
    * GSWeb/GSWWorkerThread.m
      some cleanups but still does not run in MT on FreeBSD.
    * GSWeb/NSString+Trimming.m
      fix leaks
    * Tests/gsweb/GNUmakefile.postamble
    * Tests/gsweb/GNUmakefile.super
    * Tests/gsweb/GSWDictionary/TestInfo
    * Tests/gsweb/GSWDictionary/general.m
      new files
2017-12-25 00:25:03 -05:00
..
GNUmakefile removed GSWRedirect.gswc 2010-04-15 06:32:08 +00:00
Makefile.preamble add GSWDatabase/Makefile.preamble patch from Sebastian Reitenbach 2013-03-02 17:39:47 +00:00
README 2010-04-15 David Wetzel <dave@turbocat.de> 2010-04-15 05:58:08 +00:00
WODisplayGroup.h * GSWDatabase/WODisplayGroup.h 2013-03-03 18:11:52 +00:00
WODisplayGroup.m * GSWDatabase/WODisplayGroup.m 2017-12-25 00:25:03 -05:00

GDL dependant code will go here.
You have to add the GSWDatabase.framework to your project if you want to use a database.

Have fun!

-- dw