swig/Source/Swig
William S Fulton 5fdb591a62 Runtime tables deterministic ordering (3)
Output conversion functions used in the type tables in sorted order.
Sorted order in this case is the type being converted from.
So _p_BarTo_p_Foo comes before _p_ZarTo_p_Foo.

Previously the order was roughly in the order that the types were
parsed, but not necessarily due to the use of internal hash tables
which do not have an ordering guarantee.
2022-09-29 19:30:20 +01:00
..
cwrap.c Make method wrappers suffix optional and disabled by default 2022-09-19 12:40:03 +12:00
deprecate.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
error.c Fail cleanly on allocation failures 2022-03-04 11:47:49 +13:00
extend.c new_node refactor 2018-05-19 09:00:06 +01:00
fragment.c Fix comment typo 2021-05-05 16:01:51 +12:00
getopt.c Add DOH Exit() and SetExitHandler() 2022-03-06 12:33:54 +13:00
include.c Remove remaining code to support macos9 2022-07-19 11:22:37 +12:00
misc.c Remove remaining code to support macos9 2022-07-19 11:22:37 +12:00
naming.c Resolve -Wstrict-prototypes warnings with clang-15 2022-06-30 12:52:00 +12:00
parms.c Resolve -Wstrict-prototypes warnings with clang-15 2022-06-30 12:52:00 +12:00
scanner.c Only recognise spaceship operator for C++ 2022-07-27 13:46:53 +12:00
stype.c template template parameters patch tidyup 2021-03-22 01:08:05 +00:00
swig.h Remove remaining code to support macos9 2022-07-19 11:22:37 +12:00
swigfile.h Remove remaining code to support macos9 2022-07-19 11:22:37 +12:00
swigopt.h merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
swigparm.h Fix Python compile errors with overloading and varargs 2019-02-25 19:27:23 +00:00
swigscan.h Add support for the <=> operator (C++20) 2022-07-27 09:12:40 +12:00
swigtree.h Improvements to the -debug command line options 2022-03-25 23:34:52 +00:00
swigwrap.h merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
symbol.c Fix warning suppression for WARN_PARSE_USING_UNDEF 2022-02-20 16:45:10 +00:00
tree.c Fixes for ISO C89 2022-03-28 19:25:11 +01:00
typemap.c Visual C++ warning fix 2022-07-31 01:02:08 +01:00
typeobj.c Fix previous commit 2022-03-20 19:44:23 +13:00
typesys.c Runtime tables deterministic ordering (3) 2022-09-29 19:30:20 +01:00
wrapfunc.c Fail cleanly on allocation failures 2022-03-04 11:47:49 +13:00