| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a precompiled header to speed up the build | Benoit Germain | 2024-06-07 | 1 | -2/+0 |
* | More string_view | Benoit Germain | 2024-05-27 | 1 | -2/+2 |
* | All headers reformatted with updated clang-format settings | Benoit Germain | 2024-04-29 | 1 | -3/+3 |
* | Formalize a few coding style rules, start to enforce them for constants | Benoit Germain | 2024-04-26 | 1 | -6/+6 |
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 1 | -9/+9 |
* | C++ migration: use strong type safety for source and destination states in tr... | Benoit Germain | 2024-04-09 | 1 | -1/+0 |
* | C++ migration: still more threading code cleanup. 'sudo' global moved in the ... | Benoit Germain | 2024-04-09 | 1 | -19/+5 |
* | C++ migration: YIELD() → std::this_thread::yield. plus more threading code ... | Benoit Germain | 2024-04-09 | 1 | -152/+56 |
* | C++ migration: lanes.now_secs uses std::chrono::sytem_clock. plus more enum c... | Benoit Germain | 2024-04-08 | 1 | -15/+0 |
* | C++ migration: use std::jthread, std::condition_variable, std::chrono. | Benoit Germain | 2024-04-08 | 1 | -54/+4 |
* | C++ migration: removed most typedef, removed uint_t | Benoit Germain | 2024-03-20 | 1 | -10/+8 |
* | C++ migration: more NULL → nullptr | Benoit Germain | 2024-03-20 | 1 | -1/+1 |
* | C++ migration: bool_t → bool | Benoit Germain | 2024-03-20 | 1 | -10/+4 |
* | C++ migration: buildfixes | Benoit Germain | 2024-03-19 | 1 | -7/+1 |
* | src/threading.h: fix compilation on musl | Conrad Kostecki | 2024-01-23 | 1 | -1/+5 |
* | tweaks to linux thread priority management | Benoit Germain | 2023-07-28 | 1 | -0/+4 |
* | Changed all indentations to all whitespaces | Benoit Germain | 2022-02-07 | 1 | -35/+32 |
* | Replace deprecated pthread_yield with sched_yield | SoundBot | 2022-01-19 | 1 | -1/+1 |
* | NetBSD support | nia | 2020-10-05 | 1 | -1/+1 |
* | Threads compilation for Android fixed; Thread can't be killed to date (warnin... | valid-ptr | 2018-11-27 | 1 | -1/+1 |
* | new API lanes.set_thread_affinity(), and et_debug_threadname implemented with... | Benoit Germain | 2018-11-09 | 1 | -0/+1 |
* | Fix DLL exports | Benoit Germain | 2018-10-25 | 1 | -20/+2 |
* | Fix some MinGW _WIN32_WINNT-related build issues | Benoit Germain | 2014-02-26 | 1 | -7/+15 |
* | new API lanes.set_thread_priority() | Benoit Germain | 2013-12-04 | 1 | -43/+41 |
* | no need for pthread_cleanup_ pair when THREADWAIT_METHOD == THREADWAIT_CONDVAR | Benoit Germain | 2013-12-04 | 1 | -0/+5 |
* | Fixed missing extern variable declarations resulting in multiple variable ins... | Benoit Germain | 2013-12-02 | 1 | -1/+1 |
* | MinGW-pthread doesn't seem to have pthread_timedjoin_np after all | Benoit Germain | 2013-12-02 | 1 | -1/+1 |
* | pthread thread priority refacto: threading.h | Benoit Germain | 2013-12-02 | 1 | -6/+3 |
* | supposedly improved pthread support | Benoit Germain | 2013-11-29 | 1 | -1/+11 |
* | MinGW-pthread supports -3/+3 thread priority range, so accept it API-side too | Benoit Germain | 2013-11-22 | 1 | -1/+4 |
* | Fix some compiler-specific build issues | Benoit Germain | 2013-11-16 | 1 | -1/+7 |
* | Fix windows build for WINVER > 0x400 | Benoit Germain | 2013-10-25 | 1 | -1/+1 |
* | version 3.7.0 | Benoit Germain | 2013-10-11 | 1 | -1/+1 |
* | Ditch PulseEvent usage on WIN32 builds | Benoit Germain | 2013-07-20 | 1 | -2/+10 |
* | version 3.6.2 | Benoit Germain | 2013-05-20 | 1 | -8/+22 |
* | version 3.5.1v3.5.1 | Benoit Germain | 2013-02-13 | 1 | -6/+12 |
* | minor internal changes | Benoit Germain | 2012-09-13 | 1 | -0/+1 |
* | code tweaks to enable building against win32-pthread on windows platforms. | Benoit Germain | 2012-09-11 | 1 | -3/+9 |
* | version 3.3.0 | Benoit Germain | 2012-09-10 | 1 | -0/+3 |
* | Merge pull request #17 from LuaDist/550dd55b0e571577a4ca6ccc880738f1268adb57 | benoit-germain | 2012-04-24 | 1 | -13/+6 |
|\ |
|
| * | MinGW build now does not use MS runtime | steve donovan | 2011-03-16 | 1 | -13/+6 |
* | | * removed packagepath and packagecpath options, replaced by a package table, ... | Benoit Germain | 2011-11-14 | 1 | -16/+39 |
|/ |
|
* | Import to git | Peter Drahoš | 2010-10-01 | 1 | -0/+196 |