| .. |
|
Sources.pp
|
Split off epvector.h into its own file in an attempt to cut down compilation time
|
2014-09-14 22:04:36 +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
|
Disable i386 atomics impl on Mac OS X until we find out why it won't compile
|
2015-03-31 13:54:38 +02: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 |
|
atomicAdjustGccImpl.I
|
GCC atomics also work in clang 3.0+
|
2014-10-21 20:49:58 +00:00 |
|
atomicAdjustGccImpl.h
|
GCC atomics also work in clang 3.0+
|
2014-10-21 20:49:58 +00:00 |
|
atomicAdjustI386Impl.I
|
guarantee word alignment for AtomicAdjust stuff
|
2011-11-17 23:31:31 +00:00 |
|
atomicAdjustI386Impl.cxx
|
Disable i386 atomics impl on Mac OS X until we find out why it won't compile
|
2015-03-31 13:54:38 +02:00 |
|
atomicAdjustI386Impl.h
|
Disable i386 atomics impl on Mac OS X until we find out why it won't compile
|
2015-03-31 13:54:38 +02: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
|
Fix assortment of compilation issues and annoyances
|
2015-02-08 23:25:11 +01:00 |
|
cmath.I
|
We use /fp:fast on Windows, let's be consistent and use -ffast-math on other platforms in release builds
|
2015-02-09 20:39:16 +01:00 |
|
cmath.h
|
We use /fp:fast on Windows, let's be consistent and use -ffast-math on other platforms in release builds
|
2015-02-09 20:39:16 +01:00 |
|
deletedBufferChain.I
|
Remove unnecessary field
|
2015-01-19 00:08:39 +01:00 |
|
deletedBufferChain.cxx
|
Remove unnecessary field
|
2015-01-19 00:08:39 +01:00 |
|
deletedBufferChain.h
|
Remove unnecessary field
|
2015-01-19 00:08:39 +01:00 |
|
deletedChain.T
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
|
deletedChain.h
|
Bunch of minor compile fixes and changes
|
2014-11-26 13:33:10 +00:00 |
|
dllbase.txt
|
*** empty log message ***
|
2004-04-30 21:37:50 +00:00 |
|
dlmalloc.h
|
Fix assortment of compilation issues and annoyances
|
2015-02-08 23:25:11 +01:00 |
|
dlmalloc_src.cxx
|
Fix assortment of compilation issues and annoyances
|
2015-02-08 23:25:11 +01: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
|
Attempt to work around glibc bug when using clang with -ffast-math
|
2015-02-09 22:15:41 +01:00 |
|
dtoolbase_cc.h
|
Fix compile error on clang when C++11 support is disabled
|
2015-02-07 18:15:56 +01: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 |
|
epvector.h
|
Split off epvector.h into its own file in an attempt to cut down compilation time
|
2014-09-14 22:04:36 +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
|
Bunch of minor compile fixes and changes
|
2014-11-26 13:33:10 +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 assortment of compilation issues and annoyances
|
2015-02-08 23:25:11 +01: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
|
Fix assortment of compilation issues and annoyances
|
2015-02-08 23:25:11 +01:00 |
|
nearly_zero.h
|
Fix issue with Eigen when matrix determinant is nearly 0
|
2014-12-10 16:32:04 +01: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
|
GNU needs #include <limits> for numeric_limits
|
2014-08-21 16:54:44 +00:00 |
|
pstrtod.h
|
pstrtod
|
2009-06-14 16:10:09 +00:00 |
|
ptmalloc2_smp_src.cxx
|
Fix assortment of compilation issues and annoyances
|
2015-02-08 23:25:11 +01:00 |
|
pvector.h
|
Split off epvector.h into its own file in an attempt to cut down compilation time
|
2014-09-14 22:04:36 +00:00 |
|
register_type.I
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
|
register_type.cxx
|
Add wstring type handle. Also add some useful MAKE_SEQs.
|
2014-06-26 20:06:04 +00:00 |
|
register_type.h
|
Add wstring type handle. Also add some useful MAKE_SEQs.
|
2014-06-26 20:06:04 +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
|
Many, many performance optimizations and enhancements
|
2015-01-07 19:30:01 +01:00 |
|
stl_compares.h
|
Many, many performance optimizations and enhancements
|
2015-01-07 19:30:01 +01:00 |
|
test_strtod.cxx
|
pstrtod
|
2009-06-14 16:10:09 +00:00 |
|
typeHandle.I
|
The "null" ButtonHandle and TypeHandle now evaluate to false
|
2014-07-29 11:15:12 +00:00 |
|
typeHandle.cxx
|
Huge cppparser and interrogate overhaul, bringing:
|
2014-12-30 16:43:52 +01:00 |
|
typeHandle.h
|
Merge branch 'master' into interrogate-overhaul
|
2015-01-07 19:34:15 +01:00 |
|
typeRegistry.I
|
Many, many performance optimizations and enhancements
|
2015-01-07 19:30:01 +01:00 |
|
typeRegistry.cxx
|
Many, many performance optimizations and enhancements
|
2015-01-07 19:30:01 +01:00 |
|
typeRegistry.h
|
Many, many performance optimizations and enhancements
|
2015-01-07 19:30:01 +01:00 |
|
typeRegistryNode.I
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
|
typeRegistryNode.cxx
|
Many, many performance optimizations and enhancements
|
2015-01-07 19:30:01 +01: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
|
Bunch of minor compile fixes and changes
|
2014-11-26 13:33:10 +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 |