- 14 Jun, 2013 7 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
This way cppcheck should recognize it as such.
-
Michal 'vorner' Vaner authored
Instead of assignment in the copy constructor.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 13 Jun, 2013 5 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Michal 'vorner' Vaner authored
Put it so cppcheck finds it.
-
- 12 Jun, 2013 19 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It contains pointers, doesn't make sense to copy and writing copy constructors would be extra work.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The variable is in larger scope because it is used as a constant, so it's at the top of the function.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
They are used, but cppcheck is probably confused about use from friend class and templates. I'd be confused myself and I'm not written in C++, so it is excused.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It seems to check more and run longer. It also produces bunch of new warnings.
-
Michal 'vorner' Vaner authored
This reverts commit 6ce96d1b. This should have gone to a branch, not master :-|.
-
Michal 'vorner' Vaner authored
It seems to check more and run longer. It also produces bunch of new warnings.
-
- 11 Jun, 2013 7 commits
-
-
ssh://git.bind10.isc.org/var/bind10/git/bind10Jeremy C. Reed authored
edited src/bin/resolver/bench/Makefile.am to remove unneeded linking.
-
Jeremy C. Reed authored
remove GTEST_LDADD as discussed on jabber the benchmark tool doesn't use googletest
-
Thomas Markwalder authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
-
Tomek Mrugalski authored
-
- 10 Jun, 2013 2 commits
-
-
Thomas Markwalder authored
getenv requires include of stdlib.h in src/bin/d2/d2_controller.cc
-
Mukund Sivaraman authored
-