Commit Graph

30 Commits

Author SHA1 Message Date
rdb 886e1c2f16 general: fix many compilation warnings in GCC 8 2018-06-19 00:37:28 +02: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 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
Mitchell Stokes 59b0913b0b Cleanup .gitignore files
Remove all .gitignore files in subdirectories and add a few new ignores
to the top-level directory .gitignore file.
2016-10-30 20:06:12 -07: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 783d8552ef Fix bin2c to generate an include to stddef.h (for size_t definition) 2014-10-19 22:32:30 +00:00
rdb 3ece78a638 Fix newlines 2013-02-05 19:43:36 +00: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 dd4df70a28 fix msvs 2010 build issues reported by community member FriarTuck 2011-03-22 23:48:31 +00:00
David Rose 786124f898 flex version issues 2010-02-22 00:16:11 +00:00
David Rose aee00fc3de pstrtod 2009-06-14 16:27:44 +00:00
David Rose edb684b709 fix floating-point parsing, error reporting 2009-01-07 20:52:59 +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 8a78fffd8f multithreading optimizations, tau profiler, related changes 2006-04-05 19:36:05 +00:00
David Rose 039acd1ad4 pnotify 2006-03-20 03:33:16 +00:00
David Rose 6d0b7f4344 a bit more .pz support 2006-01-26 15:03:40 +00:00
David Rose 572a146c24 untabify 2006-01-13 18:38:07 +00:00
David Rose b9302590cf prebuild-bison 2005-05-28 16:12:23 +00:00
Josh Yelon 8277b718b9 Removed unnecessary (and troublesome) vrmlyy_flex_debug 2005-05-26 22:04:10 +00:00
David Rose afcab3f81e prebuild-bison 2004-12-30 18:57:17 +00:00
David Rose 590e4ad6f1 dos2unix 2004-12-01 18:33:59 +00:00
David Rose 82abe508ae add stdio.h 2004-10-27 13:03:12 +00:00
David Rose 209cf4b59b cvsignore files for new directories 2004-10-13 23:17:35 +00:00
David Rose 5566f0c247 prebuild-bison 2004-10-04 03:14:26 +00:00
David Rose c5dc6f45c7 port vrml2egg from DWDTOOL 2004-10-01 23:20:09 +00:00