2
0
rdb 36c3d3e622 Merge branch 'release/1.10.x' 5 жил өмнө
..
CMakeLists.txt cdc16291dd CMake: `SKIP_COMPOSITING` -> `SKIP_UNITY_BUILD_INCLUSION` 6 жил өмнө
addHash.I 18874fa151 Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 9 жил өмнө
addHash.cxx 18874fa151 Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 9 жил өмнө
addHash.h 9852ada792 dtoolbase: Change export macros to EXP*_DTOOL_DTOOLBASE 7 жил өмнө
atomicAdjust.h 21f5e77467 dtoolbase: prefer GCC AtomicAdjust implementation over i386 asm one 7 жил өмнө
atomicAdjustDummyImpl.I 0bb81a43c9 express: make a thread safe weak pointer implementation (#321) 7 жил өмнө
atomicAdjustDummyImpl.cxx 0fcfb8e372 New file headers, new comment style 10 жил өмнө
atomicAdjustDummyImpl.h 0bb81a43c9 express: make a thread safe weak pointer implementation (#321) 7 жил өмнө
atomicAdjustGccImpl.I 0bb81a43c9 express: make a thread safe weak pointer implementation (#321) 7 жил өмнө
atomicAdjustGccImpl.h 0bb81a43c9 express: make a thread safe weak pointer implementation (#321) 7 жил өмнө
atomicAdjustI386Impl.I 0bb81a43c9 express: make a thread safe weak pointer implementation (#321) 7 жил өмнө
atomicAdjustI386Impl.cxx 0fcfb8e372 New file headers, new comment style 10 жил өмнө
atomicAdjustI386Impl.h 403e56817a dtoolbase: fix x86 compilation error on Android 7 жил өмнө
atomicAdjustPosixImpl.I 0bb81a43c9 express: make a thread safe weak pointer implementation (#321) 7 жил өмнө
atomicAdjustPosixImpl.cxx 0fcfb8e372 New file headers, new comment style 10 жил өмнө
atomicAdjustPosixImpl.h 0bb81a43c9 express: make a thread safe weak pointer implementation (#321) 7 жил өмнө
atomicAdjustWin32Impl.I 0bb81a43c9 express: make a thread safe weak pointer implementation (#321) 7 жил өмнө
atomicAdjustWin32Impl.cxx 5f7809469c general: removed all WIN32, WIN32_VC and friends 6 жил өмнө
atomicAdjustWin32Impl.h 5f7809469c general: removed all WIN32, WIN32_VC and friends 6 жил өмнө
checkPandaVersion.cxx.in b08ab6324e CMake: Move panda version logic to dtoolbase 7 жил өмнө
checkPandaVersion.h.in a504a910b0 CMake: Rename `check` function in checkPandaVersion.h 7 жил өмнө
cmath.I 0fcfb8e372 New file headers, new comment style 10 жил өмнө
cmath.h 0fcfb8e372 New file headers, new comment style 10 жил өмнө
deletedBufferChain.I e2b4353800 general: Replace NULL (and 0 as pointer) with C++11 nullptr 7 жил өмнө
deletedBufferChain.cxx b2bfb31114 general: Remove `using std::*` from headers 7 жил өмнө
deletedBufferChain.h 9852ada792 dtoolbase: Change export macros to EXP*_DTOOL_DTOOLBASE 7 жил өмнө
deletedChain.T 2acde88695 New alignment code to hopefully fix the alignment issues 9 жил өмнө
deletedChain.h 9159fc1029 operator delete should check for null pointer before deallocating 5 жил өмнө
dlmalloc_src.cxx 4ed199cece Fix various compile warnings and a few code consistency issues 9 жил өмнө
dtool_platform.h b1fc88027a dtoolbase: add missing DTOOL_PLATFORM for linux_aarch64 7 жил өмнө
dtoolbase.cxx 5f7809469c general: removed all WIN32, WIN32_VC and friends 6 жил өмнө
dtoolbase.h 5f7809469c general: removed all WIN32, WIN32_VC and friends 6 жил өмнө
dtoolbase_cc.h 5f7809469c general: removed all WIN32, WIN32_VC and friends 6 жил өмнө
dtoolsymbols.h 1ec7c5d20e Delete pystub, it is no longer needed or used for anything. 6 жил өмнө
epvector.h 7c6e677a23 dtoolbase: add std::initializer_list constructors for pvector, epvector, pdeque, plist, pset, pmultiset 7 жил өмнө
fakestringstream.h 7790f8429d general: Fully qualify header references into the std namespace 7 жил өмнө
indent.I 7790f8429d general: Fully qualify header references into the std namespace 7 жил өмнө
indent.cxx b2bfb31114 general: Remove `using std::*` from headers 7 жил өмнө
indent.h 7790f8429d general: Fully qualify header references into the std namespace 7 жил өмнө
lookup3.c 18874fa151 Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 9 жил өмнө
lookup3.h 9852ada792 dtoolbase: Change export macros to EXP*_DTOOL_DTOOLBASE 7 жил өмнө
memoryBase.cxx 0fcfb8e372 New file headers, new comment style 10 жил өмнө
memoryBase.h 9159fc1029 operator delete should check for null pointer before deallocating 5 жил өмнө
memoryHook.I 5e0ce969fe Work around clang 3.1 compile error with static constexpr 7 жил өмнө
memoryHook.cxx 5f7809469c general: removed all WIN32, WIN32_VC and friends 6 жил өмнө
memoryHook.h e0245d2777 First step towards eliminating `using namespace std;` (#335) 7 жил өмнө
mutexDummyImpl.I f45ddcab2f general: switch to C++11 Lockable semantics for mutexes 7 жил өмнө
mutexDummyImpl.cxx 0fcfb8e372 New file headers, new comment style 10 жил өмнө
mutexDummyImpl.h 9fad3dba60 general: remove macros for compatibility with non-C++11 compilers 7 жил өмнө
mutexImpl.h 5f7809469c general: removed all WIN32, WIN32_VC and friends 6 жил өмнө
mutexPosixImpl.I 0b87673747 dtoolbase: fix compilation error with musl 5 жил өмнө
mutexPosixImpl.cxx 0fcfb8e372 New file headers, new comment style 10 жил өмнө
mutexPosixImpl.h 0b87673747 dtoolbase: fix compilation error with musl 5 жил өмнө
mutexSpinlockImpl.I 809f9b04f6 Fix problems with spinlock mutex/cvar implementation 7 жил өмнө
mutexSpinlockImpl.cxx 809f9b04f6 Fix problems with spinlock mutex/cvar implementation 7 жил өмнө
mutexSpinlockImpl.h 809f9b04f6 Fix problems with spinlock mutex/cvar implementation 7 жил өмнө
mutexWin32Impl.I 1bb4a032aa Drop support for Windows XP 6 жил өмнө
mutexWin32Impl.cxx 5f7809469c general: removed all WIN32, WIN32_VC and friends 6 жил өмнө
mutexWin32Impl.h 5f7809469c general: removed all WIN32, WIN32_VC and friends 6 жил өмнө
nearly_zero.h 9fad3dba60 general: remove macros for compatibility with non-C++11 compilers 7 жил өмнө
neverFreeMemory.I e2b4353800 general: Replace NULL (and 0 as pointer) with C++11 nullptr 7 жил өмнө
neverFreeMemory.cxx b2bfb31114 general: Remove `using std::*` from headers 7 жил өмнө
neverFreeMemory.h e0245d2777 First step towards eliminating `using namespace std;` (#335) 7 жил өмнө
numeric_types.h 18874fa151 Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 9 жил өмнө
p3dtoolbase_composite1.cxx dfe16c64f6 rename all Panda-built libraries to begin with libp3 or libpanda 14 жил өмнө
p3dtoolbase_composite2.cxx 88bb4102b2 dtoolbase: Rename pdtoa.c -> pdtoa.cxx. 10 жил өмнө
pallocator.T 7790f8429d general: Fully qualify header references into the std namespace 7 жил өмнө
pallocator.h b2bfb31114 general: Remove `using std::*` from headers 7 жил өмнө
pandaVersion.h.in 798066a05b dtool: remove outdated plugin-specific settings 5 жил өмнө
pdeque.h 7c6e677a23 dtoolbase: add std::initializer_list constructors for pvector, epvector, pdeque, plist, pset, pmultiset 7 жил өмнө
pdtoa.cxx e0245d2777 First step towards eliminating `using namespace std;` (#335) 7 жил өмнө
pdtoa.h 9852ada792 dtoolbase: Change export macros to EXP*_DTOOL_DTOOLBASE 7 жил өмнө
plist.h 7c6e677a23 dtoolbase: add std::initializer_list constructors for pvector, epvector, pdeque, plist, pset, pmultiset 7 жил өмнө
pmap.h b2bfb31114 general: Remove `using std::*` from headers 7 жил өмнө
pset.h 7c6e677a23 dtoolbase: add std::initializer_list constructors for pvector, epvector, pdeque, plist, pset, pmultiset 7 жил өмнө
pstrtod.cxx e2b4353800 general: Replace NULL (and 0 as pointer) with C++11 nullptr 7 жил өмнө
pstrtod.h 9852ada792 dtoolbase: Change export macros to EXP*_DTOOL_DTOOLBASE 7 жил өмнө
ptmalloc2_smp_src.cxx e2b4353800 general: Replace NULL (and 0 as pointer) with C++11 nullptr 7 жил өмнө
pvector.h 7c6e677a23 dtoolbase: add std::initializer_list constructors for pvector, epvector, pdeque, plist, pset, pmultiset 7 жил өмнө
register_type.I 343c808fc4 dtoolbase: fix repeated calls to TypeRegistry::ptr() in register_type 6 жил өмнө
register_type.cxx 0fcfb8e372 New file headers, new comment style 10 жил өмнө
register_type.h 7790f8429d general: Fully qualify header references into the std namespace 7 жил өмнө
select.tau 8a78fffd8f multithreading optimizations, tau profiler, related changes 20 жил өмнө
selectThreadImpl.h 5f7809469c general: removed all WIN32, WIN32_VC and friends 6 жил өмнө
stl_compares.I c9372c3699 Fix a few GCC compile warnings 7 жил өмнө
stl_compares.h 7790f8429d general: Fully qualify header references into the std namespace 7 жил өмнө
test_strtod.cxx b2bfb31114 general: Remove `using std::*` from headers 7 жил өмнө
typeHandle.I 7790f8429d general: Fully qualify header references into the std namespace 7 жил өмнө
typeHandle.N 904209b277 Split out interrogate jobs for dtool directories from express 8 жил өмнө
typeHandle.cxx 6e8cb98861 dtoolbase: fix compile errors with --no-python 7 жил өмнө
typeHandle.h 6e8cb98861 dtoolbase: fix compile errors with --no-python 7 жил өмнө
typeHandle_ext.cxx 49b72fb198 Move Python support code from libp3interrogatedb to generated module 7 жил өмнө
typeHandle_ext.h 904209b277 Split out interrogate jobs for dtool directories from express 8 жил өмнө
typeRegistry.I b466e77fe3 dtoolbase: make TypeRegistry lock statically initialized 7 жил өмнө
typeRegistry.cxx b466e77fe3 dtoolbase: make TypeRegistry lock statically initialized 7 жил өмнө
typeRegistry.h b466e77fe3 dtoolbase: make TypeRegistry lock statically initialized 7 жил өмнө
typeRegistryNode.I e6f870ece6 Remove Python type tables from interrogatedb 7 жил өмнө
typeRegistryNode.cxx e6f870ece6 Remove Python type tables from interrogatedb 7 жил өмнө
typeRegistryNode.h e6f870ece6 Remove Python type tables from interrogatedb 7 жил өмнө
typedObject.I e60d1e292e Make better use of C++ rules for implicit generation; allow PointerTo and some mutex impls to be static initialised 9 жил өмнө
typedObject.cxx b2bfb31114 general: Remove `using std::*` from headers 7 жил өмнө
typedObject.h 9fad3dba60 general: remove macros for compatibility with non-C++11 compilers 7 жил өмнө
verdate.cpp f7cd6ce874 add versioning for win32 25 жил өмнө
version.h 0fcfb8e372 New file headers, new comment style 10 жил өмнө
version.rc b9b3cd0435 fix ProductVersion string 25 жил өмнө