- 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 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 07 Jan, 2013 12 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
-
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.
-
- 05 Jan, 2013 1 commit
-
-
JINMEI Tatuya authored
-
- 04 Jan, 2013 17 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
-
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
-
- 03 Jan, 2013 7 commits
-
-
Marcin Siodelski authored
-
Stephen Morris authored
-
Marcin Siodelski authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
maybe a matter of taste, but this version would be a bit more concise.
-
JINMEI Tatuya authored
-
Marcin Siodelski authored
-