summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Implement package archive uploadKaren Arutyunov2018-07-277-20/+762
* Implement temp directory facilityKaren Arutyunov2018-07-276-24/+166
* Implement publish command for publishing packages to archive repositoriesBoris Kolpackov2018-07-2717-128/+868
* Make use of butl::project_nameKaren Arutyunov2018-07-261-33/+36
* Handle package name extensions in bdep-newBoris Kolpackov2018-07-251-35/+39
* Fix broken new command testsKaren Arutyunov2018-07-231-57/+65
* Fix test breakages due to nesting checks and amalgamationBoris Kolpackov2018-07-184-12/+31
* Diagnose nested projects in new commandBoris Kolpackov2018-07-181-20/+32
* Add note on nested packages to bdep-new(1)Boris Kolpackov2018-07-171-1/+1
* Diagnose improper project/package arrangements in new commandBoris Kolpackov2018-07-173-19/+50
* Fix typo in bdep.cliKaren Arutyunov2018-07-161-2/+2
* Make use of testscript mv builtinKaren Arutyunov2018-07-143-16/+6
* Temporary disable test that requires mv testscript builtinBoris Kolpackov2018-07-121-0/+3
* Add project manifest valueKaren Arutyunov2018-07-111-1/+2
* Write project name to package manifest in new commandBoris Kolpackov2018-07-112-21/+75
* Print info on having to issue explicit bdep-sync in bdep-config-setBoris Kolpackov2018-07-092-0/+3
* Adjust ODB compilation script for bdep-based setupBoris Kolpackov2018-07-091-7/+34
* Add repositories.manifestBoris Kolpackov2018-07-051-0/+18
* Fix Clang warningBoris Kolpackov2018-07-021-1/+1
* Add ability to suppress auto-synchronization via BDEP_SYNC envvarBoris Kolpackov2018-07-022-4/+18
* Try to obtain real email from environment, VCS in bdep-newBoris Kolpackov2018-07-024-2/+158
* Minor bdep-sync documentation changeBoris Kolpackov2018-07-021-9/+11
* Use recursive wildcard patterns in projects created by bdep-newBoris Kolpackov2018-07-021-6/+6
* Warn of new executable project name starts with lib prefixBoris Kolpackov2018-07-021-10/+20
* Bump build2 version requirement to 0.8.0Boris Kolpackov2018-06-282-4/+4
* Regularize .gitignore filesKaren Arutyunov2018-06-203-0/+10
* Use portable environment variable manipulation functionsKaren Arutyunov2018-06-153-19/+26
* Suppress sync hook if bpkg has configuration openBoris Kolpackov2018-06-131-7/+27
* Update submodulesBoris Kolpackov2018-06-061-0/+0
* Remove target/scope irregularity workaroundsKaren Arutyunov2018-06-011-1/+1
* Fix typo in error messageKaren Arutyunov2018-06-011-1/+1
* Bump version to 0.8.0-a.0.z, master is open for businessBoris Kolpackov2018-05-312-6/+6
* Adapt to moving repository git.build2.org/etc/style.git to git.build2.org/sty...Karen Arutyunov2018-05-291-1/+1
* Close database schema versionBoris Kolpackov2018-05-291-1/+1
* Bump version to 0.7.0Boris Kolpackov2018-05-292-6/+6
* Update style submoduleBoris Kolpackov2018-05-291-0/+0
* Minor terminology update (package/project dependency manager)Boris Kolpackov2018-05-291-1/+1
* Relax library name requirement from error to warningBoris Kolpackov2018-05-281-2/+7
* Don't print empty location, zero line/columnBoris Kolpackov2018-05-262-2/+22
* Change license from 'proprietary' to 'TODO' in new commandBoris Kolpackov2018-05-261-1/+1
* Add config command testsKaren Arutyunov2018-05-263-1/+346
* Adapt to inventing package_name typeKaren Arutyunov2018-05-2410-24/+90
* Remove unused variablesBoris Kolpackov2018-05-221-3/+3
* Diagnose if configuration is inside packageBoris Kolpackov2018-05-227-31/+72
* Implement config-move subcommandBoris Kolpackov2018-05-224-29/+134
* Add --force option to deinit commandBoris Kolpackov2018-05-222-12/+30
* Implement config-rename subcommandBoris Kolpackov2018-05-223-14/+114
* Implement config-set subcommandBoris Kolpackov2018-05-222-51/+125
* Implement config-list command, adjust config-add/create diagnosticsBoris Kolpackov2018-05-225-41/+95
* Implement config-remove subcommandBoris Kolpackov2018-05-2210-23/+70