open_toontown_panda3d/dtool/src/dtoolbase
kestred b25669af6f Merge remote-tracking branch 'upstream/master' into cmake 2014-01-25 22:17:41 -07:00
..
CMakeLists.txt package macros, add stuff to Config.cmake 2013-12-22 00:18:57 +01:00
Sources.pp rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
addHash.I we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
addHash.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
addHash.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
atomicAdjust.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
atomicAdjustDummyImpl.I guarantee word alignment for AtomicAdjust stuff 2011-11-17 23:31:31 +00:00
atomicAdjustDummyImpl.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
atomicAdjustDummyImpl.h guarantee word alignment for AtomicAdjust stuff 2011-11-17 23:31:31 +00:00
atomicAdjustI386Impl.I guarantee word alignment for AtomicAdjust stuff 2011-11-17 23:31:31 +00:00
atomicAdjustI386Impl.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
atomicAdjustI386Impl.h guarantee word alignment for AtomicAdjust stuff 2011-11-17 23:31:31 +00:00
atomicAdjustPosixImpl.I posix build errors 2011-11-17 23:34:12 +00:00
atomicAdjustPosixImpl.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
atomicAdjustPosixImpl.h guarantee word alignment for AtomicAdjust stuff 2011-11-17 23:31:31 +00:00
atomicAdjustWin32Impl.I huh, InterlockedAdd only exists on win64, weird. 2011-11-18 22:33:34 +00:00
atomicAdjustWin32Impl.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
atomicAdjustWin32Impl.h guarantee word alignment for AtomicAdjust stuff 2011-11-17 23:31:31 +00:00
cmath.I whoops, nan() and nanf() require a parameter 2013-05-04 01:10:42 +00:00
cmath.h make_nan() 2013-05-03 18:05:28 +00:00
deletedBufferChain.I fix more static-init ordering issues caused by new alignment code 2012-02-12 19:55:52 +00:00
deletedBufferChain.cxx fix more static-init ordering issues caused by new alignment code 2012-02-12 19:55:52 +00:00
deletedBufferChain.h fix more static-init ordering issues caused by new alignment code 2012-02-12 19:55:52 +00:00
deletedChain.T we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
deletedChain.h USE_DELETED_CHAIN, memory alignment 2009-04-24 22:52:23 +00:00
dllbase.txt *** empty log message *** 2004-04-30 21:37:50 +00:00
dlmalloc.h Add #ifdef and #undef where necessary to prevent duplicate definitions. 2014-01-19 00:44:14 -07:00
dlmalloc_src.cxx Add #ifdef and #undef where necessary to prevent duplicate definitions. 2014-01-19 00:44:14 -07:00
dtool_platform.h Android support, part 1 2013-01-24 17:54:56 +00:00
dtoolbase.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
dtoolbase.h Fix HAVE_LOCKF in dtoolbase.h for python headers that don't define it. 2014-01-19 17:33:19 -07:00
dtoolbase_cc.h Big interrogate cleanup, new extension system, add __iter__ support, add buffer protocol support 2013-09-17 10:11:43 +00:00
dtoolsymbols.h pystub should be a static library for better portability, especially for dynamic loaders that aren't so awesome. 2012-06-20 21:41:49 +00:00
fakestringstream.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
indent.I we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
indent.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
indent.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
lookup3.c cast fix 2006-11-27 03:18:56 +00:00
lookup3.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
memoryBase.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
memoryBase.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
memoryHook.I fix more static-init ordering issues caused by new alignment code 2012-02-12 19:55:52 +00:00
memoryHook.cxx fix more static-init ordering issues caused by new alignment code 2012-02-12 19:55:52 +00:00
memoryHook.h fix more static-init ordering issues caused by new alignment code 2012-02-12 19:55:52 +00:00
mutexDummyImpl.I make sync primitives more similar to python function names 2008-10-14 00:07:05 +00:00
mutexDummyImpl.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
mutexDummyImpl.h make sync primitives more similar to python function names 2008-10-14 00:07:05 +00:00
mutexImpl.h build errors 2009-06-16 01:49:59 +00:00
mutexPosixImpl.I protect against undefined symbol 2010-05-29 18:49:48 +00:00
mutexPosixImpl.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
mutexPosixImpl.h TrueMutexImpl 2009-06-16 00:04:13 +00:00
mutexSpinlockImpl.I make sync primitives more similar to python function names 2008-10-14 00:07:05 +00:00
mutexSpinlockImpl.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
mutexSpinlockImpl.h make sync primitives more similar to python function names 2008-10-14 00:07:05 +00:00
mutexWin32Impl.I make sync primitives more similar to python function names 2008-10-14 00:07:05 +00:00
mutexWin32Impl.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
mutexWin32Impl.h make sync primitives more similar to python function names 2008-10-14 00:07:05 +00:00
nearly_zero.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
neverFreeMemory.I make sync primitives more similar to python function names 2008-10-14 00:07:05 +00:00
neverFreeMemory.cxx Fix static init ordering issue with the runtime build 2012-02-10 09:19:12 +00:00
neverFreeMemory.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
numeric_types.h stdfloat_double 2011-10-10 05:25:10 +00:00
p3dtoolbase_composite1.cxx rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
p3dtoolbase_composite2.cxx rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
pallocator.T integrate Eigen 2011-12-16 14:17:48 +00:00
pallocator.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
pdeque.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
plist.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
pmap.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
pset.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
pstrtod.cxx handle funny cases for win32 2009-06-14 16:19:56 +00:00
pstrtod.h pstrtod 2009-06-14 16:10:09 +00:00
ptmalloc2_smp_src.cxx fix memory crashes on win32/Eigen build 2011-12-21 01:25:38 +00:00
pvector.h define epvector 2011-12-19 15:14:29 +00:00
register_type.I we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
register_type.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
register_type.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
select.tau multithreading optimizations, tau profiler, related changes 2006-04-05 19:36:05 +00:00
selectThreadImpl.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
stl_compares.I msvc9 error 2008-11-12 03:30:48 +00:00
stl_compares.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
test_strtod.cxx pstrtod 2009-06-14 16:10:09 +00:00
typeHandle.I we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
typeHandle.cxx use compare_to and get_class_type instead of compareTo and getClassType 2013-12-18 10:24:00 +00:00
typeHandle.h add TypeHandle::make() 2009-08-15 00:56:34 +00:00
typeRegistry.I we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
typeRegistry.cxx Fix typo 2012-10-19 13:06:01 +00:00
typeRegistry.h publish find_type_by_id 2009-02-02 23:23:30 +00:00
typeRegistryNode.I we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
typeRegistryNode.cxx need string.h 2008-06-24 22:48:44 +00:00
typeRegistryNode.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
typedObject.I we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
typedObject.cxx we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
typedObject.h protect code in docstring from doxygen formatting 2011-02-25 12:31:11 +00:00
verdate.cpp add versioning for win32 2000-12-27 21:19:57 +00:00
version.h we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
version.rc fix ProductVersion string 2001-01-11 19:58:52 +00:00