- Nov 21, 2018
-
-
David Parsons authored
-
David Parsons authored
-
David Parsons authored
-
- Nov 20, 2018
-
-
David Parsons authored
An UndirectedHyperGraph may now be converted into another uHG with the same Vertex and Edge types but another set of (Vertex-, Edge- and Graph-) Properties
-
David Parsons authored
A DirectedHyperGraph may now be converted into another DHG with the same Vertex and Edge types but another set of (Vertex-, Edge- and Graph-) Properties
-
David Parsons authored
All instanciations of template class UndirectedHypergraph are friends to one another
-
David Parsons authored
All instanciations of template class DirectedHypergraph are friends to one another
-
David Parsons authored
All instanciations of template class Hypergraph are friends to one another
-
David Parsons authored
-
- Nov 12, 2018
-
-
David Parsons authored
-
David Parsons authored
-
David Parsons authored
-
David Parsons authored
An implicitly-defined dtor is non virtual, which may lead to memory leaks
-
- Nov 09, 2018
-
-
David Parsons authored
-
David Parsons authored
-
- Nov 05, 2018
-
-
David Parsons authored
-
David Parsons authored
-
David Parsons authored
-
David Parsons authored
-
David Parsons authored
-
David Parsons authored
-
David Parsons authored
-
David Parsons authored
-
David Parsons authored
Each include dir is responsible for adding its header files to hglib_HEADER_FILES
-
David Parsons authored
-
David Parsons authored
-
David Parsons authored
subrepo: subdir: "lib/filtered_vector" merged: "95c52f7c" upstream: origin: "git@gitlab.inria.fr:kirikomics/filtered_vector.git" branch: "master" commit: "120ed556" git-subrepo: version: "0.4.0" origin: "???" commit: "???"
-
David Parsons authored
-
David Parsons authored
Extracting the definition of these nested classes from their enclosing class makes the whole more readable
-
- Oct 30, 2018
-
-
David Parsons authored
There was no reason to return a copy, make it a const ref
-
David Parsons authored
Make HyperedgeBase::SpecificAttributes::Clone pure virtual to prevent developers of derived classes from forgetting to override it
-
- Oct 29, 2018
-
-
David Parsons authored
-
David Parsons authored
-
David Parsons authored
Used to be done from Derived classes init ctors
-
David Parsons authored
-
David Parsons authored
Handle DirectedHyperedge SpecificAttributes through a class hierarchy with base class DirectedHyperedgeBase::SpecificAttributes
-
David Parsons authored
Handle UndirectedHyperedge SpecificAttributes through a class hierarchy with base class UndirectedHyperedgeBase::SpecificAttributes
-
David Parsons authored
-
- Oct 19, 2018
-
-
David Parsons authored
-
David Parsons authored
-