open_toontown_panda3d/dtool/src/prc
rdb aaabb6a652 Fix assorted issues uncovered by clang-tidy 2023-02-12 13:55:59 +01:00
..
androidLogStream.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
androidLogStream.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
bigEndian.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
configDeclaration.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configDeclaration.cxx prc: fix some race conditions querying bool and searchpath vars 2018-09-23 13:44:38 +02:00
configDeclaration.h prc: fix some race conditions querying bool and searchpath vars 2018-09-23 13:44:38 +02:00
configFlags.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
configFlags.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
configFlags.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configPage.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configPage.cxx general: Distinguish local/system includes 2018-11-10 18:00:10 -07:00
configPage.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configPageManager.I general: Assorted API reference fixes 2020-09-09 18:03:49 +02:00
configPageManager.cxx prc: clear error flag if loading deploy-ng blobinfo fails 2019-01-19 23:12:46 +01:00
configPageManager.h prc: Add properties to ConfigPageManager 2021-02-05 23:51:25 +01:00
configVariable.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariable.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
configVariable.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableBase.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableBase.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
configVariableBase.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableBool.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableBool.cxx prc: fix recursive use of non-recursive mutex 2019-02-06 22:10:39 +01:00
configVariableBool.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableCore.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableCore.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
configVariableCore.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableDouble.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableDouble.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
configVariableDouble.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableEnum.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableEnum.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
configVariableEnum.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableFilename.I prc: Add `ConfigVariableFilename.__fspath__()` 2022-12-06 12:52:44 +01:00
configVariableFilename.cxx prc: fix some race conditions querying bool and searchpath vars 2018-09-23 13:44:38 +02:00
configVariableFilename.h prc: Add `ConfigVariableFilename.__fspath__()` 2022-12-06 12:52:44 +01:00
configVariableInt.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableInt.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
configVariableInt.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableInt64.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableInt64.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
configVariableInt64.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableList.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableList.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
configVariableList.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableManager.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableManager.cxx general: Assorted API reference fixes 2020-09-09 18:03:49 +02:00
configVariableManager.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableSearchPath.I Fix crash loading from search path 2018-09-27 22:16:56 +02:00
configVariableSearchPath.cxx prc: fix some race conditions querying bool and searchpath vars 2018-09-23 13:44:38 +02:00
configVariableSearchPath.h Fix crash loading from search path 2018-09-27 22:16:56 +02:00
configVariableString.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
configVariableString.cxx general: switch to C++11 Lockable semantics for mutexes 2018-05-23 20:37:56 +02:00
configVariableString.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
config_prc.cxx general: Don't require BUILDING_* for static builds 2018-08-31 23:54:32 -06:00
config_prc.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
encryptStream.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
encryptStream.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
encryptStream.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
encryptStreamBuf.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
encryptStreamBuf.cxx Fix assorted issues uncovered by clang-tidy 2023-02-12 13:55:59 +01:00
encryptStreamBuf.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
littleEndian.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
nativeNumericData.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
nativeNumericData.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
nativeNumericData.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
notify.cxx notify: fix macOS build, don't include <atomic> if we don't have it 2019-08-13 13:48:17 +02:00
notifyCategory.I general: Allow compiling Panda headers on Windows without NOMINMAX 2022-05-10 15:58:33 +02:00
notifyCategory.cxx notify: support setting notify-output after static init time 2019-08-03 10:36:00 +02:00
notifyCategory.h notify: work around GCC 4.7 compilation issue with constexpr 2019-09-16 03:27:22 +02:00
notifyCategoryProxy.I notify: fix ABI incompatibility with NDEBUG on Windows 2019-09-15 20:24:58 +02:00
notifyCategoryProxy.h notify: fix ABI incompatibility with NDEBUG on Windows 2019-09-15 20:24:58 +02:00
notifySeverity.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
notifySeverity.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
notify_ext.cxx notify: Fix crash when using set_ostream_ptr from Python 2022-12-09 17:34:27 +01:00
notify_ext.h notify: Fix crash when using set_ostream_ptr from Python 2022-12-09 17:34:27 +01:00
p3prc_composite1.cxx Android support, part 1 2013-01-24 17:54:56 +00:00
p3prc_composite2.cxx Android support, part 1 2013-01-24 17:54:56 +00:00
p3prc_ext_composite.cxx notify: Fix crash when using set_ostream_ptr from Python 2022-12-09 17:34:27 +01:00
pnotify.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pnotify.h notify: Fix crash when using set_ostream_ptr from Python 2022-12-09 17:34:27 +01:00
prcKeyRegistry.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
prcKeyRegistry.cxx general: Distinguish local/system includes 2018-11-10 18:00:10 -07:00
prcKeyRegistry.h First step towards eliminating `using namespace std;` (#335) 2018-06-03 20:32:23 +02:00
reversedNumericData.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
reversedNumericData.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
reversedNumericData.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
streamReader.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
streamReader.cxx prc: fix possible stack overflow in StreamReader 2019-10-08 19:44:23 +02:00
streamReader.h prc: StreamReader should hold GIL for PyBytes_FromStringAndSize 2020-09-12 22:53:37 +02:00
streamReader_ext.cxx prc: StreamReader should hold GIL for PyBytes_FromStringAndSize 2020-09-12 22:53:37 +02:00
streamReader_ext.h prc: StreamReader should hold GIL for PyBytes_FromStringAndSize 2020-09-12 22:53:37 +02:00
streamWrapper.I Fix crash when unmounting/closing multifile while streams are open 2018-11-27 21:19:38 +01:00
streamWrapper.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
streamWrapper.h prc: Fix istream/ostream/iostream properties of StreamWrapper 2021-02-15 11:13:33 +01:00
streamWriter.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
streamWriter.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
streamWriter.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
streamWriter_ext.cxx Split out interrogate jobs for dtool directories from express 2017-05-24 13:44:52 +02:00
streamWriter_ext.h Split out interrogate jobs for dtool directories from express 2017-05-24 13:44:52 +02:00