open_toontown_panda3d/dtool/src
rdb a1105f0f96 dxml: Remove TinyXML bindings
This isn't used anywhere in the Panda source anymore, and is considered out-of-scope for Panda.  Python users can use the XML parsing library that's shipped with the Python source (or any other one on PyPI), and C++ users can just pull TinyXML into their projects directly.

If there really is a strong call to bring this back, I'd rather do it as an external package.

Closes #1379
2022-11-03 13:45:22 +01:00
..
cppparser Merge branch 'release/1.10.x' 2022-10-25 16:44:24 +02:00
dconfig CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
dtoolbase Merge branch 'release/1.10.x' 2022-10-31 23:10:39 +01:00
dtoolutil general: Get rid of some coerce constructors where they make no sense 2022-10-20 21:00:05 +02:00
interrogate interrogate: rename `operator [] =` to `operator []=` 2022-10-24 13:24:30 +02:00
interrogatedb interrogatedb: Indicate whether types/function wrappers are deprecated 2022-10-24 13:24:20 +02:00
parser-inc dxml: Remove TinyXML bindings 2022-11-03 13:45:22 +01:00
prc dtoolbase: Make MemoryHook constant-initialized 2022-10-24 13:26:03 +02:00
prckeys general: Add workaround for Windows bug in various uses of isprint() 2020-08-21 14:51:42 +02:00
test_interrogate general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00