rdb
|
464cd5fc8b
|
Replace __builtin_expect macros with LIKELY/UNLIKELY
|
2017-10-09 00:22:28 +02:00 |
rdb
|
bf190f7306
|
interrogate: support MAKE_MAP_PROPERTY
|
2017-10-09 00:02:46 +02:00 |
rdb
|
7228bc7e5f
|
Fix NATIVE_WORDSIZE on 64-bit Windows (fixes memory alignment)
|
2017-07-10 01:51:12 +02:00 |
rdb
|
2669cc8710
|
Remove unused macros
|
2017-04-07 13:56:35 +02:00 |
rdb
|
8c914a2855
|
Work towards ABI stability wrt allocation. Let MemoryHook take advantage of dlmalloc's internal bookkeeping.
|
2017-02-17 13:02:01 +01:00 |
rdb
|
2acde88695
|
New alignment code to hopefully fix the alignment issues
|
2017-02-10 03:01:32 +01:00 |
rdb
|
cf105f276c
|
More alignment fixes for 32-byte AVX
|
2016-12-28 20:23:27 +01:00 |
rdb
|
ab5b5e7e74
|
Merge branch 'release/1.9.x'
|
2016-12-25 22:47:22 +01:00 |
rdb
|
0c742d59e5
|
Fix crash due to incorrect alignment when building Eigen with AVX extensions
Consequentially, we now use 32-byte alignment when building with eigen if __AVX__ is set.
|
2016-12-25 22:13:05 +01:00 |
rdb
|
a4554a7dfe
|
gcc build fix
|
2016-07-14 13:21:39 +02:00 |
rdb
|
8381118a97
|
Assorted tweaks and compile warning fixes
|
2016-07-14 12:54:39 +02:00 |
rdb
|
5543716660
|
Interrogate wraps vector<unsigned char> as Python 3 bytes object
|
2016-06-03 01:47:54 +02:00 |
rdb
|
ce29ae490d
|
Interrogate improvements, more properties, MAKE_SEQ_PROPERTY
|
2016-05-11 00:16:53 +02:00 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
rdb
|
db6f0342cc
|
Add properties with has/clear (interrogatedb v3.1)
|
2015-12-24 14:25:45 +01:00 |
rdb
|
bdf91e206d
|
Remove references to Python.h and py_config.h from Panda headers, to prevent picking up a dependency on Python libraries in third-party modules
|
2015-11-28 16:33:44 +01:00 |
rdb
|
ddf8343590
|
Reorganise explicit template instantiations so that it always happens in the .cxx file, while remaining backward compatible with MSVC's standards-breaking implementation
|
2015-10-16 15:38:28 +02:00 |
rdb
|
920210c999
|
Fix the vast majority of Interrogate parse issues and warnings, add support for inline namespace and constexpr
|
2015-10-16 14:57:40 +02:00 |
rdb
|
bae5c195af
|
Merge branch 'release/1.9.x'
Conflicts:
dtool/src/dtoolbase/dtoolbase.h
|
2015-10-07 15:54:02 +02:00 |
rdb
|
706f6f7de5
|
Squelch some of the type conversion warnings in MSVC
|
2015-10-06 17:05:40 +02:00 |
rdb
|
ca37b6b6c0
|
Fix VC2015 compile errors, allow selecting any WinSDK/MSVC version. All experimental, still.
|
2015-10-05 02:12:46 +02:00 |
rdb
|
236b0c590c
|
Use explicit symbol visibility control in GCC/clang
|
2015-06-22 21:01:34 +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
|
4a88d71ff6
|
Fix compile issues on Windows with rtdist build
|
2015-06-04 11:44:29 +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
|
4f27ed600f
|
Attempt to work around glibc bug when using clang with -ffast-math
|
2015-02-09 22:15:41 +01:00 |
rdb
|
861234c349
|
Bunch of minor compile fixes and changes
|
2014-11-26 13:33:10 +00:00 |
rdb
|
c178aba639
|
Add property support to interrogate (using MAKE_PROPERTY or using published members)
|
2014-09-19 15:23:52 +00:00 |
rdb
|
cc3bae7e76
|
Big interrogate cleanup, new extension system, add __iter__ support, add buffer protocol support
|
2013-09-17 10:11:43 +00:00 |
David Rose
|
a06fd5521f
|
found a reason to use dlmalloc if 16-byte alignment is required
|
2011-12-22 22:44:31 +00:00 |
David Rose
|
f6a32897ba
|
build correctly without DO_MEMORY_USAGE
|
2011-12-21 02:31:37 +00:00 |
David Rose
|
6e5dd2cc63
|
fix memory crashes on win32/Eigen build
|
2011-12-21 01:25:38 +00:00 |
David Rose
|
787742c93e
|
LINMATH_VECTORIZE -> LINMATH_ALIGN
|
2011-12-18 02:00:31 +00:00 |
David Rose
|
33b9a1e1cf
|
integrate Eigen
|
2011-12-16 14:17:48 +00:00 |
David Rose
|
539b61571c
|
guarantee word alignment for AtomicAdjust stuff
|
2011-11-17 23:31:31 +00:00 |
rdb
|
6c79733735
|
fix for ffmpeg
|
2011-07-01 17:47:03 +00:00 |
rdb
|
319b8c4cb1
|
More stuff related to extensions
|
2011-01-03 08:25:13 +00:00 |
rdb
|
beb90c565f
|
Add functionality allowing extension functions to interrogate
|
2011-01-02 15:14:02 +00:00 |
rdb
|
d4263a47aa
|
__STDC_CONSTANT_MACROS fix
|
2010-05-18 15:37:26 +00:00 |
rdb
|
c9cb0def53
|
Move __STDC_LIMIT_MACROS up a bit, to be certain
|
2010-05-18 14:20:30 +00:00 |
rdb
|
2ec0617d32
|
Define __STDC_CONSTANT_MACROS in case C libraries like ffmpeg don't
|
2010-05-18 12:57:58 +00:00 |
rdb
|
102b46878e
|
More compatibility with exotic compilers (yes, I actually tried to port Panda to clang)
|
2010-04-07 16:59:46 +00:00 |
rdb
|
2a6974eec2
|
stdint/numeric_types stuff, let's follow the standards
|
2010-03-29 15:38:40 +00:00 |
rdb
|
cd3307ccd4
|
Fix compiler warnings with pyconfig.h
|
2009-10-10 11:36:31 +00:00 |
David Rose
|
494d61083e
|
avoid compiler warnings from HAVE_BLAH_H conflicts by renaming macros
|
2009-08-21 15:40:05 +00:00 |
David Rose
|
58c13de4ca
|
integrate changes from Schell Games (plus some tab character fixes)
|
2009-06-01 21:51:15 +00:00 |
rdb
|
fa6c41f363
|
Changes for windows
|
2009-03-21 14:49:10 +00:00 |
David Rose
|
58e0537e3c
|
wide interrogate improvements: sequence protocol, MAKE_SEQ, __setitem__, and parameter coercion
|
2008-11-07 21:12:42 +00:00 |
David Rose
|
bfea5a222c
|
gcc 4.3 support
|
2008-07-02 18:13:33 +00:00 |
rdb
|
6ea55fbf08
|
The HAVE_SYS_MALLOC_H is needed for OSX
|
2008-06-21 16:24:44 +00:00 |