Commits on Source (26)
-
Guilhem Saurel authored
To fix build issues on dependent packages on 16.04
-
Guilhem Saurel authored
[CMake] upgrade C++ standard from 11 to 14
-
Guilhem Saurel authored
-
Guilhem Saurel authored
fix: …/dynamic-graph/src/dgraph/entity.cpp: In member function ‘void dynamicgraph::Entity::sendMsg(const string&, dynamicgraph::MsgType, const string&)’: …/dynamic-graph/src/dgraph/entity.cpp:212:52: warning: ‘void dynamicgraph::Logger::sendMsg(std::__cxx11::string, dynamicgraph::MsgType, const string&)’ is deprecated: use stream(type, lineId) << msg [-Wdeprecated-declarations] logger_.sendMsg("[" + name + "]" + msg, t, lineId); ^ In file included from …/dynamic-graph/include/dynamic-graph/entity.h:18:0, from …/dynamic-graph/src/dgraph/entity.cpp:13: …/dynamic-graph/include/dynamic-graph/logger.h:225:3: note: declared here sendMsg(std::string msg, MsgType type, const std::string &lineId = ""); ^~~~~~~ ref. #58
-
Guilhem Saurel authored
update deprecations for C++14
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
reformat for clang-format-12
-
Guilhem Saurel authored
-
Guilhem Saurel authored
linters: fix clang-check-12
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
Devel
-
Add support for long int.
-
While here fix the exception message for int (remove the second int). Fix the test accordingly.
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
maintenance chores
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
Showing
- .clang-format 0 additions, 3 deletions.clang-format
- .git-blame-ignore-revs 32 additions, 0 deletions.git-blame-ignore-revs
- .gitignore 2 additions, 1 deletion.gitignore
- .gitmodules 1 addition, 4 deletions.gitmodules
- .pre-commit-config.yaml 26 additions, 0 deletions.pre-commit-config.yaml
- .travis 0 additions, 1 deletion.travis
- .travis.yml 0 additions, 33 deletions.travis.yml
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- NEWS 0 additions, 1 deletionNEWS
- README.md 1 addition, 0 deletionsREADME.md
- cmake 1 addition, 1 deletioncmake
- doc/Doxyfile.extra.in 2 additions, 2 deletionsdoc/Doxyfile.extra.in
- doc/pictures/entity.svg 1 addition, 1 deletiondoc/pictures/entity.svg
- include/dynamic-graph/all-commands.h 1 addition, 1 deletioninclude/dynamic-graph/all-commands.h
- include/dynamic-graph/all-signals.h 1 addition, 1 deletioninclude/dynamic-graph/all-signals.h
- include/dynamic-graph/command-bind.h 234 additions, 209 deletionsinclude/dynamic-graph/command-bind.h
- include/dynamic-graph/command-direct-getter.h 10 additions, 8 deletionsinclude/dynamic-graph/command-direct-getter.h
- include/dynamic-graph/command-direct-setter.h 11 additions, 9 deletionsinclude/dynamic-graph/command-direct-setter.h
- include/dynamic-graph/command-getter.h 8 additions, 7 deletionsinclude/dynamic-graph/command-getter.h
- include/dynamic-graph/command-getter.t.cpp 6 additions, 4 deletionsinclude/dynamic-graph/command-getter.t.cpp
.clang-format
deleted
100644 → 0
.git-blame-ignore-revs
0 → 100644
.pre-commit-config.yaml
0 → 100644
.travis.yml
deleted
100644 → 0
This diff is collapsed.