2267 Commits

Author SHA1 Message Date
rdb
20f90f35b9 Regenerate interrogatedb bindings to include interrogate_request 2015-09-07 23:31:15 +02:00
rdb
d3487eba6b Set visibility attributes on all exported bindings 2015-09-07 23:31:15 +02:00
rdb
3cd15c3d48 Merge branch 'release/1.9.x' 2015-08-31 15:59:06 +02:00
rdb
56b94eb815 Don't raise exception in tp_traverse, instead silently passing case where object is already destructed 2015-08-28 16:28:03 +02:00
rdb
d68bbae5b4 Don't add "(not used)" to config decls when writing them, it makes it harder to write out a config.prc file 2015-08-26 14:57:30 +02:00
rdb
c0ff9d8e5f Merge branch 'release/1.9.x' 2015-08-04 18:00:35 +02:00
rdb
de715b5a0e Fix inability for interrogate to parse /*c*//* and /*c*/// 2015-08-04 17:49:19 +02:00
Ed Swartz
0ee972a822 pallocator should use panda allocators even when DO_MEMORY_USAGE is not defined - fixes 32-bit Linux crash in runtime builds 2015-07-30 21:54:13 +02:00
rdb
64144955a0 Fix for typedefs to external types in interrogate 2015-07-29 10:45:55 +02:00
rdb
1f0b4332e3 Add softspace flag to StreamWriter - fixes print spaces in runtime env 2015-07-27 20:23:47 +02:00
rdb
f33e450823 A lot of performance changes, particularly wrt dcasts and state management 2015-07-27 16:32:57 +02:00
rdb
75019784f4 Changes to inlining so we can use FORCE_INLINING in gcc as well 2015-07-27 15:39:46 +02:00
rdb
9178ed2871 Fix some preprocessor expressions in Interrogate 2015-07-14 21:04:50 +01:00
Sam Edwards
16bfd3750f Add missing includes. 2015-07-12 19:27:13 -07:00
rdb
5913546229 Proper overflow checking for numeric chars 2015-07-08 02:03:24 +02:00
rdb
342b9a8db8 Merge remote-tracking branch 'origin/release/1.9.x' 2015-07-08 02:01:28 +02:00
rdb
828e52578d Allow a long (provided it is not overflowing) where an int is accepted 2015-07-08 01:58:35 +02:00
rdb
1088cdedc8 Fix mac and static build issues 2015-07-06 23:31:14 +02:00
rdb
cbcb2416d7 Merge branch 'release/1.9.x' 2015-07-06 10:32:30 +02:00
rdb
69b8d6a4b5 Fix memory leak in tuple-returning getters 2015-07-06 10:31:33 +02:00
rdb
7026854cc2 Fixes to get the C binding generator to work 2015-07-05 16:07:08 +02:00
rdb
dd17fd864b Properly separate dtoolconfig and interrogatedb 2015-06-30 16:16:35 +02:00
rdb
d9342043b0 Deprecate pandac.PandaModules and genPyCode, move extensions to panda3d/, clean up imports and deprecated behaviour 2015-06-28 13:55:31 +02:00
rdb
236b0c590c Use explicit symbol visibility control in GCC/clang 2015-06-22 21:01:34 +02:00
rdb
269b4eac27 Fix METH_NOARGS calling convention violations in interrogate, and special support for LINK_ALL_STATIC in interrogated code 2015-06-21 17:53:37 +02:00
rdb
7a836cbbd9 Merge branch 'release/1.9.x' 2015-06-21 17:46:34 +02:00
rdb
a7d56f0e65 Fix compilation error when compiling Python without threads 2015-06-21 17:41:28 +02:00
rdb
8ecf6a7b9f Fix getattr() and hasattr() of vector classes when invalid attribute name is used 2015-06-21 15:33:42 +02:00
rdb
2515ea5dff Merge branch 'release/1.9.x' 2015-06-13 13:37:33 +02:00
rdb
48208b0f27 Support #pragma once in interrogate 2015-06-13 13:33:11 +02:00
rdb
11ed8a4d8d Use dynamic type lookup for interrogate to eliminate inter-module dependencies
It is now no longer necessary to link to core.pyd
Also includes a slight coercion optimization for trivial types
2015-06-06 19:36:40 +02:00
rdb
4d46172fba Revert non-Windows template export changes from 1.9.x, they're less stable than I thought 2015-06-06 16:55:33 +02:00
rdb
205e731c4a Merge branch 'release/1.9.x' 2015-06-04 12:00:25 +02:00
rdb
4a88d71ff6 Fix compile issues on Windows with rtdist build 2015-06-04 11:44:29 +02:00
rdb
9c0076a09b Bump version to 1.10.0 2015-06-03 20:47:53 +02:00
rdb
a70878c4ef Merge branch 'release/1.9.x' 2015-06-03 20:26:22 +02:00
rdb
6cbc608b8d Bump version to 1.9.1 2015-06-03 20:26:05 +02:00
rdb
f42c6645d5 Update prebuilt bison files for people who build without bison 2015-06-03 19:54:01 +02:00
rdb
f69354d9fa Explicit template instantiation on gcc/clang, implement cfsworks' suggestion of moving compiler-specific stuff out of pandasymbols.h et al 2015-06-03 13:36:04 +02:00
rdb
141c7a9c35 Improve build performance on Windows slightly 2015-06-02 21:02:35 +02:00
rdb
75978222a1 Merge branch 'release/1.9.x' 2015-06-02 00:31:24 +02:00
rdb
cc62e731b7 Fix compilation with ppremake 2015-06-01 00:21:32 +02:00
rdb
e2dfc935a1 Various refactoring, esp. of GLSL input system 2015-05-21 14:16:45 +02:00
tobspr
ac779d46d7 Fix typos in interrogate 2015-05-18 18:12:09 +02:00
rdb
5f875239f2 Merge branch 'release/1.9.x' 2015-05-02 22:17:29 +02:00
Sam Edwards
88bb4102b2 dtoolbase: Rename pdtoa.c -> pdtoa.cxx.
It's actually a C++ file (contains C++-only constructs) and should have the proper file extension so it compiles with the appropriate language.
2015-05-02 22:14:17 +02:00
rdb
ab1c516ebc Merge various fixes from branch 'release/1.9.x'
Conflicts:
	panda/src/gobj/texture.cxx
2015-04-16 17:11:20 +02:00
rdb
52288e299b Fix interrogate regression that broke multiview support 2015-04-16 16:57:46 +02:00
rdb
c130d25193 Add typedefs to API documentation generator 2015-04-15 13:55:50 +02:00
rdb
d7552f0d8a Merge in bugfixes from branch 'release/1.9.x' 2015-04-14 15:50:53 +02:00