open_toontown_panda3d/panda/src/express
rdb 73360393df Switch use of Py_INCREF to new Py_NewRef function
This is more idiomatic, simplifies the code, makes it easier to port to eg. HPy later on, and makes it easier to use the limited ABI (where it can be optimized to a tail call) later on

A polyfill is provided for compatibility with Python versions 3.8 and 3.9
2024-01-29 17:57:53 +01:00
..
CMakeLists.txt express: Add support for bytes multifile encryption passwords (#1334) 2022-07-20 22:50:06 +02:00
buffer.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
buffer.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
buffer.h general: Remove vestigial typedef.h file 2021-12-12 18:37:49 +01:00
ca-bundle.crt Update ca-bundle.crt 2015-03-24 22:31:20 +01:00
ca_bundle_data_src.c Update ca-bundle.crt 2015-03-24 22:31:20 +01:00
checksumHashGenerator.I Fix macro redefinition warning 2018-06-14 09:33:19 +09:00
checksumHashGenerator.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
checksumHashGenerator.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
circBuffer.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
circBuffer.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
compress_string.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
compress_string.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
config_express.N express: Remove stray reference to DConfig 2018-12-29 02:29:56 -07:00
config_express.cxx express: Fix VirtualFileMountZip not having init_type() called 2020-11-22 15:22:47 +01:00
config_express.h panda: Correct header guard names (#1525) 2023-08-05 14:50:28 +02:00
copy_stream.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
copy_stream.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
datagram.I express: add Datagram add_blob and add_blob32, et al. 2018-08-19 16:01:39 +02:00
datagram.cxx express: Fix a comment in datagram.cxx 2022-12-10 19:06:39 +01:00
datagram.h create PY_EXTENSION and friends (#1415) 2023-01-04 20:54:53 +01:00
datagramGenerator.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
datagramGenerator.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
datagramGenerator.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
datagramIterator.I express: Add peek_int16 and peek_uint16 to DatagramIterator 2022-10-04 15:46:53 +02:00
datagramIterator.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
datagramIterator.h express: Add peek_int16 and peek_uint16 to DatagramIterator 2022-10-04 15:46:53 +02:00
datagramSink.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
datagramSink.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
datagramSink.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
datagram_ext.I Switch use of Py_INCREF to new Py_NewRef function 2024-01-29 17:57:53 +01:00
datagram_ext.h putil: add pickling support to Datagram class 2020-04-01 18:25:43 +02:00
dcast.T Change some .T files to new docstring style that were missed 2018-06-01 20:44:30 +02:00
dcast.cxx Fix a variety of ABI compatibility issues 2019-09-16 03:33:09 +02:00
dcast.h Fix a variety of ABI compatibility issues 2019-09-16 03:33:09 +02:00
encrypt_string.cxx express: better fix for encrypt_string Python 3 issues 2019-07-10 13:46:42 +02:00
encrypt_string.h express: better fix for encrypt_string Python 3 issues 2019-07-10 13:46:42 +02:00
error_utils.cxx general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
error_utils.h general: Remove vestigial typedef.h file 2021-12-12 18:37:49 +01:00
export_dtool.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
fileReference.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
fileReference.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
fileReference.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
hashGeneratorBase.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
hashGeneratorBase.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
hashGeneratorBase.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
hashVal.I express: Do not rely on OpenSSL for MD5 hash support 2023-02-22 16:47:14 +01:00
hashVal.cxx express: Do not rely on OpenSSL for MD5 hash support 2023-02-22 16:47:14 +01:00
hashVal.h express: Do not rely on OpenSSL for MD5 hash support 2023-02-22 16:47:14 +01:00
indirectLess.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
indirectLess.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
make_ca_bundle.cxx More fixes to work around broken libc++ eof() in Mac OS X 10.7 2019-01-10 21:53:02 +01:00
memoryInfo.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
memoryInfo.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
memoryInfo.h general: make DO_MEMORY_USAGE setting not change ABI compatibility 2017-07-10 19:50:09 +02:00
memoryUsage.I dtoolbase: Use `patomic<size_t>` for memory usage counters 2022-12-03 22:42:03 +01:00
memoryUsage.cxx dtoolbase: Make MemoryHook constant-initialized 2022-10-24 13:26:03 +02:00
memoryUsage.h general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
memoryUsagePointerCounts.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
memoryUsagePointerCounts.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
memoryUsagePointerCounts.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
memoryUsagePointers.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
memoryUsagePointers.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
memoryUsagePointers.h create PY_EXTENSION and friends (#1415) 2023-01-04 20:54:53 +01:00
memoryUsagePointers_ext.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
memoryUsagePointers_ext.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
multifile.I Assorted docstring fixes 2024-01-08 19:53:46 +01:00
multifile.cxx Merge branch 'release/1.10.x' into master 2023-02-12 14:07:49 +01:00
multifile.h create PY_EXTENSION and friends (#1415) 2023-01-04 20:54:53 +01:00
multifile_ext.I express: Add support for bytes multifile encryption passwords (#1334) 2022-07-20 22:50:06 +02:00
multifile_ext.h express: Add support for bytes multifile encryption passwords (#1334) 2022-07-20 22:50:06 +02:00
namable.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
namable.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
namable.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
nodePointerTo.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
nodePointerTo.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
nodePointerTo.h general: Do away with TYPENAME macro 2018-06-03 16:36:34 -06:00
nodePointerToBase.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
nodePointerToBase.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
nodePointerToBase.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
nodeReferenceCount.I Don't use RTTI features when building with `-fno-rtti` 2023-05-25 14:11:51 +02:00
nodeReferenceCount.cxx general: Clean up asserts which were abusing NULL 2018-06-03 16:26:44 -06:00
nodeReferenceCount.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
openSSLWrapper.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
openSSLWrapper.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
openSSLWrapper.h general: Distinguish local/system includes 2018-11-10 18:00:10 -07:00
ordered_vector.I dtoolutil: Add small_vector implementation and use it 2023-02-22 16:48:11 +01:00
ordered_vector.T general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
ordered_vector.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
ordered_vector.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
p3express_composite1.cxx Remove unused ProfileTimer class 2019-03-10 19:20:43 +01:00
p3express_composite2.cxx express: Add ZipArchive class, support mounting zips to VFS 2020-10-01 23:58:27 +02:00
p3express_ext_composite.cxx express: Add support for bytes multifile encryption passwords (#1334) 2022-07-20 22:50:06 +02:00
pStatCollectorForwardBase.cxx general: Fix a variety of ABI incompatibility issues with opt4 builds 2019-10-08 19:44:29 +02:00
pStatCollectorForwardBase.h general: Fix a variety of ABI incompatibility issues with opt4 builds 2019-10-08 19:44:29 +02:00
password_hash.cxx general: Distinguish local/system includes 2018-11-10 18:00:10 -07:00
password_hash.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
patchfile.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
patchfile.cxx express: Do not rely on OpenSSL for MD5 hash support 2023-02-22 16:47:14 +01:00
patchfile.h express: Do not rely on OpenSSL for MD5 hash support 2023-02-22 16:47:14 +01:00
pointerTo.I express: support casting between compatible PointerTo types 2018-07-08 21:33:49 +02:00
pointerTo.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
pointerTo.h Define stable ordering for WeakPointerTo for use as map/set key 2018-07-30 17:27:09 +02:00
pointerToArray.I Merge branch 'release/1.10.x' 2022-05-10 16:12:36 +02:00
pointerToArray.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
pointerToArray.h create PY_EXTENSION and friends (#1415) 2023-01-04 20:54:53 +01:00
pointerToArrayBase.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pointerToArrayBase.cxx general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
pointerToArrayBase.h express: Fix PointerToArray comparison operator 2021-01-01 17:54:09 +01:00
pointerToArray_ext.I Switch use of Py_INCREF to new Py_NewRef function 2024-01-29 17:57:53 +01:00
pointerToArray_ext.h add more HAVE_PYTHON 2022-12-23 13:38:46 -05:00
pointerToBase.I express: support casting between compatible PointerTo types 2018-07-08 21:33:49 +02:00
pointerToBase.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
pointerToBase.h general: Remove vestigial typedef.h file 2021-12-12 18:37:49 +01:00
pointerToVoid.I express: add full range of WeakPointerTo ctors and assign ops 2018-07-30 17:26:02 +02:00
pointerToVoid.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
pointerToVoid.h express: add full range of WeakPointerTo ctors and assign ops 2018-07-30 17:26:02 +02:00
pta_double.cxx general: Remove '#pragma interface'/'#pragma implementation' 2018-03-20 14:36:19 -04:00
pta_double.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
pta_float.cxx general: Remove '#pragma interface'/'#pragma implementation' 2018-03-20 14:36:19 -04:00
pta_float.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
pta_int.cxx general: Remove '#pragma interface'/'#pragma implementation' 2018-03-20 14:36:19 -04:00
pta_int.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
pta_stdfloat.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
pta_uchar.cxx general: Remove use of proprietary unsigned integer typedefs 2021-12-08 14:51:52 +01:00
pta_uchar.h general: Remove use of proprietary unsigned integer typedefs 2021-12-08 14:51:52 +01:00
ramfile.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
ramfile.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
ramfile.h create PY_EXTENSION and friends (#1415) 2023-01-04 20:54:53 +01:00
ramfile_ext.cxx Add pickle support to a variety of classes 2021-12-12 18:35:44 +01:00
ramfile_ext.h Add pickle support to a variety of classes 2021-12-12 18:35:44 +01:00
referenceCount.I Merge branch 'release/1.10.x' 2023-06-13 13:45:51 +02:00
referenceCount.cxx dtoolbase: Introduce patomic<> as replacement for AtomicAdjust 2022-01-30 01:53:36 +01:00
referenceCount.h dtoolbase: Introduce patomic<> as replacement for AtomicAdjust 2022-01-30 01:53:36 +01:00
stringStream.I Move StringStream from downloader to express 2019-07-10 13:44:33 +02:00
stringStream.cxx Move StringStream from downloader to express 2019-07-10 13:44:33 +02:00
stringStream.h create PY_EXTENSION and friends (#1415) 2023-01-04 20:54:53 +01:00
stringStreamBuf.I Move StringStream from downloader to express 2019-07-10 13:44:33 +02:00
stringStreamBuf.cxx Move StringStream from downloader to express 2019-07-10 13:44:33 +02:00
stringStreamBuf.h Move StringStream from downloader to express 2019-07-10 13:44:33 +02:00
stringStream_ext.cxx cleanup: Remove support for EOL versions of Python 2020-04-26 20:07:56 +02:00
stringStream_ext.h Move StringStream from downloader to express 2019-07-10 13:44:33 +02:00
subStream.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
subStream.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
subStream.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
subStreamBuf.cxx Fix crash when unmounting/closing multifile while streams are open 2018-11-27 21:19:38 +01:00
subStreamBuf.h Fix crash when unmounting/closing multifile while streams are open 2018-11-27 21:19:38 +01:00
subfileInfo.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
subfileInfo.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
subfileInfo.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
temporaryFile.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
temporaryFile.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
temporaryFile.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
test_ordered_vector.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
test_types.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
test_zstream.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
trueClock.I general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
trueClock.cxx Squash merge webgl-port branch into master 2024-01-25 15:37:38 +01:00
trueClock.h general: Remove vestigial typedef.h file 2021-12-12 18:37:49 +01:00
typedReferenceCount.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
typedReferenceCount.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
typedReferenceCount.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
virtualFile.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
virtualFile.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
virtualFile.h Squash merge webgl-port branch into master 2024-01-25 15:37:38 +01:00
virtualFileComposite.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
virtualFileComposite.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
virtualFileComposite.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
virtualFileList.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
virtualFileList.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
virtualFileList.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
virtualFileMount.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
virtualFileMount.cxx general: don't cast to regular pointer when returning a PointerTo 2018-07-08 21:40:58 +02:00
virtualFileMount.h general: pvector<unsigned char> -> vector_uchar 2018-06-10 02:25:10 -06:00
virtualFileMountAndroidAsset.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
virtualFileMountAndroidAsset.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
virtualFileMountAndroidAsset.h general: pvector<unsigned char> -> vector_uchar 2018-06-10 02:25:10 -06:00
virtualFileMountMultifile.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
virtualFileMountMultifile.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
virtualFileMountMultifile.h general: pvector<unsigned char> -> vector_uchar 2018-06-10 02:25:10 -06:00
virtualFileMountRamdisk.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
virtualFileMountRamdisk.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
virtualFileMountRamdisk.h general: Update EXPCL declarations to be MinGW-friendly (#792) 2019-11-27 11:25:24 -07:00
virtualFileMountSystem.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
virtualFileMountSystem.cxx general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
virtualFileMountSystem.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
virtualFileMountZip.I express: Add ZipArchive class, support mounting zips to VFS 2020-10-01 23:58:27 +02:00
virtualFileMountZip.cxx express: Add ZipArchive class, support mounting zips to VFS 2020-10-01 23:58:27 +02:00
virtualFileMountZip.h express: Add ZipArchive class, support mounting zips to VFS 2020-10-01 23:58:27 +02:00
virtualFileSimple.I general: fix various compiler warnings and issues exposed thereby 2018-05-30 11:09:35 +02:00
virtualFileSimple.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
virtualFileSimple.h general: pvector<unsigned char> -> vector_uchar 2018-06-10 02:25:10 -06:00
virtualFileSystem.I Make API documentation for Filename and VirtualFileSystem clearer 2023-05-08 11:19:03 +02:00
virtualFileSystem.cxx Squash merge webgl-port branch into master 2024-01-25 15:37:38 +01:00
virtualFileSystem.h create PY_EXTENSION and friends (#1415) 2023-01-04 20:54:53 +01:00
virtualFileSystem_ext.cxx cleanup: Remove support for EOL versions of Python 2020-04-26 20:07:56 +02:00
virtualFileSystem_ext.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
virtualFile_ext.cxx cleanup: Remove support for EOL versions of Python 2020-04-26 20:07:56 +02:00
virtualFile_ext.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
weakPointerCallback.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
weakPointerCallback.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
weakPointerCallback.h general: Break apart BUILDING_PANDAEXPRESS 2018-06-10 01:37:31 -06:00
weakPointerTo.I general: improvements to doxygen API reference: 2019-01-23 22:24:02 +01:00
weakPointerTo.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
weakPointerTo.h Define stable ordering for WeakPointerTo for use as map/set key 2018-07-30 17:27:09 +02:00
weakPointerToBase.I express: Fix compilation error with GCC 2022-03-09 16:23:37 +01:00
weakPointerToBase.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
weakPointerToBase.h express: fix a few compile errors with certain WeakPointerTo uses 2018-07-31 14:02:58 +02:00
weakPointerToVoid.I express: refactor WeakPointerTo::lock() a little bit 2018-07-30 22:24:55 +02:00
weakPointerToVoid.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
weakPointerToVoid.h express: add full range of WeakPointerTo ctors and assign ops 2018-07-30 17:26:02 +02:00
weakReferenceList.I dtoolbase: Introduce patomic<> as replacement for AtomicAdjust 2022-01-30 01:53:36 +01:00
weakReferenceList.cxx dtoolbase: Introduce patomic<> as replacement for AtomicAdjust 2022-01-30 01:53:36 +01:00
weakReferenceList.h dtoolbase: Introduce patomic<> as replacement for AtomicAdjust 2022-01-30 01:53:36 +01:00
windowsRegistry.cxx general: Changed macros and definitions for the engine to compile with MinGW (#793) 2019-12-02 09:21:01 -07:00
windowsRegistry.h general: Changed macros and definitions for the engine to compile with MinGW (#793) 2019-12-02 09:21:01 -07:00
zStream.I express: Add ZipArchive class, support mounting zips to VFS 2020-10-01 23:58:27 +02:00
zStream.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
zStream.h express: Add ZipArchive class, support mounting zips to VFS 2020-10-01 23:58:27 +02:00
zStreamBuf.cxx Merge branch 'release/1.10.x' into master 2023-02-12 14:07:49 +01:00
zStreamBuf.h express: Add ZipArchive class, support mounting zips to VFS 2020-10-01 23:58:27 +02:00
zipArchive.I express: Add ZipArchive class, support mounting zips to VFS 2020-10-01 23:58:27 +02:00
zipArchive.cxx express: Fix vestigial reference to WIN32_VC macro 2022-05-10 16:21:40 +02:00
zipArchive.h express: Add support for adding JAR-style signatures to .zip files 2021-12-08 14:48:14 +01:00