JKQtPlotter/lib/jkqtmathtext
2024-01-11 14:22:46 +01:00
..
nodes FIXed slicing warning, by making the slice-operation explicit 2024-01-11 14:22:46 +01:00
parsers made more STATIC data members thread_local or secured them by a std::mutex. This was at least JKQTMathText and JKQTBasePlotter should be usable in several threads 2023-06-30 13:52:17 +02:00
private
resources JKQTMathText: 2022-09-01 14:36:34 +02:00
CMakeLists.txt NEW: Added CMake option JKQtPlotter_BUILD_WITH_TIMING_INFO_OUTPUT, which activates several runtime-measurement guards of type JKQTPAutoOutputTimer (output via qDebug()) 2024-01-08 17:14:03 +01:00
jkqtmathtext_imexport.h
jkqtmathtext.cpp NEW: Added CMake option JKQtPlotter_BUILD_WITH_TIMING_INFO_OUTPUT, which activates several runtime-measurement guards of type JKQTPAutoOutputTimer (output via qDebug()) 2024-01-08 17:14:03 +01:00
jkqtmathtext.h NEW/REWORKED: extended the set of functions like JKQTMathTextGetTightBoundingRect(): These use an internal, thread-safe cache and capsule calls to QFontMetricsF-instances. This significantly improves speed in (parallelized) plotting. 2024-01-08 17:16:31 +01:00
jkqtmathtext.readme
jkqtmathtextlabel.cpp
jkqtmathtextlabel.h
jkqtmathtexttools.cpp FIXed slicing warning, by making the slice-operation explicit 2024-01-11 14:22:46 +01:00
jkqtmathtexttools.h FIXed slicing warning, by making the slice-operation explicit 2024-01-11 14:22:46 +01:00
LibTarget.cmake.in