open_toontown_panda3d/dtool/src/dtoolutil
rdb cdc95acf81 Merge branch 'release/1.10.x' 2023-05-08 20:08:48 +02:00
..
CMakeLists.txt dtoolutil: Add small_vector implementation and use it 2023-02-22 16:48:11 +01:00
config_dtoolutil.N dtoolutil: use std:: qualification when exposing std types 2018-06-06 11:48:52 +02:00
config_dtoolutil.cxx general: Don't require BUILDING_* for static builds 2018-08-31 23:54:32 -06:00
config_dtoolutil.h dtoolutil: Add missing declaration for init_libdtoolutil() 2018-06-07 01:47:38 -06:00
dSearchPath.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
dSearchPath.cxx dtoolutil/express: Resolving empty filename should yield no result 2021-04-09 18:26:00 +02:00
dSearchPath.h general: Get rid of some coerce constructors where they make no sense 2022-10-20 21:00:05 +02:00
executionEnvironment.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
executionEnvironment.cxx dtoolutil: Fix _MSC_VER macros that should be _WIN32 2023-02-26 11:50:41 +02:00
executionEnvironment.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
filename.I dtoolutil: Rename Filename::__nonzero__() to __bool__() 2021-03-09 19:35:09 +01:00
filename.cxx Merge branch 'release/1.10.x' 2023-05-08 20:08:48 +02:00
filename.h Merge branch 'release/1.10.x' 2023-05-08 20:08:48 +02:00
filename_assist.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
filename_assist.mm general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
filename_ext.cxx dtoolutil: Fix Filename division operator in Python 3 2021-02-22 18:14:12 +01:00
filename_ext.h dtoolutil: Fix Filename division operator in Python 3 2021-02-22 18:14:12 +01:00
globPattern.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
globPattern.cxx dtoolutil: add GlobPattern::matches_file() and unit test 2018-12-09 15:21:11 +01:00
globPattern.h dtoolutil: add GlobPattern::matches_file() and unit test 2018-12-09 15:21:11 +01:00
globPattern_ext.cxx Split out interrogate jobs for dtool directories from express 2017-05-24 13:44:52 +02:00
globPattern_ext.h Split out interrogate jobs for dtool directories from express 2017-05-24 13:44:52 +02:00
iostream_ext.cxx cleanup: Remove support for EOL versions of Python 2020-04-26 20:07:56 +02:00
iostream_ext.h dtoolutil: iostream should use Py_ssize_t instead of int 2019-07-10 14:11:53 +02:00
lineStream.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
lineStream.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
lineStream.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
lineStreamBuf.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
lineStreamBuf.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
lineStreamBuf.h cleanup: Fix assorted issues uncovered by clang-tidy 2023-02-12 18:17:03 +01:00
load_dso.cxx general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
load_dso.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
p3dtoolutil_composite1.cxx Huge cppparser and interrogate overhaul, bringing: 2014-12-30 16:43:52 +01:00
p3dtoolutil_composite2.cxx express: Move all vector_* types to dtoolutil 2018-02-04 17:12:03 -07:00
p3dtoolutil_ext_composite.cxx Give istream/ostream a friendlier file-like interface for Python 2019-05-12 15:46:14 +02:00
pandaFileStream.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pandaFileStream.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
pandaFileStream.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pandaFileStreamBuf.cxx dtoolutil: Work around odd Linux bug with lseek on a directory fd 2021-04-08 12:07:00 +02:00
pandaFileStreamBuf.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pandaSystem.cxx Merge branch 'release/1.10.x' 2022-03-02 10:51:23 +01:00
pandaSystem.h dtool: remove outdated plugin-specific settings 2020-04-30 21:43:31 +02:00
panda_getopt.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
panda_getopt_impl.cxx Use secure versions of CRT getenv etc. when compiling with MSVC 2022-03-01 16:09:07 +01:00
panda_getopt_impl.h mayaprogs: Completely refactor the maya2egg server 2020-12-29 16:16:36 +01:00
panda_getopt_long.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
pfstream.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pfstream.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
pfstream.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pfstreamBuf.cxx Use secure versions of CRT getenv etc. when compiling with MSVC 2022-03-01 16:09:07 +01:00
pfstreamBuf.h cleanup: Fix assorted issues uncovered by clang-tidy 2023-02-12 18:17:03 +01:00
preprocess_argv.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
preprocess_argv.h dtoolutil: Change export macros to EXP*_DTOOL_DTOOLUTIL 2018-03-25 13:17:52 -06:00
small_vector.I dtoolutil: Add small_vector implementation and use it 2023-02-22 16:48:11 +01:00
small_vector.h dtoolutil: Add small_vector implementation and use it 2023-02-22 16:48:11 +01:00
stringDecoder.I dtoolutil: improve Unicode encoding/decoding, support non-BMP chars 2018-10-08 22:33:54 +02:00
stringDecoder.cxx dtoolutil: improve Unicode encoding/decoding, support non-BMP chars 2018-10-08 22:33:54 +02:00
stringDecoder.h dtoolutil: improve Unicode encoding/decoding, support non-BMP chars 2018-10-08 22:33:54 +02:00
string_utils.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
string_utils.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
string_utils.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
test_pfstream.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
test_touch.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
textEncoder.I dtoolutil: fix tautological comparison compile warning 2018-10-16 16:32:57 +02:00
textEncoder.cxx express: Add ZipArchive class, support mounting zips to VFS 2020-10-01 23:58:27 +02:00
textEncoder.h create PY_EXTENSION and friends (#1415) 2023-01-04 20:54:53 +01:00
textEncoder_ext.I dtoolutil: fix TextEncoder methods for Python 3 2018-10-08 22:14:51 +02:00
textEncoder_ext.cxx cleanup: Remove support for EOL versions of Python 2020-04-26 20:07:56 +02:00
textEncoder_ext.h dtoolutil: fix TextEncoder methods for Python 3 2018-10-08 22:14:51 +02:00
unicodeLatinMap.cxx dtoolutil: consistently use char32_t for Unicode code points 2018-10-15 22:23:45 +02:00
unicodeLatinMap.h dtoolutil: consistently use char32_t for Unicode code points 2018-10-15 22:23:45 +02:00
vector_double.cxx dtoolutil: Change export macros to EXP*_DTOOL_DTOOLUTIL 2018-03-25 13:17:52 -06:00
vector_double.h dtoolutil: Change export macros to EXP*_DTOOL_DTOOLUTIL 2018-03-25 13:17:52 -06:00
vector_float.cxx dtoolutil: Change export macros to EXP*_DTOOL_DTOOLUTIL 2018-03-25 13:17:52 -06:00
vector_float.h dtoolutil: Change export macros to EXP*_DTOOL_DTOOLUTIL 2018-03-25 13:17:52 -06:00
vector_int.cxx dtoolutil: Change export macros to EXP*_DTOOL_DTOOLUTIL 2018-03-25 13:17:52 -06:00
vector_int.h dtoolutil: Change export macros to EXP*_DTOOL_DTOOLUTIL 2018-03-25 13:17:52 -06:00
vector_src.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
vector_src.h general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
vector_stdfloat.h express: Move all vector_* types to dtoolutil 2018-02-04 17:12:03 -07:00
vector_string.cxx dtoolutil: Change export macros to EXP*_DTOOL_DTOOLUTIL 2018-03-25 13:17:52 -06:00
vector_string.h dtoolutil: Change export macros to EXP*_DTOOL_DTOOLUTIL 2018-03-25 13:17:52 -06:00
vector_uchar.cxx dtoolutil: Change export macros to EXP*_DTOOL_DTOOLUTIL 2018-03-25 13:17:52 -06:00
vector_uchar.h dtoolutil: Change export macros to EXP*_DTOOL_DTOOLUTIL 2018-03-25 13:17:52 -06:00
win32ArgParser.cxx Fix includes for Windows on case-sensitive filesystems 2020-02-22 12:55:45 +01:00
win32ArgParser.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00