Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-08 | test: Convert test/sbuild/personality to use gtest | Roger Leigh | 2 | -106/+60 | |
2013-09-08 | test: Convert test/sbuild/keyfile to use gtest | Roger Leigh | 2 | -223/+184 | |
2013-09-08 | test: Convert test/sbuild/lock to use gtest | Roger Leigh | 2 | -130/+100 | |
2013-09-08 | test: Convert test/sbuild/parse-value to use gtest | Roger Leigh | 2 | -90/+51 | |
2013-09-08 | test: Convert test/sbuild/regex to use gtest | Roger Leigh | 2 | -71/+38 | |
2013-09-08 | test: Convert test/sbuild/nostream to use gtest | Roger Leigh | 2 | -21/+6 | |
2013-09-08 | test: Convert test/sbuild/util to use gtest | Roger Leigh | 2 | -66/+45 | |
2013-09-08 | debian: Bump version to 1.7.1-1 and add gtest support | Roger Leigh | 3 | -2/+20 | |
2013-09-08 | NEWS: Bump version to 1.7.1 and document gtest | Roger Leigh | 1 | -0/+7 | |
2013-09-08 | README: Document gtest dependency | Roger Leigh | 1 | -0/+14 | |
2013-09-08 | build: Configure gtest with GTEST_ROOT | Roger Leigh | 1 | -1/+4 | |
2013-09-08 | test: Convert test/sbuild/environment to use gtest | Roger Leigh | 2 | -308/+249 | |
2013-09-08 | scripts/global.mk: Add $(top_builddir) and $(top_srcdir) to AM_CXXFLAGS | Roger Leigh | 1 | -1/+1 | |
2013-09-08 | test: Add libtest2 using gtest | Roger Leigh | 2 | -1/+42 | |
2013-09-08 | build: Add check for gtest | Roger Leigh | 1 | -1/+20 | |
2013-09-08 | build: Don't use DEFAULT_INCLUDES | Roger Leigh | 1 | -0/+2 | |
2013-09-08 | Ignore files created by automake 1.14 | Roger Leigh | 3 | -1/+5 | |
2013-05-19 | Added German manpage | Chris Leick | 1 | -0/+6503 | |
2013-05-19 | Included German po4a translation/fixed some typos | Chris Leick | 3 | -2/+3 | |
2013-05-05 | debian: Fix typo of -dev rather than -dbg | Roger Leigh | 1 | -1/+1 | |
2013-05-05 | debian: Update changelog daterelease/schroot-1.7.0debian/schroot-1.7.0-1 | Roger Leigh | 1 | -1/+1 | |
2013-05-05 | build: Correct minor VPATH issues | Roger Leigh | 2 | -4/+4 | |
2013-05-05 | debian: Close #637870 and set distribution to experimental | Roger Leigh | 1 | -5/+6 | |
2013-05-05 | NEWS: Add development release info | Roger Leigh | 1 | -1/+2 | |
2013-05-05 | debian: Correct library dependencies | Roger Leigh | 1 | -2/+3 | |
2013-05-05 | po: Update | Roger Leigh | 12 | -6793/+6706 | |
2013-05-05 | po: Update POTFILES.in with new source files | Roger Leigh | 1 | -35/+42 | |
2013-05-05 | all: Place const before typename for const references | Roger Leigh | 105 | -854/+854 | |
2013-05-05 | chroot::facet: storage is an interface only | Roger Leigh | 18 | -74/+58 | |
storage does not derive from facet. | |||||
2013-05-05 | sbuild::chroot: clone checks for storage facet | Roger Leigh | 1 | -0/+2 | |
To sanity check the chroot state when cloning sessions and source chroots, ensure that the chroot contains a storage facet. | |||||
2013-05-04 | facet::factory: Use facet_info::name for facet::get_name to avoid duplication | Roger Leigh | 18 | -70/+37 | |
2013-05-04 | facet::unshare: Remove unnecessary #ifdefs | Roger Leigh | 1 | -4/+0 | |
It's conditionally compiled if the header or unshare function are missing. | |||||
2013-05-04 | lib: Sources use namespace scoping | Roger Leigh | 52 | -4920/+4952 | |
Enclose in namespace as for all other sources. | |||||
2013-05-04 | libexec: Sources use namespace scoping | Roger Leigh | 16 | -889/+931 | |
Enclose in namespace as for sbuild sources. | |||||
2013-05-04 | chroot::facet: Update doxygen description | Roger Leigh | 1 | -5/+6 | |
2013-05-04 | sbuild::chroot: Don't install session_clonable facet automatically | Roger Leigh | 12 | -15/+52 | |
Require it to be installed by facets which provide the functionality. | |||||
2013-05-04 | sbuild::chroot: Automatically install factory-created facets | Roger Leigh | 2 | -10/+39 | |
Automatically create facets with auto_install set to true. Add add_facet_by_name method to avoid type errors using the plain add_facet interface. | |||||
2013-05-04 | chroot::facet::factory: Add auto_install property | Roger Leigh | 20 | -1/+41 | |
2013-05-04 | sbuild: Move session_flags from chroot to chroot::facet | Roger Leigh | 28 | -120/+117 | |
This breaks a circular dependency between the two classes. The flags are also used primarily by the facets, so this is a better location for them. | |||||
2013-05-04 | TODO: Remove done and obsolete items | Roger Leigh | 1 | -9/+0 | |
2013-05-04 | chroot::facet::facet: Remove chroot parameter from all methods | Roger Leigh | 33 | -369/+248 | |
Use internal "owner" member instead. | |||||
2013-05-04 | facet::fsunion: Drop pre-facet special case | Roger Leigh | 1 | -6/+0 | |
2013-05-04 | sbuild::chroot: Remove obsolete keys | Roger Leigh | 2 | -67/+0 | |
2013-05-04 | NEWS: Document refactoring and version output changes | Roger Leigh | 1 | -0/+10 | |
2013-05-04 | build: personality support is not built if not available | Roger Leigh | 6 | -41/+66 | |
2013-05-04 | Merge branch 'chroot-type-class-removal' | Roger Leigh | 145 | -5142/+5789 | |
2013-05-04 | debian: Add shared library | Roger Leigh | 5 | -21/+47 | |
2013-05-04 | All code uses <> includes | Roger Leigh | 64 | -115/+112 | |
2013-05-04 | build: Install headers into correct subdirectories | Roger Leigh | 2 | -27/+46 | |
2013-05-04 | sbuild::chroot: Remove concrete implementations of chroot types | Roger Leigh | 17 | -1030/+0 | |