CubicSDR/src/util
vsonnier 9c32b97910 Make Gradient constructor using doubles instead of floats, to prevent narrowing-conversion warnings down the road 2020-01-04 21:20:36 +01:00
..
DataTree.cpp Rework of DataElement to use more templates and much less memcpy... 2019-02-22 20:19:30 +01:00
DataTree.h Fix #739: removed usage of std::binary_function deprecated after C++11 2019-06-02 18:56:00 +02:00
GLExt.cpp Fix missing import for GLX on linux. (#767) 2019-12-29 17:32:53 +01:00
GLExt.h Licence fix, add SPDX-License-Identifier, remove unused code files 2017-01-02 21:07:43 -05:00
GLFont.cpp Use spin-locks for short-lived, non-recursive locking sequences 2019-03-03 10:36:10 +01:00
GLFont.h Use spin-locks for short-lived, non-recursive locking sequences 2019-03-03 10:36:10 +01:00
Gradient.cpp Use Google Turbo Color for Default Theme WF colors (#748) 2019-09-23 07:24:04 +02:00
Gradient.h Make Gradient constructor using doubles instead of floats, to prevent narrowing-conversion warnings down the road 2020-01-04 21:20:36 +01:00
MouseTracker.cpp Add __FreeBSD__ where needed to properly compile on FreeBSD + fix for Windows 2019-03-11 20:14:19 +01:00
MouseTracker.h Licence fix, add SPDX-License-Identifier, remove unused code files 2017-01-02 21:07:43 -05:00
SpinMutex.h More Spin locks experiments 2019-03-05 06:44:58 +01:00
ThreadBlockingQueue.cpp BLOCKING_QUEUE: prepare by raising up max queue lenghts 2017-02-14 18:42:05 +01:00
ThreadBlockingQueue.h More Spin locks experiments 2019-03-05 06:44:58 +01:00
Timer.cpp Winsock.h was included multiple times through windows.h causing compile errors (#772) 2019-12-11 06:50:06 +01:00
Timer.h Fix #549, plus more usual syntax for #548 2017-05-27 07:46:28 +02:00