aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
AgeCommit message (Collapse)AuthorFilesLines
2022-12-05Use curl instead of wget as default fetch programBoris Kolpackov1-2/+6
We used to prefer wget 1.16 because it has --show-progress which results in nicer progress. But experience shows that wget is quite unreliable plus with bdep always using curl, it would be strange to use both curl and wget (and expecting the user to setup proxy, authentication, etc., for both). Also add internal --curl* options to be used by bdep.
2022-02-02Re-enable linking of libbuild2Boris Kolpackov1-7/+3
2022-02-01Temporarily disable linking of libbuild2 until resolve symbol clashBoris Kolpackov1-3/+7
2022-01-31Add initial build system driver initializationBoris Kolpackov1-0/+2
2022-01-28Link build2 libraries to bpkg executableKaren Arutyunov1-1/+6
2022-01-17Adapt to package manifest dependency classes changeKaren Arutyunov1-1/+2
2022-01-17Fix database migration to version 13Karen Arutyunov1-0/+4
2021-11-09Pass --ascii-tree CLI option when generating embedded usage and man pagesBoris Kolpackov1-2/+2
2021-10-25Add --progress common optionBoris Kolpackov1-1/+5
2021-08-13Add support for cfg-unlinkKaren Arutyunov1-0/+2
2021-07-20Add support for cfg-infoKaren Arutyunov1-0/+2
2021-07-09Add support for linked configurationsKaren Arutyunov1-0/+2
2021-01-08Handle bin.exe.prefix in addition to suffixBoris Kolpackov1-1/+2
2020-02-19Fix copyright notice extraction for building and documentation generatingKaren Arutyunov1-3/+3
2020-02-18New LICENSE/AUTHORS arrangementKaren Arutyunov1-4/+5
2020-02-12Use copyright extracted from COPYRIGHT file for printing utility versionKaren Arutyunov1-2/+10
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-26Use switch in buildfileKaren Arutyunov1-4/+8
2019-10-31Document default options files for commandsKaren Arutyunov1-5/+10
2019-08-16Add '--std c++11' CLI option in buildfileKaren Arutyunov1-6/+7
2019-08-16Add support for default options filesKaren Arutyunov1-2/+2
2019-05-28Print backtrace to stderr when terminating due to unhandled exceptionKaren Arutyunov1-0/+5
2019-03-08Fix bug in buildfileKaren Arutyunov1-1/+1
2019-03-08Use new setup for unit testsKaren Arutyunov1-5/+31
2019-03-05Align with latest bdep-newKaren Arutyunov1-2/+9
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-08-29Add --{repositories|packages}-file options to bpkg-rep-infoBoris Kolpackov1-1/+1
This allows saving both manifests with a single invocation (which is the only way to guarantee they are consistent).
2018-05-26Add bpkg-argument-grouping(1) help topicBoris Kolpackov1-4/+5
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov1-1/+1
2018-05-05Factor repository types documentation into bpkg-repository-types(1)Boris Kolpackov1-2/+4
2018-04-20Suppress VC14 warning C4503 'decorated name length exceeded, name was truncated'Boris Kolpackov1-0/+5
2018-04-19Add support for package-specific options in pkg-buildBoris Kolpackov1-0/+3
2018-04-19Switch to CLI-generated group_scannerBoris Kolpackov1-2/+3
2018-02-26Add support for rep-list and rep-remove, update rep-addKaren Arutyunov1-2/+6
2018-02-21Add support for pkg-checkoutKaren Arutyunov1-0/+2
2017-11-30Use compiler class instead of id where appropriateKaren Arutyunov1-2/+2
2017-08-24Don't clean generated cli files from srcKaren Arutyunov1-4/+6
2017-08-20Don't distribute generated version.hxx and don't clean versionBoris Kolpackov1-1/+0
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov1-45/+39
2017-05-31Make use of butl::openssl, ifdstream::read_text() and ifdstream::read_binary()Karen Arutyunov1-1/+0
2017-05-02Suppress unknown pragma warningBoris Kolpackov1-1/+1
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-4/+4
2017-04-28Switch to version moduleKaren Arutyunov1-1/+4
2017-03-03Fix cli compilationBoris Kolpackov1-45/+43
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-09-07Disable pragma warning for iccBoris Kolpackov1-1/+3
2016-09-01Only set cli.options if cli is configuredBoris Kolpackov1-11/+14
2016-08-31Build infrastructure updateKaren Arutyunov1-21/+8
2016-08-29Support system packagesKaren Arutyunov1-44/+45