Andrew Belt
|
2f5bff5a3a
|
Add _WIN32_WINNT version.
|
4 years ago |
Andrew Belt
|
798d01d240
|
Add system::getEntriesRecursive().
|
5 years ago |
Andrew Belt
|
a629561f58
|
Move plugin.cpp's extractZip to system::unzipToFolder().
|
5 years ago |
Andrew Belt
|
873f6719d0
|
Use higher precision (but lower accuracy) thread runtime counter on Windows.
|
5 years ago |
Andrew Belt
|
edc55bf3e3
|
Implement system::getThreadTime on Mac.
|
5 years ago |
Andrew Belt
|
cb6e9b82c1
|
Add system::getThreadTime implementation on Windows
|
5 years ago |
Andrew Belt
|
8c9e594c32
|
Use thread runtime rather than time of day for measuring module CPU.
|
5 years ago |
Andrew Belt
|
dca30e2b53
|
Auto-format code with astyle.
|
5 years ago |
Andrew Belt
|
7a86e4cc7c
|
Add fatal signal handling on Mac, with better stability in the handler function.
|
5 years ago |
Andrew Belt
|
05e2e7b9c0
|
Reenable backtrace printing in log. Demangle symbols on Linux.
|
5 years ago |
Andrew Belt
|
a5e1ac75f8
|
Finish auto-updater on Windows. Add network::urlPath(). Reimplement
runProcessDetached() using ShellExecuteExW() instead of CreateProcess().
|
5 years ago |
Andrew Belt
|
60a1a47f00
|
Move system::getAbsolutePath() to string::absolutePath(). Implement on
Windows.
|
5 years ago |
Andrew Belt
|
4a09492b3e
|
Implement system::getAbsolutePath() on Mac.
|
5 years ago |
Andrew Belt
|
029434dcb7
|
Add system::getAbsoluteDirectory().
|
5 years ago |
Andrew Belt
|
bc06efd9ab
|
Add system::openFolder() on Mac.
|
5 years ago |
Andrew Belt
|
c8d495dfe3
|
Use correct ShellExecute verb for system::openFolder() on Windows.
|
5 years ago |
Andrew Belt
|
696939069d
|
Use <> instead of "" for include directive.
|
5 years ago |
Andrew Belt
|
afd6d4bb8e
|
Clean up various headers.
|
5 years ago |
Andrew Belt
|
46f9577dc1
|
Disable system::setThreadRealTime on Mac. Fix GLFW init hints on Mac.
|
5 years ago |
Andrew Belt
|
ce2936c0c8
|
Restart engine workers when setting real-time priority.
|
5 years ago |
Andrew Belt
|
ec5874ada6
|
Add string<->wstring conversion functions
|
5 years ago |
Andrew Belt
|
53a63187fe
|
Add partial Unicode handling of filenames on Windows.
|
5 years ago |
Andrew Belt
|
06249451fa
|
Fix GetVersion function call
|
5 years ago |
Andrew Belt
|
a7ec68e4f0
|
Log OS version on launch
|
5 years ago |
Andrew Belt
|
82f32038ac
|
Add system::runProcessAsync
|
5 years ago |
Andrew Belt
|
6886360c3b
|
Use system::openFolder() for certain menu items.
|
5 years ago |
Andrew Belt
|
e5a88dfad2
|
Add factory preset submenu to module context menu.
|
5 years ago |
Andrew Belt
|
d7b72c5b0f
|
Rewrite thread API. Add ParamMap::to/fromJson().
|
5 years ago |
Andrew Belt
|
278ade311e
|
Disable signal handler on Mac. Debug pixel ratios.
|
5 years ago |
Andrew Belt
|
16e723fd99
|
Enable stack trace on Mac
|
5 years ago |
Andrew Belt
|
704dd3f485
|
Add newline to stack trace on Windows
|
5 years ago |
Andrew Belt
|
19772d6e2f
|
Move stack trace to system.cpp
|
5 years ago |
Andrew Belt
|
a97ae1c7a7
|
Don't set thread name on Mac.
|
5 years ago |
Andrew Belt
|
6986801ddd
|
Remove SetThreadDescription call on windows.
|
5 years ago |
Andrew Belt
|
e3c648a7f5
|
Set realtime thread priority for engine and engine worker threads.
|
5 years ago |
Andrew Belt
|
557460b194
|
Add Engine::threadCount to toolbar menu and settings.json
|
5 years ago |
Andrew Belt
|
e314107e4a
|
Add implementation for system::setThreadName for Linux
|
5 years ago |
Andrew Belt
|
223341e2f1
|
Clean up README. Move SVGPanel to source file. Fix alignment bugs in FramebufferWidget.
|
5 years ago |
Andrew Belt
|
217faca052
|
Parse plugin metadata from plugin.json
|
5 years ago |
Andrew Belt
|
3644b1877e
|
Clean up includes
|
5 years ago |
Andrew Belt
|
f64ea2e181
|
Large architectural changes. Created Quantity class.
|
5 years ago |
Andrew Belt
|
34af736ee5
|
Add rack0.hpp backward compatibility header for ease of migration
|
6 years ago |
Andrew Belt
|
587f936a99
|
Move random to its own namespace, shuffle files around
|
6 years ago |
Andrew Belt
|
89521fe8cc
|
Move system to its own namespace
|
6 years ago |
Andrew Belt
|
da45a33ed3
|
Use patches/ directory as default patch location
|
6 years ago |
Andrew Belt
|
acbe3370f8
|
Plugin extracter and loader
|
6 years ago |
Andrew Belt
|
ef64c13287
|
Add systemOpenBrowser
|
6 years ago |
Andrew Belt
|
60d98a641f
|
Rename util.hpp to common.hpp, fix include paths
|
6 years ago |
Andrew Belt
|
d024ccf8a0
|
Refactor util.hpp
|
6 years ago |