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 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
David Rose
|
fb9c56432a
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
David Rose
|
4dd46f7ca1
|
don't attempt to pack molecular fields
|
2005-03-09 19:41:20 +00:00 |
David Rose
|
37b1ea93da
|
add check_match
|
2004-07-09 23:11:20 +00:00 |
David Rose
|
52b632fac8
|
const downcast methods
|
2004-07-02 00:25:42 +00:00 |
David Rose
|
9222e02084
|
default values
|
2004-07-01 23:15:19 +00:00 |
David Rose
|
bd5004cd49
|
minor fixes
|
2004-07-01 17:16:22 +00:00 |
David Rose
|
3f96b1adf9
|
struct constructors
|
2004-06-30 21:01:56 +00:00 |
David Rose
|
932359216f
|
struct and switch are now inline
|
2004-06-30 00:50:25 +00:00 |
David Rose
|
803712f986
|
add switches
|
2004-06-24 07:43:28 +00:00 |
David Rose
|
d52e9cc184
|
integrate class fields and parameters
|
2004-06-23 16:50:08 +00:00 |
David Rose
|
d61f2fcfa4
|
add unpack seeking
|
2004-06-21 23:51:59 +00:00 |
David Rose
|
e9cbc1a2ae
|
structs
|
2004-06-19 00:03:15 +00:00 |