- 16 Sep, 2013 1 commit
-
-
Kean Johnston authored
-
- 12 Sep, 2013 1 commit
-
-
Kean Johnston authored
Also fixed a small bug in the previous commit where $CPPFLAGS was not being passed along with $CPP when checking the log4cplus version.
-
- 10 Sep, 2013 1 commit
-
-
Kean Johnston authored
... also cleaned up the display of config.report some to avoid the rather unsightly blank lines that were ejected quite frequently when a give variable had empty contents.
-
- 04 Sep, 2013 1 commit
-
-
Mukund Sivaraman authored
... and don't generate isc/server_common/bind10_server.py from isc/server_common/bind10_server.py.in. This fixes a builddir vs srcdir path failure for the isc.server_common module.
-
- 16 Aug, 2013 2 commits
-
-
Stephen Morris authored
The joker in the pack here is io_address.h, required by the DHCP header files. That refers to the headers-only version of Boost ASIO included in the BIND 10 source kit, so the ASIO files need to be copied as well.
-
Michal 'vorner' Vaner authored
-
- 14 Aug, 2013 1 commit
-
-
Mukund Sivaraman authored
Also fix configure argument name to match help documentation.
-
- 13 Aug, 2013 5 commits
-
-
Mukund Sivaraman authored
... as we only use it in an automake condition.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
This has caused issues in the past (see other error messages for example), and escaping with \ doesn't seem to help in those cases.
-
Michal 'vorner' Vaner authored
This reverts commit 2092528a. It should not go to master yet. Reverting until it is through review.
-
Michal 'vorner' Vaner authored
The switch doesn't have an effect yet.
-
- 12 Aug, 2013 2 commits
-
-
Michal 'vorner' Vaner authored
Tell more details about what the problem is.
-
Michal 'vorner' Vaner authored
The bug is in offset pointer, not in the red-black tree.
-
- 07 Aug, 2013 2 commits
-
-
Michal 'vorner' Vaner authored
After trying to persuade automake to disable optimisations selectively on the library or object file and trying desperate ways like https://lists.gnu.org/archive/html/automake/2006-09/msg00038.html, it produced a different kind of segfault with that version of boost. It's likely that part of boost was not matured in that version yet, so require new boost for the shared memory support.
-
Michal 'vorner' Vaner authored
With old version of boost and some versions of gcc, the RBTree implementation is not stable with optimisations turned on. Detect the old boost if we use gcc (no idea how to trigger it with the whole machinery of the crashing test, so testing against the version). Fail in that case now, we'll do something more drastic in following commits.
-
- 25 Jul, 2013 4 commits
-
-
Thomas Markwalder authored
NameChangeRequests from src/bin/d2 into their own library, libdhcp_ddns, in src/lib/dhcp_ddns.
-
Stephen Morris authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 24 Jul, 2013 1 commit
-
-
Stephen Morris authored
-
- 12 Jul, 2013 1 commit
-
-
Mukund Sivaraman authored
-
- 10 Jul, 2013 1 commit
-
-
Stephen Morris authored
Now awaiting the merging of #2980 (the hooks code) so that the configuration validation code can check if the libraries are valid before accepting the configuration.
-
- 09 Jul, 2013 2 commits
-
-
Stephen Morris authored
Only OSX uses ".dylib" as a suffix for shared libraries. Adjust configure.ac so that the operating system can be better determined, and ensure the hooks tests use the correct suffic for the test shared libraries.
-
Stephen Morris authored
Absence of "libdl" on BSD systems required an addition to configure.ac to check its presence. Problems with converting "pointer to object" to "pointer to void*" via reinterpret_cast on Solaris required an extension to the Pointer_converter class.
-
- 08 Jul, 2013 2 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 27 Jun, 2013 1 commit
-
-
Mukund Sivaraman authored
-
- 24 Jun, 2013 1 commit
-
-
JINMEI Tatuya authored
-
- 21 Jun, 2013 2 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
This manages LibraryManagers created for the libraries loaded.
-
- 20 Jun, 2013 1 commit
-
-
Thomas Markwalder authored
can be located properly. Unit test was failing during distcheck.
-
- 19 Jun, 2013 1 commit
-
-
Stephen Morris authored
runUnload() still has to be added.
-
- 18 Jun, 2013 1 commit
-
-
Mukund Sivaraman authored
-
- 17 Jun, 2013 2 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
The hooks framework now has its own directory in "lib" instead of living in "util".
-
- 12 Jun, 2013 4 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
it's basically empty yet.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-