aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-07-05Add backlink to moduleBoris Kolpackov1-0/+1
2018-07-03Initialize Apache's module flags only if AP_MODULE_HAS_FLAGS macro is definedKaren Arutyunov1-2/+5
2018-06-28Bump build2 version requirement to 0.8.0Boris Kolpackov1-2/+2
2018-06-22Use uncaught_exceptions() if availableKaren Arutyunov3-26/+44
C++17 deprecated uncaught_exception() and GCC 8 now issues a warning.
2018-06-20Regularize .gitignore filesKaren Arutyunov2-0/+8
2018-06-13Default version epoch to oneKaren Arutyunov10-24/+63
2018-06-12Make project url and email optional in package manifestKaren Arutyunov12-73/+82
2018-06-06Update submodulesBoris Kolpackov1-0/+0
2018-06-01Remove target/scope irregularity workaroundsKaren Arutyunov1-1/+1
2018-05-31Add note on including repository type in build-task requestsBoris Kolpackov1-1/+1
2018-05-31Bump version to 0.8.0-a.0.z, master is open for businessBoris Kolpackov2-8/+8
2018-05-29Adapt to moving repository git.build2.org/etc/style.git to ↵0.7.0Karen Arutyunov1-1/+1
git.build2.org/style.git
2018-05-29Close database schema versionBoris Kolpackov2-2/+2
2018-05-29Bump version to 0.7.0Boris Kolpackov2-8/+8
2018-05-29Update NEWS fileBoris Kolpackov1-0/+7
2018-05-29Update style submoduleBoris Kolpackov1-0/+0
2018-05-29Minor terminology update (package/project dependency manager)Boris Kolpackov1-1/+1
2018-05-26Update preface in manualBoris Kolpackov1-1/+3
2018-05-24Adapt to inventing package_name typeKaren Arutyunov28-155/+320
2018-05-21Update style submoduleBoris Kolpackov1-0/+0
2018-05-19Update copyright yearKaren Arutyunov97-100/+100
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov4-17/+3
2018-05-17Pass ignore_dangling flag to dir_iterator() ctorKaren Arutyunov1-1/+1
2018-05-07Update submodulesBoris Kolpackov1-0/+0
2018-05-04Adapt to version epoch syntax change from '<num>~' to '+<num>-'Karen Arutyunov7-19/+19
2018-05-04Adjust to new scope syntaxKaren Arutyunov1-1/+1
2018-05-03Adapt to optional base repository manifestKaren Arutyunov8-15/+18
2018-04-13Update style submoduleBoris Kolpackov1-0/+0
2018-03-15Add support for version iterationKaren Arutyunov2-11/+13
2018-03-12Use c++14 during ODB compilationBoris Kolpackov1-4/+4
2018-03-05Update submodulesBoris Kolpackov1-0/+0
2018-03-05Add .manifest extension to repositories, packages and signature filesKaren Arutyunov20-13/+13
2018-03-05Style/naming cleanup in man synopsisBoris Kolpackov3-10/+10
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov3-21/+21
2018-02-14Adapt to package/repository manifests API changeKaren Arutyunov1-7/+7
2018-02-12Adapt to making repository_url(string) ctor explicitKaren Arutyunov2-7/+15
2018-02-02Adjust tests to new test rule semanticsBoris Kolpackov1-1/+1
2018-02-02Revert broken install workaroundBoris Kolpackov2-2/+2
2018-01-15Adapt to adding type prefix for repository canonical nameKaren Arutyunov1-10/+10
2018-01-15Mention potential issues with SELinuxBoris Kolpackov2-6/+17
2017-12-28Make use of butl url encode() and decode() functionsKaren Arutyunov8-127/+71
2017-12-28Adapt to repository location interface changeKaren Arutyunov3-32/+29
2017-12-17Convert to using operator<<(ostream,process_exit)Boris Kolpackov1-17/+1
2017-12-01Resolve optional ambiguity in GCC 7Boris Kolpackov3-3/+10
2017-11-30Bump toolchain version dependency to 0.7.0 in manifestKaren Arutyunov1-2/+2
2017-11-17Update INSTALL with how to automatically start apache when postgres is startedBoris Kolpackov1-2/+13
What we had now worked for restart but not for separate stop and start which is what happens, for example, when the postgresql package is upgraded. Now whenever the postgresql service is started, systemd will also try to start apache2.
2017-10-03Adapt to modularization of libbutlKaren Arutyunov22-53/+55
2017-08-29Use system_clock instead of timestamp::clockKaren Arutyunov7-9/+10
2017-08-24Add version.hxx back into distribution and don't clean it up from srcKaren Arutyunov4-2/+10
2017-08-24Don't clean generated cli files from srcKaren Arutyunov4-8/+20