Mario Hüttel mhu
mhu pushed to master at mhu/gds-render 2019-09-25 18:47:33 +02:00
40edd21f0a Fix typo in application description
mhu commented on issue mhu/gds-render#22 2019-09-25 18:27:09 +02:00
Remove mapping parser

Fixed in bcc8623382e06d2b48c6fd3f57b35641770881dd

mhu closed issue mhu/gds-render#22 2019-09-25 18:27:09 +02:00
Remove mapping parser
mhu pushed to dev at mhu/gds-render 2019-09-25 18:26:29 +02:00
bcc8623382 remove now unneeded mapping parser completely
a9ccf6533d LayerSelector: Use Layer Settings for CSV export. This makes the mapping parser unnecessary. It can be removed
e16b7f9d25 LayerSettings: Fix bug in CSV export function
16b18fc5b3 Remove code from mapping parser that implements csv read. Use LayerSettings class instead.
941711129a LayerSelector: Make import of layer information from CSV independed from mapping-parser code. Use LayerSettings class instead.
Compare 6 commits »
mhu opened issue mhu/gds-render#28 2019-09-25 17:10:10 +02:00
Remove Access Date from cell selector. Noby is interesed in it
mhu commented on issue mhu/gds-render#27 2019-09-19 21:59:49 +02:00
Benchmark and Improve GDS Database Loading

"Fixed" in cfc156c1c0f8b06dc6080c6a7d9a81875ab8006b by the above described fix.

mhu pushed to dev at mhu/gds-render 2019-09-19 21:44:36 +02:00
291ded0277 Refactoring: rename progress update func of output renderer to gds_output_renderer_update_async_progress()
mhu pushed to dev at mhu/gds-render 2019-09-19 21:43:03 +02:00
5f6dbbed0e Enable status upgrades from Cairo renderer to activity bar.
mhu pushed to dev at mhu/gds-render 2019-09-18 20:41:12 +02:00
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
Compare 5 commits »
mhu pushed to master at mhu/stm32f030-template 2019-09-18 17:37:05 +02:00
9c0f97e12d Build System Changes
1a3c6e02a8 added first running version
25a0be44f7 Initial commit
mhu deleted tag master from mhu/stm32f030-template 2019-09-18 17:37:05 +02:00
mhu created repository mhu/stm32f030-template 2019-09-18 17:36:45 +02:00
mhu pushed to master at mhu/gds-render 2019-09-15 17:31:47 +02:00
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
Compare 4 commits »
mhu pushed to dev at mhu/gds-render 2019-09-15 13:40:17 +02:00
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
Compare 4 commits »
mhu commented on issue mhu/gds-render#27 2019-09-13 22:32:45 +02:00
Benchmark and Improve GDS Database Loading
mhu commented on issue mhu/gds-render#27 2019-09-13 22:30:34 +02:00
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.

mhu opened issue mhu/gds-render#27 2019-09-13 18:01:22 +02:00
Benchmark and Improve GDS Database Loading
mhu pushed to master at mhu/bme680-air-meter-sw 2019-08-31 20:40:34 +02:00
c7653e0242 Add -Os to compiler options due to limited space available on the controller
mhu pushed to master at mhu/bme680-air-meter-sw 2019-08-31 20:23:32 +02:00
245046c975 Excule project files from git
mhu pushed to master at mhu/bme680-air-meter-sw 2019-08-31 20:18:02 +02:00
a70cc3a1f0 Add new forked driver as submodule
8bfbe0c978 Remove original BME680 driver
Compare 2 commits »