source: src/graph/graph.hh @ 07a2d0

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @684efc   4 years tiago Implement optional wrapping of graphs to deal with edge index housekeeping ...
(edit) @d0a73f   4 years tiago Rename fast_vector_property_map to checked_vector_property_map This makes ...
(edit) @0c87c4   4 years tiago Improve run_action module Now inline() automatically converts known ...
(edit) @ba56eb   4 years tiago Fix edge index housekeeping
(edit) @d6422b   4 years tiago Fix symbol visibility Now all symbols are exported by default, except ...
(edit) @0ababf   4 years tiago Disable internal bounds checking in property maps This includes a new ...
(edit) @8ae75c   4 years tiago Add direct support for degree propery map creation i.e. ...
(edit) @8cd708   5 years tiago Fix compilation with boost 1.37
(edit) @7cdf96   5 years tiago Expose internal graph and index maps in GraphInterface This makes ...
(edit) @dc184b   5 years tiago Fix edge indexing problem when modifying graph This fixes a rather ...
(edit) @e984bf   5 years tiago Externalize property maps by default This commit removes the internal ...
(edit) @ee25ea   5 years tiago Fix run_action A couple of bugs fixed. Local frame dict is read-only in ...
(edit) @360a33   5 years tiago Correlations algorithms refactoring The whole histogram code has been ...
(edit) @99bf21   5 years tiago Port graph I/O to new filtering engine, enable graph pickling, and fix ...
(edit) @3cfff0   5 years tiago Split libgraph_tool into sub-modules and add test cases This commit ...
(edit) @0b66e2   5 years tiago Refactor metaprogramming engine This is a huge commit which completely ...
(edit) @0c1f0d   6 years tiago Fix visibility/RTTI problem with run_action() Some visibility voodoo is ...
(edit) @866bb9   6 years tiago Add support for running arbitrary C++ code from python It is now possible ...
(edit) @cb1570   6 years tiago Some reorganization and change check_filter() to run_action()
(edit) @db4406   6 years tiago Fix edit_{vertex|edge|graph}_property() The graph object passed to the ...
(edit) @d0cf19   6 years tiago Merge branch 'rewiring' Improve formatting of src/graph/graph_rewiring.cc ...
(edit) @1a0e9b   6 years tiago Further improvements of the python interface Property maps can now be ...
(edit) @06358b   6 years tiago Further improvement of python interface Vertices and edges can be ...
(edit) @3fedbb   6 years abdo Merge branch 'master' of ...
(edit) @07be3f   6 years tiago Code cleanups, and cosmetic changes Line breaks at column 80 were added, ...
(edit) @ae2fe6   6 years abdo Revert "Remove graph rewiring" It's still buggy (of course), but now ...
(edit) @32ae55   6 years tiago Fix GetEdgeHistogram() for undirected graphs The Histogram type 'hist_t' ...
(edit) @23e319   6 years tiago Added --purge-edges and --purge-vertices option Filtered vertices and ...
(edit) @f61894   6 years tiago Remove graph rewiring Remove graph rewiring for now, since it's quite ...
(edit) @8e9620   6 years tiago Simplify range filtering, and definitely remove python filtering ...
(edit) @c3a656   6 years tiago * src/graph-tool: change layout and community graph options. * ...
(edit) @32990e   6 years tiago * ChangeLog: updated ChangeLog file with svn history * ...
(edit) @0075ec   6 years tiago * normalize betweenness centrality * include central point dominance ...
(edit) @ba2aee   6 years tiago * add support for betweenness centrality * change from ...
(edit) @d199d4   6 years tiago graph-tool is now GPL v3 git-svn-id: ...
(edit) @c0534f   6 years tiago * edit graph property support * 'Graph' type now available to python ...
(edit) @0cf8f0   6 years tiago * added "--list-properties" option * added support for specifying property ...
(edit) @00d1e4   6 years tiago included option to disable python and range filtering during compilation, ...
(edit) @aca447   6 years tiago add support for weights in degree correlations git-svn-id: ...
(edit) @531da9   7 years tiago _really_ change all tabs to spaces (sed, why have you forsaken me?) ...
(edit) @6b764b   7 years tiago converted tabs to spaces (emacs, why have you forsaken me?) git-svn-id: ...
(edit) @dbb7bb   7 years tiago Added LabelParallelEdges() git-svn-id: ...
(edit) @05414a   7 years tiago * Added community network generation * Added line graph generation * ...
(edit) @3243af   7 years tiago * graph_community.cc: - added support for saving annealing history to ...
(edit) @fd7e85   7 years tiago * ComponentSizeHistogram() becomes LabelComponents() * fixed saving of ...
(edit) @adb170   7 years tiago * src/graph/graph_community.cc: Extensively re-written. Now it's a bit ...
(edit) @19068a   7 years tiago * corrected and improved graph community code, thereby fixing ticket:6 ...
(edit) @999db6   7 years tiago * correct graphml headers * fix ticket [9] * fix --for bug with multiple ...
(edit) @c759f2   7 years tiago * Added minimum spanning tree support * Range filters now support all ...
(edit) @3266b0   7 years tiago * added support for reciprocity * python_filtering: added n_parallel() ...
(edit) @224bd5   7 years tiago * add EditVertexProperty() and EditEdgeProperty() * cleanup ...
(edit) @1152b5   7 years tiago * add GetDistanceHistogram, instead of GetAverageDistance * add ...
(edit) @8f4950   7 years tiago * added extended clustering code * separated graphml code into graphml.hpp ...
(edit) @3445d8   7 years tiago * added GetAverageCombinedVertexCorrelation() * put combined degree ...
(edit) @aaaa4b   7 years tiago * generalized GetCombinedDegreeHistogram() into ...
(edit) @53c936   7 years tiago * move distance stuff to src/graph/graph_distance.cc * average distances ...
(edit) @6855de   7 years tiago * fix assortativity coefficient * add jackknife variance * add scalar ...
(edit) @479e4d   7 years tiago * fix clustering and add jackknife variance * fix history temp file ...
(edit) @3412e2   7 years tiago * removed neighbour selectors (not really needed at all). Improves ...
(edit) @55cdce   7 years tiago removing edge selectors, since the same behaviour can be obtained by using ...
(add) @a9aff6   7 years tiago Initial import git-svn-id: https://svn.forked.de/graph-tool/trunk@1 ...
Note: See TracRevisionLog for help on using the revision log.