Adam Wulkiewicz
074b33a645
[MOS-685] Make small improvements in various places of the code
...
- Forward arguments
- Remove unused code
- Remove auto return type when it's not needed
- Add const to member functions
- Use startsWith and endsWith from utils
- Allow instantiation of operators only for specific types
- Caluclate key mask in compile time
2022-09-02 01:12:47 +02:00
Adam Dobrowolski
2b1ae19d62
[MOS-512] Fix build with gcc12
...
As in topic
2022-06-03 12:38:34 +02:00
Lucjan Bryndza
523eb6f577
[MOS-513] Fix issues related to the GCC12 gcc
...
Fix issues related to the GCC 12
Fix paths for ignore license headers
2022-06-02 13:24:09 +02:00
Maciej Janicki
455d69e553
[MOS-153] Fix quotes database
...
Fix quotes database not being loaded
Plus: updated SQLite (3.38.01)
Minor spelling fixes
2022-03-16 12:35:44 +01:00
Marcin Smoczyński
bd90e57516
[BH-907] Split utils module into components
...
Split module-utils into smaller components for better dependency
management. Fix many dependencies throughout the project.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com >
2021-09-23 15:14:40 +02:00
Lukasz Skrzypczak
7fee0d9cfb
[BH-378] Utils move log to library
...
Moved log to separate library
2021-06-08 12:24:29 +02:00
Wiktor S. Ovalle Correa
0fa3c714de
[EGD-6067] Fix database performance issues
...
New filesystem works differently and some vFAT optimizations
backfired badly after switch.
- avoid unnecessary folder traversing
- eliminate some unnecessary fstats
- rework sqlite file driver
- reduce MMC startup delay
- fix errno bug in iosyscalls
2021-03-11 14:11:50 +01:00
Radoslaw Wicik
6d481b753b
[EGD-4763] Fix Unit Tests - db unittest
...
Fix reqired by CI to work
2021-02-04 16:45:50 +01:00
jimmorrisson
6711e02bad
[EGD-4446] Change: new filesystem handling implementation in module db. ( #1052 )
...
Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module database. It also contains minor fixes in module-db.
2020-12-05 10:40:27 +01:00
RobertPiet
6b66737b13
[EGD-4354] settings starting script moved to two separated scripts ( #1067 )
2020-11-27 11:38:40 +01:00
Tomek Sobkowiak
6e248eb3ca
[EDG-4349] Load script to init alarms database ( #1000 )
2020-11-13 11:08:46 +01:00
Tomek Sobkowiak
c9d9ee622f
[EDG-4506] Database initializer to load init scripts from file ( #979 )
...
* [EDG-4506] Database initializer to load init scripts from file
2020-11-09 11:12:08 +01:00