- 23 Jan, 2023 2 commits
-
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
- 20 Jan, 2023 14 commits
-
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
Remove the barrier waiting for FSM init. This COULD be a problem. But currently its not possible anymore because of the design. IF we need to this, one option is to have another callback from the engine. Or move FSM init out of do_sync_protocol().
-
Matthias Heckmann authored
-
Matthias Heckmann authored
remove the possibility to change SYNC/ASYNC handling of sync events at runtime. It has to be defined at Session::initialize() and cannot be changed anymore. This is not needed.
-
Matthias Heckmann authored
a session CANNOT be refreshed. The reason of the whole excercise it to guarantee that all sessions created will have the same callback functions registered on the engine (the ones from the CallbackDispatcher)
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
to be refactored into own modules.
-
Matthias Heckmann authored
-
Matthias Heckmann authored
should go into own module later
-
Matthias Heckmann authored
-
- 26 Dec, 2022 1 commit
-
-
Matthias Heckmann authored
-
- 20 Dec, 2022 7 commits
-
-
Matthias Heckmann authored
dont use the engine test folder.
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
No other session/thread will have sync callbacks registered. This is essentially reverting a change that has been done for 3.0, but i think it was wrong
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
- 07 Nov, 2022 3 commits
-
-
Matthias Heckmann authored
-
Matthias Heckmann authored
The C++ standards requires the order of init to be the order of declaration
-
Matthias Heckmann authored
-
- 13 Oct, 2022 1 commit
-
-
Matthias Heckmann authored
macOS system sqlite.h changed and now the include guard token is _SQLITE3_H_ instead of SQLITE3_H as in the amalgamation. yay.
-
- 12 Oct, 2022 1 commit
-
-
Matthias Heckmann authored
-
- 08 Sep, 2022 1 commit
-
-
Luca Saiu authored
* test/Makefile (LDLIBS): Link libraries in a different order, respecting dependencies.
-
- 03 Mar, 2022 10 commits
-
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-
Matthias Heckmann authored
-