- 16 Aug, 2010 1 commit
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2730 e5f2f494-b856-4b98-b285-d166d9295462
-
- 06 Aug, 2010 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2655 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Jun, 2010 2 commits
-
-
Jeremy C. Reed authored
And point to it. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2068 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2046 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 May, 2010 1 commit
-
-
Jeremy C. Reed authored
I forgot to commit this with r1836. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1912 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Mar, 2010 2 commits
-
-
Jeremy C. Reed authored
Now use --disable-install-configurations to disable. It still checks before overwriting. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1590 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
for DISTCHECK_CONFIGURE_FLAGS to disable the custom installation of configurations, so the make distcheck uninstall doesn't have leftover files. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1570 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
Note that the unittests have different names and different directory names. Also some are in dedicated directories and some are not. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1336 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
This is based on ideas done in experiments/jreed-layout, but I manually did this again. Moved around directory structures. A single python subdirectory under src/lib for single "isc" module. No "cpp" directories. No pyshared or includes symlink trees. I tested running the c++ tests and python tests. I tested running run_bind10.sh from source tree (with nothing installed). I tested running bind10 from installed (after moving source). git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1120 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Feb, 2010 2 commits
-
-
Jelte Jansen authored
reviewed by jeremy git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@739 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
don't forget to make clean and autoreconf again git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@735 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 Feb, 2010 1 commit
-
-
Jeremy C. Reed authored
This makes it so I can now actually run bind10 without any installation first. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@713 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Feb, 2010 2 commits
-
-
Jelte Jansen authored
so that we do not have to add /cpp/ to every #include line - removed /cpp/ from every include line git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@700 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
- isc::data::TypeError is now a subtype of isc::dns::Exception (which i think we should move to namespace isc::) - isc::data::ParseError not yet; it is a subclass of std::runtime_error (due to the error in quiestion being constructed on the fly, can we add an equivalent of that to isc::[dns::]Exception? - toWire() family of functions now writes directly to a stream, with a convenience function for Element that does return a std::string - removed unused and unspecified toXML functions git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@699 e5f2f494-b856-4b98-b285-d166d9295462
-
- 01 Feb, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@695 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Jan, 2010 1 commit
-
-
Jelte Jansen authored
make clean-local a bit smarter (check if the directories exist, remove all symlinks in there even the ones we didn't create ourselves, so if we ever remove one old make cleans won't fail, and use -f for rm so it also won't fail if we add a new one) the 'forward' targets might also need smartness like this (if we add one we'll have to make clean to have make create them right now) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@641 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Jan, 2010 1 commit
-
-
Jelte Jansen authored
The reason is so that we can omit /cpp/ from #include statements, and that we can have common base names for python modules (like isc) from different directories. This extension creates, in the build directory, two directories that contain symlinks. The relevant symlinks are made one by one, as i haven't thought of a way to derive that information automatically. If we add a directory that contains stuff another part depends on, we'll need to add it here. It currently is not used by the python scripts and cpp makefiles. To do so do the following: C++: In your Makefile.am, change AM_CPPFLAGS = -I$(top_srcdir)/src/lib to AM_CPPFLAGS = -I$(top_builddir)/include and remove all /cpp parts from the relevant include statements Python: change your startup script .in file to have PYTHONPATH=@top_builddir@/pyshared instead of the paths with the /python at the end. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@606 e5f2f494-b856-4b98-b285-d166d9295462
-
- 31 Dec, 2009 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@423 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Dec, 2009 1 commit
-
-
Jelte Jansen authored
configure --with-lcov will try /usr/bin and /usr/local/bin for the lcov and genhtml binaries (use --with-lcov=PATH to specify a full path to the lcov binary, genhtml is assumed to be in the same one) this enables a new makefile target; coverage make coverage removes old coverage results, performs the tests (by depending on make check), and generates a new report in coverage/ git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@412 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Dec, 2009 1 commit
-
-
Jelte Jansen authored
also added a is_null(ElementPtr) function added a test target to the main makefile (which will execute any executable binary in the tree that ends with "unittests") git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@387 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Oct, 2009 1 commit
-
-
JINMEI Tatuya authored
(I used automake since it seems to be a convenient way of quick start, but we can change that to in-house Makefile.in's later if we want) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@90 e5f2f494-b856-4b98-b285-d166d9295462
-