| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support mingw cross-compile | 2016-12-05 | 1 | -1/+1 | |
| | | |||||
| * | common: only FreeBSD has thread affinity compatible with Linux | 2016-10-27 | 1 | -1/+5 | |
| | | | | | | | | | | | | src/common/thread.cpp:90:5: error: unknown type name 'cpu_set_t'; did you mean 'cpuset_t'? cpu_set_t cpu_set; ^~~~~~~~~ cpuset_t /usr/include/sys/_cpuset.h:48:24: note: 'cpuset_t' declared here typedef struct _cpuset cpuset_t; ^ 1 error generated. | ||||
| * | common: define routines to set thread name on more BSDs | 2016-10-27 | 1 | -2/+4 | |
| | | | | | | | | src/common/thread.cpp:123:5: error: use of undeclared identifier 'pthread_setname_np' pthread_setname_np(pthread_self(), szThreadName); ^ 1 error generated. | ||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -2/+0 | |
| | | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -48/+32 | |
| | | |||||
| * | Common: Cleanup thread includes. | 2015-06-28 | 1 | -4/+13 | |
| | | |||||
| * | Fix MSVC-related #defines and add CMakeLists comment | 2014-12-29 | 1 | -3/+3 | |
| | | |||||
| * | Fix merge conflicts | 2014-12-29 | 1 | -2/+2 | |
| |\ | |||||
| | * | License change | 2014-12-20 | 1 | -2/+2 | |
| | | | |||||
| * | | Fix MinGW build | 2014-11-28 | 1 | -8/+15 | |
| |/ | |||||
| * | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵ | 2014-11-19 | 1 | -3/+3 | |
| | | | | | or generated | ||||
| * | common: Prune all redundant includes | 2014-09-08 | 1 | -1/+0 | |
| | | |||||
| * | Removed common/std_xyz, instead using the std header | 2014-09-07 | 1 | -4/+2 | |
| | | |||||
| * | Use pthread_set_name_np() on OpenBSD. | 2014-08-07 | 1 | -1/+3 | |
| | | |||||
| * | fixed project includes to use new directory structure | 2014-04-08 | 1 | -2/+2 | |
| | | |||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 1 | -0/+133 | |