25 Commits

Author SHA1 Message Date
rdb
191a5b09e9 bin2c: fix compilation warning 2019-09-01 21:46:41 +02:00
rdb
84a1315104 More fixes to work around broken libc++ eof() in Mac OS X 10.7 2019-01-10 21:53:02 +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
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
rdb
783d8552ef Fix bin2c to generate an include to stddef.h (for size_t definition) 2014-10-19 22:32:30 +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
1759e6859a more build issues (win32) 2010-07-27 17:49:16 +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
246e640459 add prc:c 2004-11-30 01:36:10 +00:00
David Rose
cd394f304d avoid noisy errors on win32 2004-11-26 20:35:43 +00:00
David Rose
839325922d add -string 2004-11-26 19:34:31 +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
4ae797fc86 minor features 2003-09-29 18:39:44 +00:00
David Rose
9d18ee6aff link with panda 2003-07-18 18:13:38 +00:00
David Rose
ef8938ef56 new bin2c 2003-07-18 17:26:20 +00:00