Block a user
8b1d3709b7
Add project entry to libversion CMAKE
4db8593e5b
Cairo Renderer: Add function that reads a line from a file descriptor (pipe)
bea35bf952
Add warning for fallthrough to switch-case
ad5e0ebe11
Remove warning about wrong bounding box calculation. Still wrong but the warning is annoying and problems are negligible.
ee99e50656
Move compiler flags up in CMAKE, so they apply also for included subprojects
c016a5e96e
Revert "Add benchmark for GDS-rendering. Will be removed later"
cfc156c1c0
Improve performance by prepending to list inststead of appending. O(n^2) -> O(1)
bd97ccf44f
Add benchmark for GDS-rendering. Will be removed later
df7cc6d0fc
Fix typo in name of function
c016a5e96e
Revert "Add benchmark for GDS-rendering. Will be removed later"
cfc156c1c0
Improve performance by prepending to list inststead of appending. O(n^2) -> O(1)
bd97ccf44f
Add benchmark for GDS-rendering. Will be removed later
df7cc6d0fc
Fix typo in name of function
Benchmark and Improve GDS Database Loading
According to several callgrind runs, reading very small chunks from file is not an issue (see callgrind-stripped -> fread -> 1.08% execution time). malloc() itself needs only 2% directly. Therefore, this is also not a big speed factor.
Benchmark and Improve GDS Database Loading
a70cc3a1f0
Add new forked driver as submodule
8bfbe0c978
Remove original BME680 driver
617908cbd4
Add gitignore to ignore derived objects
63bb5336db
- Compensation equation in "calc_pressure" API updated
e6b9bbade9
Updated limits for the gas sensor self test.
b619094dfe
Reformatted the README and fixed bug in documentation for reading out sensor data
313a58a9c5
- Compensation equation in "calc_pressure" API updated