summaryrefslogtreecommitdiffstats
path: root/bdep
Commit message (Expand)AuthorAgeFilesLines
...
* Reorder modules in bdep-newBoris Kolpackov2018-08-201-2/+2
* Use sanitized name stem for language identifiers in bdep-newBoris Kolpackov2018-08-151-4/+28
* Always use full (three-component) git version for consistencyBoris Kolpackov2018-08-151-2/+2
* Adapt to git_version() returning semantic_version nowKaren Arutyunov2018-08-147-28/+31
* Make get_ver staticKaren Arutyunov2018-08-122-2/+2
* Make get-related functions to take minimum supported version as an argumentKaren Arutyunov2018-08-117-48/+101
* Add git version check (2.12 is minimum supported)Karen Arutyunov2018-08-076-53/+115
* Fix bdep-publish failure for older git versionsKaren Arutyunov2018-08-061-8/+14
* Fix unreliable git output match in publish testscriptKaren Arutyunov2018-08-041-1/+1
* Add archive checksum files to build2-control branch in bdep-publishKaren Arutyunov2018-08-045-27/+491
* Extract project from manifest in bdep-publishBoris Kolpackov2018-07-314-15/+18
* Publish all packages in project, not only those initialized in configBoris Kolpackov2018-07-313-42/+31
* Sanitize version substitutionsKaren Arutyunov2018-07-301-1/+1
* Implement package archive uploadKaren Arutyunov2018-07-275-11/+542
* Implement temp directory facilityKaren Arutyunov2018-07-276-24/+166
* Implement publish command for publishing packages to archive repositoriesBoris Kolpackov2018-07-2716-127/+864
* Make use of butl::project_nameKaren Arutyunov2018-07-261-33/+36
* Handle package name extensions in bdep-newBoris Kolpackov2018-07-251-35/+39
* Fix test breakages due to nesting checks and amalgamationBoris Kolpackov2018-07-182-11/+26
* 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
* Write project name to package manifest in new commandBoris Kolpackov2018-07-111-11/+59
* Print info on having to issue explicit bdep-sync in bdep-config-setBoris Kolpackov2018-07-091-0/+2
* Adjust ODB compilation script for bdep-based setupBoris Kolpackov2018-07-091-7/+34
* 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-281-2/+2
* Use portable environment variable manipulation functionsKaren Arutyunov2018-06-153-19/+26
* Suppress sync hook if bpkg has configuration openBoris Kolpackov2018-06-131-7/+27
* Fix typo in error messageKaren Arutyunov2018-06-011-1/+1
* Close database schema versionBoris 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-261-1/+9
* 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-223-35/+89
* Implement config-remove subcommandBoris Kolpackov2018-05-2210-23/+70