- 22 Oct, 2020 2 commits
-
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
-
- 21 Oct, 2020 1 commit
-
-
Ralph Alexander Bariz authored
-
- 18 Oct, 2020 1 commit
-
-
Ralph Alexander Bariz authored
* port to Cxx20
-
- 17 Sep, 2020 1 commit
-
-
Ralph Alexander Bariz authored
* added edges and splits to msgpack overloads * renamed space::area to space::region * removed namespace usings from examples * fixed concurrent focalise bug in kv_db * kv_db do not write unchanged data to db * kv_db/lmdb fixed map_size bug * added persistance to gol example (disabled until memory management is replced with reference implemantation done in D)
-
- 09 Sep, 2020 8 commits
-
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
-
- 08 Sep, 2020 5 commits
-
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
-
- 07 Sep, 2020 1 commit
-
-
Ralph Alexander Bariz authored
-
- 06 Sep, 2020 2 commits
-
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
* swap old edging concept relying on routes with a pair based concept so nodes of different types can be connected by an edge * update json lib to v3.9.1 (for GCC 10 compat) * oscillator gtk ui reworked to use pixbuf's for performance
-
- 27 Aug, 2020 1 commit
-
-
Ralph Alexander Bariz authored
-
- 15 Aug, 2020 1 commit
-
-
Ralph Alexander Bariz authored
-
- 12 Jul, 2020 1 commit
-
-
Ralph Alexander Bariz authored
-
- 06 Jul, 2020 2 commits
-
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
* fixed raspberry pi compile problems (still warnings to investigate using gcc) * introducing WITH_ASPECT_DEPENDENCY_TRACKING compiler flag
-
- 26 Jun, 2020 1 commit
-
-
Ralph Alexander Bariz authored
-
- 25 Jun, 2020 1 commit
-
-
Ralph Alexander Bariz authored
-
- 24 Jun, 2020 2 commits
-
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
* updated wiki
-
- 16 Jun, 2020 1 commit
-
-
Ralph Alexander Bariz authored
* cleaning up common controller * fixes proposed by community * implemented spreads for renderer * implemented simplex paths for renderering spreads and routes * reworked queue visiting
-
- 03 Jun, 2020 2 commits
-
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
* introduced some_ptr beeing a tuple * added edge spawning to causal:facet * renamed acts to postfixing "ing" * added get_ptr to causal::core::ptr for getting a copy of pointer * renaming causal::wirks::spawn to causal::wirks::render * added 1599x899 grid templates for oscillator
-
- 27 May, 2020 2 commits
-
-
Ralph Alexander Bariz authored
* remove workerthread from queue_mt * scaling using condition variable (removed thread slow down delays)
-
Ralph Alexander Bariz authored
-
- 25 May, 2020 1 commit
-
-
Ralph Alexander Bariz authored
* finetuned oscillator example
-
- 24 May, 2020 2 commits
-
-
Ralph Alexander Bariz authored
* finetuned oscillator example
-
Ralph Alexander Bariz authored
-
- 22 May, 2020 2 commits
-
-
Ralph Alexander Bariz authored
-
Ralph Alexander Bariz authored
* added stacktrace to fatal and error exceptions * changed default build to clang, better debug information * renamed a lot of stuff * added dependencies to boost, libbacktrace and nlohmann/json * added causal::facet which contains - spreads - scales - routes - combine - pipe * added causal::wirks - observe - spawn * introduced different new pointer which does not open essence - nil_ptr does not do anything and does not hold an essence - ro_ptr opens essences readonly (junctions do support, ghost behaves as in a readonly junction) - off_ptr just memorized pointer does not open essence * introduced possibility for multiple pointer to open essence in the same thread * loading graph from graphviz dot file * fixed essence construction move/copy bug (derived classes were destroyed when using ptr<base>) * spawn implemented and tested route-pipe-route cycle * added boost::stacktrace using libbacktrace * removed old oscillation examples * reworked oscillation gtk example for use of causal::facet * removed equlibrium example * removed old graph
-