summaryrefslogtreecommitdiffhomepage
path: root/compat
AgeCommit message (Collapse)Author
2017-10-27compat/mutex: renameStanislaw Halik
2017-10-27compat/mutex: split from headerStanislaw Halik
2017-10-22compat/check-visible: use short timeout when frozenStanislaw Halik
2017-10-13options/tie: change "tie" overloadsStanislaw Halik
Adjust usages. There are ODR issues with MSVC and it doesn't support C++17 "static inline constexpr" _variables_. Otherwise, "signal_fun" could be a variable and not a function. The usages in accela/ewma2 dialog are more verbose now but the original API was silly.
2017-10-13compat/macros: fix "restrict" name clashStanislaw Halik
2017-10-10compat/util: remove macro and typedefsStanislaw Halik
2017-10-08fix harmless msvc warningsStanislaw Halik
2017-10-08use "static" once, don't propagate from a macroStanislaw Halik
2017-10-02compat/simple-mat: add constexprStanislaw Halik
2017-09-30remove camel caseStanislaw Halik
2017-09-23use std::sizeStanislaw Halik
2017-09-23compat: use c++17-style value templatesStanislaw Halik
2017-09-22compat: add compatibility layer for value templatesStanislaw Halik
2017-09-22compat/util: this macro shouldn't be an instructionStanislaw Halik
2017-08-25compat/util: use std::decay for overload resolutionStanislaw Halik
2017-08-25compat/util: split macros headerStanislaw Halik
2017-08-19compat/util: implement clamp specialization for floatsStanislaw Halik
2017-08-14use c++14 featuresStanislaw Halik
2017-08-05fixed macos buildDmitry Lukianov
2017-07-29compat: fix Linux buildStanislaw Halik
Issue: #661
2017-07-29compat/check-visible: fix non-win32 buildStanislaw Halik
Issue: #661 Reported-by: @ljgdasfhk
2017-07-28gui: don't update the main window if it's hiddenStanislaw Halik
2017-07-25compat/math: export logarithmic functionsStanislaw Halik
2017-07-24compat/util: fix recursive macro definitionStanislaw Halik
2017-07-21compat/util: rename macroStanislaw Halik
2017-07-16compat/shm: reorder codeStanislaw Halik
Hopefully prevent getting misdetected by an antivirus. Issue: #654
2017-07-16compat/math-imports: use itStanislaw Halik
2017-07-16compat/functional: fix templateStanislaw Halik
2017-07-07proto/simconnect: fix WinSxS library versionsStanislaw Halik
We had all the wrong versions assigned to comboboxen. With the correct versions, Prepar3D works with its own SimConnect redist named "SP2-XPACK". The library version is the same as SP2 and the combobox item exists only to help users.
2017-07-06options/value: try "extern template" for code sizeStanislaw Halik
2017-06-30compat: slightly reformatStanislaw Halik
2017-06-30compat: add restrict macrosStanislaw Halik
2017-06-22tracker/pt: replace point extraction algorithmStanislaw Halik
Profiling over a longer time period showed a bottleneck while iterating pixels with `cv::floodFill()'. Contours are actually faster, and we have MeanShift to establish the proper center basing on pixel intensities.
2017-06-18compat/time: don't use "long long" for millisecondsStanislaw Halik
2017-06-10timer-resolution: removeStanislaw Halik
2017-06-10minor cleanup onlyStanislaw Halik
2017-06-10compat/timer-resolution: we want higher timer resolutionStanislaw Halik
Windows scheduler performs badly with 1000 Hz.
2017-06-07cmake: cleanupStanislaw Halik
We now inherit parent process' console. No need for the cmake cache option.
2017-05-30compat/powerset: add missing includesStanislaw Halik
2017-05-30qxt-mini: split powerset to compat/Stanislaw Halik
2017-05-24api/variance: move to compat/Stanislaw Halik
2017-05-16compat/euler: return using an initializer listStanislaw Halik
Will come back to the same simplification elsewher.e
2017-05-16add otr_prop for appending property stringsStanislaw Halik
2017-05-14compat/timer: remove unused headersStanislaw Halik
2017-05-14compat/timer: add missing assert includeStanislaw Halik
2017-05-14compat/simple-mat: pass -Werror on llvmStanislaw Halik
2017-05-12compat/util: add PROG1, adjust clampStanislaw Halik
2017-05-12compat/timer: add std::chrono supportStanislaw Halik
2017-05-10compat/util: simplifyStanislaw Halik
2017-05-10compat/functional: add generic value-constant typeStanislaw Halik