Commit Graph

45 Commits

Author SHA1 Message Date
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 7790f8429d general: Fully qualify header references into the std namespace
Closes #341
2018-06-07 10:35:12 +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
rdb 47388b0dbc Separate out CPython calls from core libs; eliminate need for pystub 2016-07-20 14:30:41 +02:00
tobspr 0fcfb8e372 New file headers, new comment style 2016-02-17 17:47:48 +01:00
rdb db3ab953e4 Remove ppremake, genPyCode, and all hacks created to support them 2015-11-09 19:06:49 +01:00
rdb 794b00805e Add man pages for the majority of utilities 2014-12-27 22:14:23 +01:00
David Rose dfe16c64f6 rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
David Rose 21405bd4c3 tiger linking issues 2010-07-26 23:53:46 +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 4a85d9c724 build on OSX 2006-10-12 20:55:54 +00:00
David Rose 039acd1ad4 pnotify 2006-03-20 03:33:16 +00:00
David Rose a6b259e40d make mayacopy, fltcopy be case-insensitive 2004-12-08 20:49:12 +00:00
David Rose 246e640459 add prc:c 2004-11-30 01:36:10 +00:00
David Rose 6181102e45 prevent self-copy from being destructive 2004-05-05 00:20:32 +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
Dave Schuyler 36cf062b96 using app includes 2004-02-07 05:33:07 +00:00
David Rose 7daecb2bf0 source_files should be Filenames 2003-12-01 08:07:27 +00:00
Dave Schuyler a43b1f20a6 changed includes 2003-10-30 07:08:59 +00:00
David Rose 17e060966e prompt user on error 2003-03-05 00:22:41 +00:00
David Rose 2f7a5c0e81 maya2egg, mayacopy 2003-02-05 00:21:53 +00:00
David Rose 6eae3155e2 protect invalid characters from shell 2002-08-14 14:00:56 +00:00
David Rose 06181a343d add mayacopy 2002-05-15 16:19:20 +00:00
cxgeorge 9cd48e5550 combined srcs 2002-02-09 03:40:32 +00:00
David Rose 196cfd7d16 vector -> pvector, etc. 2001-06-25 17:00:50 +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 2d940a1c33 *** empty log message *** 2001-04-11 21:05:43 +00:00
David Rose 5cbe317cc2 *** empty log message *** 2001-04-11 20:42:19 +00:00
David Rose 5022b9e9b6 *** empty log message *** 2001-02-22 00:10:15 +00:00
David Rose 1ae36cf9e9 *** empty log message *** 2001-02-17 04:53:24 +00:00
David Rose 6680092c52 *** empty log message *** 2000-11-21 01:33:08 +00:00
David Rose 074450cbce *** empty log message *** 2000-11-21 00:27:53 +00:00
David Rose 2ede38216f *** empty log message *** 2000-11-21 00:24:31 +00:00
David Rose c2eed48e87 *** empty log message *** 2000-11-20 23:12:11 +00:00
David Rose 858b3700c0 *** empty log message *** 2000-11-14 04:25:47 +00:00
David Rose 971f547694 *** empty log message *** 2000-11-11 04:28:47 +00:00
David Rose 389679a8e7 *** empty log message *** 2000-11-10 01:58:40 +00:00
David Rose 358caa7860 *** empty log message *** 2000-11-09 21:42:59 +00:00
David Rose 1ae907ef31 *** empty log message *** 2000-11-09 18:49:42 +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