Jan Beich
|
1410bd3bd0
|
common: define routines to set thread name on more BSDs
src/common/thread.cpp:123:5: error: use of undeclared identifier 'pthread_setname_np'
pthread_setname_np(pthread_self(), szThreadName);
^
1 error generated.
|
2016-10-27 23:28:29 +00:00 |
|
Emmanuel Gil Peyrot
|
ebdae19fd2
|
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
2016-09-21 11:15:47 +09:00 |
|
Emmanuel Gil Peyrot
|
dc8479928c
|
Sources: Run clang-format on everything.
|
2016-09-18 09:38:01 +09:00 |
|
Emmanuel Gil Peyrot
|
2a36edfd86
|
Common: Cleanup thread includes.
|
2015-06-28 00:36:53 +01:00 |
|
darkf
|
5d10b212ec
|
Fix MSVC-related #defines and add CMakeLists comment
|
2014-12-29 20:12:03 -08:00 |
|
darkf
|
8ba9ac0f74
|
Fix merge conflicts
|
2014-12-29 19:47:41 -08:00 |
|
purpasmart96
|
ebfd831ccb
|
License change
|
2014-12-20 21:20:24 -08:00 |
|
darkf
|
459502e48c
|
Fix MinGW build
|
2014-11-28 21:38:20 -08:00 |
|
Emmanuel Gil Peyrot
|
f5d38649c7
|
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
|
2014-11-19 09:03:07 +00:00 |
|
archshift
|
9d7cc2bedc
|
common: Prune all redundant includes
|
2014-09-08 17:25:43 -07:00 |
|
archshift
|
498d1a37f1
|
Removed common/std_xyz, instead using the std header
|
2014-09-07 14:31:07 -07:00 |
|
Anthony J. Bentley
|
dad3655a6d
|
Use pthread_set_name_np() on OpenBSD.
|
2014-08-07 22:56:58 -06:00 |
|
bunnei
|
de0a034a84
|
fixed project includes to use new directory structure
|
2014-04-08 20:15:08 -04:00 |
|
bunnei
|
63e46abdb8
|
got rid of 'src' folders in each sub-project
|
2014-04-08 19:25:03 -04:00 |
|