Commit Graph

12 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 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 486680b144 protect with a mutex 2006-02-17 17:42:22 +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 dc6772b566 finishIntervalsMatching 2003-06-26 20:01:25 +00:00
David Rose a71af97bf4 generalize interruptible to autoPause and autoFinish 2003-02-26 22:26:43 +00:00
David Rose b4ed038469 show number of intervals 2002-11-06 22:20:59 +00:00
David Rose 3808e02ec0 oops, wrong logic 2002-09-11 20:04:25 +00:00
David Rose cab9905657 update gui slider for ivalMgr intervals 2002-09-11 16:44:17 +00:00
David Rose 24f194bd45 define ivalMgr 2002-09-11 15:59:22 +00:00