open_toontown_panda3d/dtool/src/dtoolbase
rdb 464cd5fc8b Replace __builtin_expect macros with LIKELY/UNLIKELY 2017-10-09 00:22:28 +02:00
..
addHash.I Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 2016-05-11 00:27:58 +02:00
addHash.cxx Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 2016-05-11 00:27:58 +02:00
addHash.h Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 2016-05-11 00:27:58 +02:00
atomicAdjust.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
atomicAdjustDummyImpl.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
atomicAdjustDummyImpl.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
atomicAdjustDummyImpl.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
atomicAdjustGccImpl.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
atomicAdjustGccImpl.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
atomicAdjustI386Impl.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
atomicAdjustI386Impl.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
atomicAdjustI386Impl.h Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 2016-05-11 00:27:58 +02:00
atomicAdjustPosixImpl.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
atomicAdjustPosixImpl.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
atomicAdjustPosixImpl.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
atomicAdjustWin32Impl.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
atomicAdjustWin32Impl.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
atomicAdjustWin32Impl.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
cmath.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
cmath.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
deletedBufferChain.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
deletedBufferChain.cxx Fix memory tracking bug - DeletedBufferChain erroneously showed leak 2017-05-13 21:59:29 +02:00
deletedBufferChain.h Fix crash due to incorrect alignment when building Eigen with AVX extensions 2016-12-25 22:13:05 +01:00
deletedChain.T New alignment code to hopefully fix the alignment issues 2017-02-10 03:01:32 +01:00
deletedChain.h Work towards ABI stability wrt allocation. Let MemoryHook take advantage of dlmalloc's internal bookkeeping. 2017-02-17 13:02:01 +01:00
dllbase.txt *** empty log message *** 2004-04-30 21:37:50 +00:00
dlmalloc_src.cxx Fix various compile warnings and a few code consistency issues 2017-01-09 20:36:53 +01:00
dtool_platform.h Split out interrogate jobs for dtool directories from express 2017-05-24 13:44:52 +02:00
dtoolbase.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
dtoolbase.h Replace __builtin_expect macros with LIKELY/UNLIKELY 2017-10-09 00:22:28 +02:00
dtoolbase_cc.h general: clean up use of override keyword 2017-07-03 12:56:23 +02:00
dtoolsymbols.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
epvector.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
fakestringstream.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
indent.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
indent.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
indent.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
lookup3.c Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 2016-05-11 00:27:58 +02:00
lookup3.h Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 2016-05-11 00:27:58 +02:00
memoryBase.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
memoryBase.h Work towards ABI stability wrt allocation. Let MemoryHook take advantage of dlmalloc's internal bookkeeping. 2017-02-17 13:02:01 +01:00
memoryHook.I Work towards ABI stability wrt allocation. Let MemoryHook take advantage of dlmalloc's internal bookkeeping. 2017-02-17 13:02:01 +01:00
memoryHook.cxx general: make DO_MEMORY_USAGE setting not change ABI compatibility 2017-07-10 19:50:09 +02:00
memoryHook.h general: make DO_MEMORY_USAGE setting not change ABI compatibility 2017-07-10 19:50:09 +02:00
mutexDummyImpl.I Make better use of C++ rules for implicit generation; allow PointerTo and some mutex impls to be static initialised 2017-01-12 12:34:15 +01:00
mutexDummyImpl.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
mutexDummyImpl.h Fix compile errors and warnings in MSVC 2010 / GCC 4.6 2017-01-12 15:18:48 +01:00
mutexImpl.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
mutexPosixImpl.I Make better use of C++ rules for implicit generation; allow PointerTo and some mutex impls to be static initialised 2017-01-12 12:34:15 +01:00
mutexPosixImpl.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
mutexPosixImpl.h Fix compile errors and warnings in MSVC 2010 / GCC 4.6 2017-01-12 15:18:48 +01:00
mutexSpinlockImpl.I Make better use of C++ rules for implicit generation; allow PointerTo and some mutex impls to be static initialised 2017-01-12 12:34:15 +01:00
mutexSpinlockImpl.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
mutexSpinlockImpl.h Fix compile errors and warnings in MSVC 2010 / GCC 4.6 2017-01-12 15:18:48 +01:00
mutexWin32Impl.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
mutexWin32Impl.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
mutexWin32Impl.h Fix compile errors and warnings in MSVC 2010 / GCC 4.6 2017-01-12 15:18:48 +01:00
nearly_zero.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
neverFreeMemory.I Increase default alignment to 2x word size, make DeletedBufferChain allocations more efficient 2016-12-08 23:22:16 +01:00
neverFreeMemory.cxx Increase default alignment to 2x word size, make DeletedBufferChain allocations more efficient 2016-12-08 23:22:16 +01:00
neverFreeMemory.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
numeric_types.h Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 2016-05-11 00:27:58 +02: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 dtoolbase: Rename pdtoa.c -> pdtoa.cxx. 2015-05-02 22:14:17 +02:00
pallocator.T Work towards ABI stability wrt allocation. Let MemoryHook take advantage of dlmalloc's internal bookkeeping. 2017-02-17 13:02:01 +01:00
pallocator.h Work towards ABI stability wrt allocation. Let MemoryHook take advantage of dlmalloc's internal bookkeeping. 2017-02-17 13:02:01 +01:00
pdeque.h Make better use of C++ rules for implicit generation; allow PointerTo and some mutex impls to be static initialised 2017-01-12 12:34:15 +01:00
pdtoa.cxx Backport various bugfixes from master, among which: 2016-06-07 14:40:27 +02:00
pdtoa.h Add missing includes. 2015-07-12 19:27:13 -07:00
plist.h Make better use of C++ rules for implicit generation; allow PointerTo and some mutex impls to be static initialised 2017-01-12 12:34:15 +01:00
pmap.h Make better use of C++ rules for implicit generation; allow PointerTo and some mutex impls to be static initialised 2017-01-12 12:34:15 +01:00
pset.h Make better use of C++ rules for implicit generation; allow PointerTo and some mutex impls to be static initialised 2017-01-12 12:34:15 +01:00
pstrtod.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
pstrtod.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
ptmalloc2_smp_src.cxx Fix assortment of compilation issues and annoyances 2015-02-08 23:25:11 +01:00
pvector.h Make better use of C++ rules for implicit generation; allow PointerTo and some mutex impls to be static initialised 2017-01-12 12:34:15 +01:00
register_type.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
register_type.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
register_type.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
select.tau multithreading optimizations, tau profiler, related changes 2006-04-05 19:36:05 +00:00
selectThreadImpl.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
stl_compares.I Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 2016-05-11 00:27:58 +02:00
stl_compares.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
test_strtod.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
typeHandle.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
typeHandle.N Split out interrogate jobs for dtool directories from express 2017-05-24 13:44:52 +02:00
typeHandle.cxx Big patch full of performance improvements 2017-04-03 01:41:23 +02:00
typeHandle.h Work towards ABI stability wrt allocation. Let MemoryHook take advantage of dlmalloc's internal bookkeeping. 2017-02-17 13:02:01 +01:00
typeHandle_ext.cxx Split out interrogate jobs for dtool directories from express 2017-05-24 13:44:52 +02:00
typeHandle_ext.h Split out interrogate jobs for dtool directories from express 2017-05-24 13:44:52 +02:00
typeRegistry.I Various optimizations to reduce performance overhead of rendering 2017-02-21 02:20:06 +01:00
typeRegistry.cxx Various optimizations to reduce performance overhead of rendering 2017-02-21 02:20:06 +01:00
typeRegistry.h Various optimizations to reduce performance overhead of rendering 2017-02-21 02:20:06 +01:00
typeRegistryNode.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
typeRegistryNode.cxx general: make DO_MEMORY_USAGE setting not change ABI compatibility 2017-07-10 19:50:09 +02:00
typeRegistryNode.h general: make DO_MEMORY_USAGE setting not change ABI compatibility 2017-07-10 19:50:09 +02:00
typedObject.I Make better use of C++ rules for implicit generation; allow PointerTo and some mutex impls to be static initialised 2017-01-12 12:34:15 +01:00
typedObject.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
typedObject.h Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
verdate.cpp add versioning for win32 2000-12-27 21:19:57 +00:00
version.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
version.rc fix ProductVersion string 2001-01-11 19:58:52 +00:00