open_toontown_panda3d/dtool/src/prc
Sam Edwards e2b4353800 general: Replace NULL (and 0 as pointer) with C++11 nullptr
Exceptions to this replacement are:
- .c files
- Headers included by a .c file
- stb_image.h
- dr_flac.h
- Strings
- Comments
2018-06-03 16:35:13 -06:00
..
androidLogStream.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
androidLogStream.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
bigEndian.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
configDeclaration.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
configDeclaration.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
configDeclaration.h First step towards eliminating `using namespace std;` (#335) 2018-06-03 20:32:23 +02:00
configFlags.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
configFlags.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
configFlags.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
configPage.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
configPage.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configPage.h First step towards eliminating `using namespace std;` (#335) 2018-06-03 20:32:23 +02:00
configPageManager.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configPageManager.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configPageManager.h First step towards eliminating `using namespace std;` (#335) 2018-06-03 20:32:23 +02:00
configVariable.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariable.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
configVariable.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
configVariableBase.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableBase.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableBase.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
configVariableBool.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableBool.cxx Big patch full of performance improvements 2017-04-03 01:41:23 +02:00
configVariableBool.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
configVariableCore.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableCore.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableCore.h First step towards eliminating `using namespace std;` (#335) 2018-06-03 20:32:23 +02:00
configVariableDouble.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableDouble.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
configVariableDouble.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
configVariableEnum.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableEnum.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
configVariableEnum.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
configVariableFilename.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableFilename.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableFilename.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
configVariableInt.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableInt.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
configVariableInt.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
configVariableInt64.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06: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 prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
configVariableList.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableList.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
configVariableList.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
configVariableManager.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableManager.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableManager.h First step towards eliminating `using namespace std;` (#335) 2018-06-03 20:32:23 +02:00
configVariableSearchPath.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableSearchPath.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableSearchPath.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
configVariableString.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
configVariableString.cxx general: switch to C++11 Lockable semantics for mutexes 2018-05-23 20:37:56 +02:00
configVariableString.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
config_prc.cxx general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
config_prc.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
encryptStream.I Interrogate improvements, more properties, MAKE_SEQ_PROPERTY 2016-05-11 00:16:53 +02:00
encryptStream.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
encryptStream.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06:00
encryptStreamBuf.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
encryptStreamBuf.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
encryptStreamBuf.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06: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 general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
notifyCategory.I general: remove macros for compatibility with non-C++11 compilers 2018-05-23 23:33:05 +02:00
notifyCategory.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
notifyCategory.h First step towards eliminating `using namespace std;` (#335) 2018-06-03 20:32:23 +02:00
notifyCategoryProxy.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
notifyCategoryProxy.h general: remove macros for compatibility with non-C++11 compilers 2018-05-23 23:33:05 +02:00
notifySeverity.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
notifySeverity.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06: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 Split out interrogate jobs for dtool directories from express 2017-05-24 13:44:52 +02:00
pnotify.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
pnotify.h First step towards eliminating `using namespace std;` (#335) 2018-06-03 20:32:23 +02:00
prcKeyRegistry.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
prcKeyRegistry.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06: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 Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 2016-05-11 00:27:58 +02:00
streamReader.cxx Use vector_uchar instead of string for binary network/file data 2018-04-02 23:17:14 +02:00
streamReader.h Use vector_uchar instead of string for binary network/file data 2018-04-02 23:17:14 +02:00
streamReader_ext.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
streamReader_ext.h Split out interrogate jobs for dtool directories from express 2017-05-24 13:44:52 +02:00
streamWrapper.I general: switch to C++11 Lockable semantics for mutexes 2018-05-23 20:37:56 +02:00
streamWrapper.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
streamWrapper.h general: remove macros for compatibility with non-C++11 compilers 2018-05-23 23:33:05 +02:00
streamWriter.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
streamWriter.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
streamWriter.h prc: Change export macros to EXP*_DTOOL_PRC 2018-03-25 13:17:52 -06: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