LUMIERA.clone/src/lib/diff
Ichthyostega eb829e6994 Bugfix: yet another init problem after swapping contents
yeah, working with open fire is dangerous...

For performace reasons I've undercut the premise
to make GenNode / Record immutable. Now I'm dealing with
raw storage layout together with this quite hairy distinction
between "attribute scope" and "child scope"

In hindsight, it might have been better to implement Record
as a single list, and to maintain a shortcut pointer to jump
to the start of the attributes.
2015-11-01 04:49:22 +01:00
..
diff-language.hpp allow for trace-logging the processed diff-tokens 2015-11-01 03:54:43 +01:00
diff.cpp reorganise compilation units 2015-08-30 04:57:32 +02:00
gen-node.cpp Generic Record: implement equivalence of Record and RecRef in comparison 2015-10-30 22:02:09 +01:00
gen-node.hpp Generic Record: implement equivalence of Record and RecRef in comparison 2015-10-30 22:02:09 +01:00
index-table.hpp allow for iterative access to the snapshot data in the lookup table 2015-01-04 14:23:12 +01:00
list-diff-application.hpp fix/change DiffApplicator to allow applying several diffs 2015-10-31 05:15:47 +01:00
list-diff-detector.hpp identify and decide on some of the insidious questions of design 2015-03-21 19:23:41 +01:00
list-diff.hpp diff-language interpreter: prefer to take payload by const& 2015-10-24 02:42:13 +02:00
record-content-mutator.hpp Bugfix: yet another init problem after swapping contents 2015-11-01 04:49:22 +01:00
record.hpp implement mutation of the current element (_THIS_) 2015-11-01 03:29:35 +01:00
tree-diff-application.hpp Bugfix: yet another init problem after swapping contents 2015-11-01 04:49:22 +01:00
tree-diff.hpp diff-language interpreter: prefer to take payload by const& 2015-10-24 02:42:13 +02:00
tree-mutator.hpp fix warnings found by CLang (3.5) 2015-08-16 01:37:04 +02:00