Commit Graph

46 Commits

Author SHA1 Message Date
rdb 5ac3cf3fc6 Eliminate C++ DConfig; replace it with a Python compatibility shim 2018-11-02 23:27:07 +01:00
Sam Edwards b2bfb31114 general: Remove `using std::*` from headers
Also remove most `using namespace std;` statements. The only one that remains is in py_panda.h.

Closes #350
Closes #335
2018-06-14 16:04:49 +02:00
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
rdb e0245d2777 First step towards eliminating `using namespace std;` (#335) 2018-06-03 20:32:23 +02:00
tobspr 0fcfb8e372 New file headers, new comment style 2016-02-17 17:47:48 +01:00
rdb 369305c529 Prevent having to relink most of pandatool when version info changes 2015-08-09 22:26:25 +02:00
rdb 5a51a7e08d Fix various build issues 2015-02-11 14:16:21 +01:00
rdb 794b00805e Add man pages for the majority of utilities 2014-12-27 22:14:23 +01:00
David Rose 3c8cb76565 stdfloat compilation issues 2013-01-05 16:06:22 +00:00
David Rose 68de528a0f pfm crop 2012-06-27 06:21:04 +00:00
David Rose c0b7ca96b8 perform shell-style filename globbing on Win32 too 2011-11-09 01:35:19 +00:00
David Rose a9862a4450 fix problem with -copytex in conjunction with -pr 2011-11-01 23:44:38 +00:00
David Rose 501470169f stdfloat_double 2011-10-10 05:25:10 +00:00
David Rose 9d5325e05a replace gnu_getopt with new Panda-licensed implementation 2011-08-03 23:37:43 +00:00
David Rose 4388d5d7f8 remove old api calls 2009-06-16 03:40:14 +00:00
David Rose fb9c56432a we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
David Rose e8f3232fef move pystub down to the executables 2006-10-18 13:08:08 +00:00
David Rose 06e85ef8f7 add default-terminal-width and use-terminal-width 2005-02-26 23:40:03 +00:00
David Rose 2a39759b85 fix PandaSystem.hasSystem() etc. 2005-02-19 00:00:47 +00:00
David Rose b4eb31344f new updates from CMU 2004-08-06 00:10:20 +00:00
Dave Schuyler 26ece6b730 lots of little changes for os x 2004-04-02 02:27:11 +00:00
David Rose 843c0331ae update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
David Rose abb0c97f85 new egg-mkfont 2003-09-09 19:30:38 +00:00
David Rose ad064f541f allow comma-separated tokens 2003-07-21 18:40:53 +00:00
David Rose cf5188d6ba add -suffix to egg-texture-cards 2003-05-30 21:05:37 +00:00
David Rose e12722220f use from_os_specific on all filenames on command line. 2003-03-11 02:29:55 +00:00
David Rose 7481abba57 replace -rta, etc. options with -pr, -pp, -ps, -pd 2003-02-12 00:45:18 +00:00
David Rose 05425ddd34 build for gcc3.2 2003-01-17 17:43:03 +00:00
David Rose 4d83268ede from_os_specific command line 2002-04-12 00:37:08 +00:00
David Rose 8702491c5b added egg2c 2001-08-03 22:12:21 +00:00
David Rose 3794654986 vector -> pvector, etc. 2001-06-25 17:12:52 +00:00
David Rose 70449ed1fb add -td, -te options 2001-06-22 19:26:48 +00:00
David Rose 00b55bf50c Update copyright header 2001-05-25 21:41:25 +00:00
David Rose fcb24f02ef remove tab characters 2001-05-25 15:56:49 +00:00
David Rose 557ced9f66 *** empty log message *** 2001-04-18 01:52:55 +00:00
David Rose aa42fdae2f *** empty log message *** 2001-02-27 04:24:16 +00:00
David Rose 69a640ba52 *** empty log message *** 2001-02-23 19:15:29 +00:00
David Rose 2e840cf2a7 *** empty log message *** 2001-02-22 01:49:34 +00:00
David Rose 5e4835f8b6 *** empty log message *** 2001-02-18 18:29:34 +00:00
David Rose dfddc7cf2a *** empty log message *** 2001-02-17 04:47:06 +00:00
David Rose 43f23a2a55 *** empty log message *** 2000-11-03 23:55:40 +00:00
David Rose 2cf3067b5a *** empty log message *** 2000-11-01 23:45:59 +00:00
David Rose 527b16a099 *** empty log message *** 2000-11-01 18:36:39 +00:00
David Rose 87aaa3d68d *** empty log message *** 2000-10-31 01:48:02 +00:00
David Rose 744d2fa810 *** empty log message *** 2000-10-27 18:22:07 +00:00
David Rose 67a298793d Initial revision 2000-10-10 18:47:40 +00:00