- 08 Jan, 2013 3 commits
-
-
Marcin Siodelski authored
Conflicts: src/lib/dhcpsrv/Makefile.am
-
Marcin Siodelski authored
-
JINMEI Tatuya authored
-
- 07 Jan, 2013 18 commits
-
-
-
Stephen Morris authored
Addendum to ticket 2524 - the makefile omitted to make sure the dhcpsrv_messages.mes file were in the distribution tarball
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
Using g++, on some systems a call to system() is tagged with the "warn unused result" attribute. As all warnings are promoted to errors, all uses of system() must use the returned status code.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
I thought that explicit type name made the code more readable, but maybe that's not the case so I've removed it now. It still needs to be specified in the other constructor.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 04 Jan, 2013 14 commits
-
-
JINMEI Tatuya authored
-
Stephen Morris authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Marcin Siodelski authored
-
Mukund Sivaraman authored
-
Marcin Siodelski authored
-
Michal 'vorner' Vaner authored
The method can be called by boost::bind directly.
-
Michal 'vorner' Vaner authored
When passing an argument to boost::bind by value, it was copied (obviously, since it allowed removal of const). Add the const and use a pointer to avoid the copy of possibly large object.
-
Michal 'vorner' Vaner authored
GCC requires the method passed to boost::bind to be public (not sure if it is a bug or required by standard, but this way it compiles and it doesn't expose anything anyway, since the class definition is in .cc).
-
Mukund Sivaraman authored
-
Marcin Siodelski authored
-
JINMEI Tatuya authored
this fixes unittest failure on a static-link build (not really static-link specific, but this happens if sqlite3 tests are skipped). beyond the super trivial level, but I'm sure and have confirmed it fixes the problem, so I'm committing it now.
-
- 03 Jan, 2013 5 commits
-
-
Stephen Morris authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
maybe a matter of taste, but this version would be a bit more concise.
-