Commit Graph

62 Commits

Author SHA1 Message Date
Sam Edwards 5fa4af9189 CMake: Rely on GNUInstallDirs to specify install paths
This makes multiarch OSes happy as they can dictate that
64-bit libraries go into 'lib64'
2019-08-31 00:48:42 -06:00
Sam Edwards 671f15e052 Merge branch 'master' into cmake 2019-04-13 17:29:44 -06:00
Sam Edwards 8b58b5a6ed CMake: Build text-stats and win-stats 2019-03-18 04:18:20 -06:00
Sam Edwards ff06135412 win-stats: Define WIN32_LEAN_AND_MEAN before including windows.h
This prevents pulling in winsock 1, which will cause compiler
errors when p3net later tries to pull in winsock 2.
2019-03-18 01:53:36 -06: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
Sam Edwards 87c11d8018 pstatclient: Rename config_pstats to config_pstatclient 2018-05-14 02:36:42 -06:00
rdb 47388b0dbc Separate out CPython calls from core libs; eliminate need for pystub 2016-07-20 14:30:41 +02:00
rdb 9963fe2c3c Fix a couple of compile warnings, reduce unnecessary includes 2016-06-23 22:59:50 +02:00
rdb 18874fa151 Replace PN_int/uint types with stdint.h types, since all compilers we support have them.
Plus, we already had code that relied on them being available anyway.
2016-05-11 00:27:58 +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 16e7831566 Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
David Rose 622c047344 several USE_PACKAGES oopses 2011-12-12 22:53:39 +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 cb9b0f075d PStats should use doubles consistently 2011-10-27 18:39:27 +00:00
David Rose 501470169f stdfloat_double 2011-10-10 05:25:10 +00:00
David Rose fb9c56432a we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
David Rose d94f65c29e put WIN32_LEAN_AND_MEAN on command line, for now 2007-04-04 01:59:28 +00:00
David Rose e8f3232fef move pystub down to the executables 2006-10-18 13:08:08 +00:00
David Rose 039acd1ad4 pnotify 2006-03-20 03:33:16 +00:00
David Rose 87fd44e644 improve threads interaction 2006-02-25 01:20:15 +00:00
David Rose e62394bbe5 typo 2006-01-17 23:18:21 +00:00
Josh Yelon 3a488137f7 Trying to speed compilation a bit 2005-02-25 06:41:06 +00:00
David Rose 77012aee2e fix incorrect window title 2005-01-13 16:00:55 +00:00
David Rose 246e640459 add prc:c 2004-11-30 01:36:10 +00:00
David Rose b76c6177d1 COLOR_BACKGROUND, not +1 2004-09-24 14:08:13 +00:00
David Rose 4aac5e978b fix scale of unnamed units 2004-09-24 00:19:51 +00:00
David Rose fd0abe337b stop flickering 2004-09-24 00:19:39 +00:00
David Rose 88743dab4d more on average mode 2004-09-16 14:10:12 +00:00
David Rose 2a6d09abe6 support averaging pstats over time 2004-09-16 10:35:28 +00:00
David Rose 591fd7c648 use a dialog when the port is unavailable 2004-09-07 16:46:25 +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 a3383680f4 fix compile error 2004-01-15 19:24:41 +00:00
David Rose 43e5133e35 properly handle got_bad_version 2004-01-15 14:42:37 +00:00
David Rose add49f5552 build by default 2004-01-14 01:37:01 +00:00
David Rose c4c6b8c928 fix level charts 2004-01-14 01:36:21 +00:00
David Rose e3e024b94c fix grabbing issue on sides of piano roll 2004-01-14 00:28:57 +00:00
David Rose bb2ee7c2b9 average net value across the top 2004-01-13 19:12:41 +00:00
David Rose 5638ecbf5a update title when changing focus 2004-01-13 18:33:21 +00:00
David Rose b0c4f029dc add pause option 2004-01-13 18:28:22 +00:00
David Rose eb951840cc clicking on labels change focus, not create new graph 2004-01-13 18:18:27 +00:00
David Rose a25b9372ea highlight labels on rollover 2004-01-13 11:43:34 +00:00
David Rose 324a43c277 adjust comment 2004-01-13 11:01:46 +00:00
David Rose c02ef8f956 add speed menu 2004-01-13 10:59:07 +00:00
David Rose 8c0744fb3a universally persistent user guide bars 2004-01-13 02:57:41 +00:00
David Rose 3089ac52d7 user guide bars 2004-01-12 22:41:06 +00:00
David Rose fa9a8c9982 piano rolls 2004-01-12 15:35:55 +00:00
David Rose 35d8dead9e more dragging controls 2004-01-12 03:38:32 +00:00