summaryrefslogtreecommitdiff
path: root/Source/DOH
Commit message (Expand)AuthorAgeFilesLines
* Use https for swig.org linksOlly Betts2022-10-0610-10/+10
* Add DohSortedKeys functionWilliam S Fulton2022-09-302-0/+15
* Adjust the DOH string hash functionOlly Betts2022-09-301-6/+14
* Remove remaining code to support macos9Olly Betts2022-07-191-2/+0
* Improve #include guard macrosOlly Betts2022-07-192-6/+6
* Revert "Adjust the DOH string hash function"Olly Betts2022-07-121-14/+6
* Adjust the DOH string hash functionOlly Betts2022-07-071-6/+14
* Resolve -Wstrict-prototypes warnings with clang-15Olly Betts2022-06-302-4/+4
* Fix previous commitOlly Betts2022-03-201-2/+2
* [ci] Try to fix failing appveyor python buildsOlly Betts2022-03-201-2/+2
* Fix replace handling corner caseOlly Betts2022-03-191-5/+11
* Re-enable symbol poisoning in a CI jobOlly Betts2022-03-151-6/+2
* Disable use of gcc poison pragmasWilliam S Fulton2022-03-121-0/+4
* Try to prevent direct use of exit(), malloc(), etcOlly Betts2022-03-062-14/+38
* Eliminate calls to abort()Olly Betts2022-03-061-18/+4
* Add DOH Exit() and SetExitHandler()Olly Betts2022-03-062-1/+43
* Fail cleanly on allocation failuresOlly Betts2022-03-046-35/+57
* Make DOH Char macro more robustOlly Betts2021-12-131-1/+1
* 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