Compare changes
Some changes are not shown.
For a faster browsing experience, only 85 of 106 files are shown. Download one of the files below to see all changes.
.git-blame-ignore-revs
0 → 100644
+2
−0
+1
−53
+1
−4
.pre-commit-config.yaml
0 → 100644
+39
−0
.travis.yml
deleted100644 → 0
+0
−27
.yapfignore
0 → 100644
+1
−0
AUTHORS
deleted100644 → 0
+0
−1
+85
−53
+1
−1
ChangeLog
deleted100644 → 0
+0
−202
INSTALL
deleted100644 → 0
+0
−21
NEWS
deleted100644 → 0
+0
−9
+19
−60
debian/changelog
deleted100644 → 0
+0
−17
debian/compat
deleted100644 → 0
+0
−1
debian/control
deleted100644 → 0
+0
−72
debian/copyright
deleted100644 → 0
+0
−14
debian/docs
deleted100644 → 0
+0
−2
debian/libdynamic-graph-python3.0.0.install
deleted100644 → 0
+0
−2
debian/python-dynamic-graph-dev.install
deleted100644 → 0
+0
−3
debian/python-dynamic-graph-doc.doc-base
deleted100644 → 0
+0
−13
debian/python-dynamic-graph-doc.install
deleted100644 → 0
+0
−1
debian/python-dynamic-graph.install
deleted100644 → 0
+0
−1
debian/python-dynamic-graph.postinst
deleted100644 → 0
+0
−12
debian/python-dynamic-graph.prerm
deleted100644 → 0
+0
−17
debian/rules
deleted100755 → 0
+0
−21
debian/source/format
deleted100644 → 0
+0
−1
debian/watch
deleted100644 → 0
+0
−3
doc/CMakeLists.txt
deleted100644 → 0
+0
−19
+0
−1
+0
−1
+15
−16
File changed and moved.
Contains only whitespace changes.
doc/sphinx/conf.py.in
deleted100644 → 0
+0
−199
doc/sphinx/index.rst.in
deleted100644 → 0
+0
−42
include/CMakeLists.txt
deleted100644 → 0
+0
−15
+18
−0
+76
−0
include/dynamic-graph/python/exception-python.hh
deleted100644 → 0
+0
−74
include/dynamic-graph/python/fwd.hh
0 → 100644
+21
−0
include/dynamic-graph/python/module.hh
0 → 100644
+86
−0
+12
−0
+64
−0
include/dynamic-graph/python/signal.hh
0 → 100644
+72
−0
package.xml
0 → 100644
+32
−0
pyproject.toml
0 → 100644
+3
−0
setup.cfg
0 → 100644
+4
−0
+15
−115