Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-22 | compat/check-visible: use short timeout when frozen | Stanislaw Halik | |
2017-10-13 | options/tie: change "tie" overloads | Stanislaw 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-13 | compat/macros: fix "restrict" name clash | Stanislaw Halik | |
2017-10-10 | compat/util: remove macro and typedefs | Stanislaw Halik | |
2017-10-08 | fix harmless msvc warnings | Stanislaw Halik | |
2017-10-08 | use "static" once, don't propagate from a macro | Stanislaw Halik | |
2017-10-02 | compat/simple-mat: add constexpr | Stanislaw Halik | |
2017-09-30 | remove camel case | Stanislaw Halik | |
2017-09-23 | use std::size | Stanislaw Halik | |
2017-09-23 | compat: use c++17-style value templates | Stanislaw Halik | |
2017-09-22 | compat: add compatibility layer for value templates | Stanislaw Halik | |
2017-09-22 | compat/util: this macro shouldn't be an instruction | Stanislaw Halik | |
2017-08-25 | compat/util: use std::decay for overload resolution | Stanislaw Halik | |
2017-08-25 | compat/util: split macros header | Stanislaw Halik | |
2017-08-19 | compat/util: implement clamp specialization for floats | Stanislaw Halik | |
2017-08-14 | use c++14 features | Stanislaw Halik | |
2017-08-05 | fixed macos build | Dmitry Lukianov | |
2017-07-29 | compat: fix Linux build | Stanislaw Halik | |
Issue: #661 | |||
2017-07-29 | compat/check-visible: fix non-win32 build | Stanislaw Halik | |
Issue: #661 Reported-by: @ljgdasfhk | |||
2017-07-28 | gui: don't update the main window if it's hidden | Stanislaw Halik | |
2017-07-25 | compat/math: export logarithmic functions | Stanislaw Halik | |
2017-07-24 | compat/util: fix recursive macro definition | Stanislaw Halik | |
2017-07-21 | compat/util: rename macro | Stanislaw Halik | |
2017-07-16 | compat/shm: reorder code | Stanislaw Halik | |
Hopefully prevent getting misdetected by an antivirus. Issue: #654 | |||
2017-07-16 | compat/math-imports: use it | Stanislaw Halik | |
2017-07-16 | compat/functional: fix template | Stanislaw Halik | |
2017-07-07 | proto/simconnect: fix WinSxS library versions | Stanislaw 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-06 | options/value: try "extern template" for code size | Stanislaw Halik | |
2017-06-30 | compat: slightly reformat | Stanislaw Halik | |
2017-06-30 | compat: add restrict macros | Stanislaw Halik | |
2017-06-22 | tracker/pt: replace point extraction algorithm | Stanislaw 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-18 | compat/time: don't use "long long" for milliseconds | Stanislaw Halik | |
2017-06-10 | timer-resolution: remove | Stanislaw Halik | |
2017-06-10 | minor cleanup only | Stanislaw Halik | |
2017-06-10 | compat/timer-resolution: we want higher timer resolution | Stanislaw Halik | |
Windows scheduler performs badly with 1000 Hz. | |||
2017-06-07 | cmake: cleanup | Stanislaw Halik | |
We now inherit parent process' console. No need for the cmake cache option. | |||
2017-05-30 | compat/powerset: add missing includes | Stanislaw Halik | |
2017-05-30 | qxt-mini: split powerset to compat/ | Stanislaw Halik | |
2017-05-24 | api/variance: move to compat/ | Stanislaw Halik | |
2017-05-16 | compat/euler: return using an initializer list | Stanislaw Halik | |
Will come back to the same simplification elsewher.e | |||
2017-05-16 | add otr_prop for appending property strings | Stanislaw Halik | |
2017-05-14 | compat/timer: remove unused headers | Stanislaw Halik | |
2017-05-14 | compat/timer: add missing assert include | Stanislaw Halik | |
2017-05-14 | compat/simple-mat: pass -Werror on llvm | Stanislaw Halik | |
2017-05-12 | compat/util: add PROG1, adjust clamp | Stanislaw Halik | |
2017-05-12 | compat/timer: add std::chrono support | Stanislaw Halik | |
2017-05-10 | compat/util: simplify | Stanislaw Halik | |
2017-05-10 | compat/functional: add generic value-constant type | Stanislaw Halik | |
2017-05-10 | meta: add index sequence with types as indices | Stanislaw Halik | |
2017-05-10 | compat/util: more utils | Stanislaw Halik | |