heck
|
0091aec6b5
|
AbstractPityUnit - unneccessary functions commented out
|
9 months ago |
heck
|
16278a60c1
|
Fix: cwd is processDir() always
|
9 months ago |
heck
|
2169f921c3
|
Fix: PityUnit make resilient against cwd changes.
|
9 months ago |
heck
|
b78ec5d9f0
|
DOC: move comments to header
|
9 months ago |
heck
|
0291ee4737
|
FIX: fs-mutex - make resilient against cwd changes.
|
9 months ago |
heck
|
aedf73f772
|
Return pointers instead of refs, because its too dangerous with the bloody auto keyword that takes a copy if you are not careful. This will never happen using pointers.
Tongue in cheek situation but hrmpl..
|
9 months ago |
heck
|
33864efbb1
|
Create project structure after extraction from libpEpAdapter repo
|
9 months ago |
heck
|
586ba76435
|
Tests - rename utils.hh to test_utils.hh
|
10 months ago |
heck
|
9af15eeec0
|
Test: PityTest - Fix linux build
|
12 months ago |
heck
|
7acf7fc0c7
|
Test: PitySwarm - fix bug swarm of size 1
|
12 months ago |
heck
|
a7ba15db86
|
Test: PityTest - PityNode add class TestIdent
|
12 months ago |
heck
|
e598cb4322
|
Test: PityTest - PityPerspective group and peer handling
|
12 months ago |
heck
|
60f38eefc9
|
Test: PityTest - PitySwarm perspective transformation updated
|
12 months ago |
heck
|
fa567c69b6
|
Test: PityTest - PitySwarm copy is borken, and also transport has a problem because ident is unit name, which exists twice then...
|
12 months ago |
heck
|
a0e6a0cfe3
|
Test: PityTest - AbstractPityUnit fix PROC_SEQ (added wait()), rename
|
12 months ago |
heck
|
8121882f98
|
Test: PityTest - PitySwarm overhaul, copyable now, getLeafUnit() HACK BECAUSE NO TIME, in the end there will of course be several leaf units in any swarm node.... but for now we just copy the swarm...
|
12 months ago |
heck
|
89c7d3e80b
|
Test: PityTest - PityUnit add setContext() twice, pointer takes reference, Value copies and own the thing....
|
12 months ago |
heck
|
158caafa2a
|
Test: PityTest - PityTree addCopy() for lvalue refs, too, please, add getChildrenCount(), debatable, copy-assign i think i like to avoid it.
|
12 months ago |
heck
|
4d2be74b06
|
Test: PityTest - PityPerspective make model const, lets see...
|
12 months ago |
heck
|
f8a579fd99
|
Test: PityTest - AbstractPityUnit add setExecMode()
|
12 months ago |
heck
|
0183ea0047
|
Test: PitySwarm - Adjust ownership model for new PityTree
|
12 months ago |
heck
|
53fbdb0a02
|
Test: PityTest - PityUnit Include cleanup
|
12 months ago |
heck
|
f485c09bb4
|
Test: PityTest - PityTree Include cleanup
|
12 months ago |
heck
|
c84b31a559
|
Test: PityTest - PityTransport.cc Include cleanup
|
12 months ago |
heck
|
7409ed4b26
|
Test: PityTest - AbstractPityUnit.cc Include cleanup
|
12 months ago |
heck
|
757225f227
|
Test: PityTest - PityUnit when copy, make a copy of the inherited model.
|
12 months ago |
heck
|
7eee9affab
|
Test: PityTest - PityUnit add ad-hoc class as default TestContext. We should have a proper baseclass for the context.
|
12 months ago |
heck
|
ab0a743ad2
|
Test: PityTest - PityTree addNew() as abstract factory with perfect forwarding
|
12 months ago |
heck
|
3c8e3c0705
|
Test: PityTest - PityUnit add copy assign operator
|
12 months ago |
heck
|
3c3cd5b536
|
Test: PityTest - AbstractPityUnit add copy assign operator
|
12 months ago |
heck
|
9bd1c7355c
|
Test: PityTest - PityTree add copy assign operator
|
12 months ago |
heck
|
905141dc3b
|
Test: PityUnit - Copy C'tor, clone()
|
12 months ago |
heck
|
400989655b
|
Test: PityTest - Copy C'tor
|
12 months ago |
heck
|
45be1fe127
|
Test: PityTree - RValue refs, copy constructor, addRef/addCopy/addNew
Tree can now own or reference nodes, mixed.
|
12 months ago |
heck
|
e5d0d10430
|
Test: PityTest - fix PITYASSERT_THROWS()
|
12 months ago |
heck
|
f093895fe1
|
Tests: PityTest - Add main header PityTest.hh
Also rename PTASSERT to PITYASSERT
|
12 months ago |
heck
|
4b48fcd203
|
Tests: PityTree - add setName() / getChild()
|
12 months ago |
heck
|
e258b1cdc6
|
Tests: AbstractPityUnit - print full path of RootUnit
|
12 months ago |
heck
|
d6e2f0933e
|
Tests: AbstractPityUnit - init log_mutex in construction
|
12 months ago |
heck
|
755b756655
|
Tests: AbstractPityUnit - fix init order
|
12 months ago |
heck
|
f3447b8446
|
Tests: AbstractPityUnit - move init from constructor to run()
|
12 months ago |
heck
|
5f3e151816
|
Tests: PityTest - PitySwarm update constructor semantics
|
12 months ago |
heck
|
e5aa9c6ef2
|
Tests: PityTest - PityUnit change constructor semantics (parent)
|
12 months ago |
heck
|
28cf819793
|
Tests: PityTest - PityUnit, move tree functionality into base class
|
12 months ago |
heck
|
398ab9c7e2
|
Test: PityTest - Abstract base for PityUnit
This enables PityUnits of different context types in a single tree.
|
12 months ago |
heck
|
3ce612e5bf
|
Test: update all tests to return int
|
12 months ago |
heck
|
f1183af616
|
Test: PityTest - Units return int
|
12 months ago |
heck
|
43e383d8f7
|
Test: PityTest - processUnit term colors
|
1 year ago |
heck
|
7a3971052a
|
Includes for linux build.
Some windows compat ensured
|
1 year ago |
heck
|
a9c58e42bf
|
Tests: PitySwarm - own_groups auto generated
|
1 year ago |