summaryrefslogtreecommitdiff
path: root/Source/DOH
Commit message (Expand)AuthorAgeFilesLines
* Fix few unused variable warningsMichel Zou2021-03-071-0/+2
* Avoid undefined behaviour in DOH Replace() functionOlly Betts2020-09-041-1/+3
* Increase DOH_POOL_SIZEZackery Spytz2020-04-181-1/+1
* C# 'out' or 'ref' removal improvements in director typemaps.William S Fulton2019-11-263-10/+123
* Remove all generated files on error.William S Fulton2019-07-312-3/+76
* Remove deprecated DohClose in DOHWilliam S Fulton2019-07-315-50/+0
* Remove use of 'register' in C sourceWilliam S Fulton2018-05-042-22/+22
* Warning fixes for 64bit visual c++ on WindowsWilliam S Fulton2015-07-034-15/+15
* Fixes for clang -fsanitize=undefined-trap -fsanitize-undefined-trap-on-errorWilliam S Fulton2014-11-081-5/+5
* Fix bug in DohNewStringWithSize(): guarantee string is nul-terminatedKarl Wette2014-06-011-0/+1
* DOH readme correctionWilliam S Fulton2014-04-081-1/+1
* Update documentation for deprecation and removal of Close()Olly Betts2014-04-061-1/+1
* Fix gcc strict aliasing warnings with function pointers too.Vadim Zeitlin2014-02-013-8/+20
* Work around gcc warning about function pointers conversions.Vadim Zeitlin2014-01-102-3/+3
* Fix comment typoOlly Betts2013-07-021-1/+1
* Remove cvs/svn Id stringsWilliam S Fulton2013-01-128-16/+0
* Fix assorted typos.Olly Betts2013-01-081-1/+1
* Rework warning fixes in rev 13512 as it introduces dead code flagged by sun s...William S Fulton2012-12-151-6/+8
* Fix Strcmp - it didn't have consistent null pointer handling - revert to what...William S Fulton2012-12-021-5/+1
* const char * correctness fixes (in C code)William S Fulton2012-11-263-4/+4
* Suppress some unchecked return value warnings for CoverityWilliam S Fulton2012-11-181-1/+1
* Add some assertions around use of TellWilliam S Fulton2012-11-161-0/+1
* Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...William S Fulton2012-11-142-0/+5
* Correct accidental turning on of DOH_DEBUG_MEMORY_POOLSWilliam S Fulton2012-08-051-0/+2
* Error checking for stale DOH object use - also with documentation.William S Fulton2012-08-051-8/+6
* Add some error checking for stale DOH object useWilliam S Fulton2012-08-051-1/+17
* Fix pedantic warnings in fio.c methods.Oliver Buchtala2012-08-051-0/+2
* Fix display of pointers on 64 bit systems, only 32 bit values were being shown.William S Fulton2012-07-212-4/+4
* Warning fixes using clangWilliam S Fulton2012-04-291-1/+1
* revert objinfo fix. If objinfo is null then we haveJoseph Wang2012-03-231-1/+1
* check for null pointer in inString to prevent segfaultsJoseph Wang2012-03-181-1/+1
* Fix #3433541 %typemap(in, numinputs=0) with 10+ arguments.William S Fulton2011-11-282-0/+18
* Remove redundant code highlighted by warnings in gcc-4.6William S Fulton2011-03-141-2/+0
* Some more constness added to DOH and code comment consistency changesWilliam S Fulton2010-12-234-39/+39
* function prototype in comment fixWilliam S Fulton2010-12-081-1/+1
* Expand the family of debug print functions for displaying DOH types. Provide ...William S Fulton2010-09-153-10/+49
* Make argument of DohWrite() const.Vadim Zeitlin2010-07-225-5/+5
* DohDelete and DohCopy assertions called if not a DOH objectWilliam S Fulton2010-03-041-2/+14
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-2710-55/+70
* Merged revisions 11085-11086,11088-11089 via svnmerge from Haoyu Bai2009-01-302-4/+4
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-241-0/+3
* add parameter list (or void) to all C functionsWilliam S Fulton2008-11-114-6/+6
* customised ccache support: read the CCACHE_OUTFILES env variable and if exist...William S Fulton2008-11-033-11/+14
* Remove some vc++ /W4 warningsWilliam S Fulton2008-06-211-17/+14
* Fix handling of byte value 255 in input files on platforms whereOlly Betts2008-01-182-2/+2
* String copying patch from Josh Cherry reducing memory consumption by about 25%.William S Fulton2007-03-231-5/+3
* API cleanup. DocumentationDave Beazley2007-01-032-46/+19
* API cleanup. Documentation.Dave Beazley2006-12-303-54/+29
* Changed Header keyword to IdDave Beazley2006-12-0510-10/+10
* Remove cvsignore files: this is stored on svn:igonre property nowJohn Lenz2006-12-031-2/+0