- 10 Jan, 2013 1 commit
-
-
Jelte Jansen authored
Rather, it does a getValue on all top-level elements and puts them in the map to return This changes behaviour slightly, but it should reflect the actual use better than the old ones (even in existing cases)
-
- 08 Jan, 2013 3 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 07 Jan, 2013 15 commits
-
-
Marcin Siodelski authored
-
JINMEI Tatuya authored
it's probably more intuitive than False.
-
Marcin Siodelski authored
-
Stephen Morris authored
Addendum to ticket 2524 - the makefile omitted to make sure the dhcpsrv_messages.mes file were in the distribution tarball
-
Michal 'vorner' Vaner 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
-
- 05 Jan, 2013 1 commit
-
-
JINMEI Tatuya authored
-
- 04 Jan, 2013 20 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Stephen Morris authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya 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
-
Marcin Siodelski 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.
-