summaryrefslogtreecommitdiffstats
path: root/bdep
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement config-add and config-create subcommandsBoris Kolpackov2018-05-225-26/+131
* Add package name validation to new commandKaren Arutyunov2018-05-211-3/+15
* Add references to package name specificationBoris Kolpackov2018-05-212-1/+4
* Update copyright yearKaren Arutyunov2018-05-1957-58/+58
* Adjust new command to new way of specifying testscript, manifestBoris Kolpackov2018-05-191-4/+4
* Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov2018-05-191-1/+1
* Diagnose specifying initialized package as dependencyBoris Kolpackov2018-05-161-1/+20
* Implement support for empty project typeBoris Kolpackov2018-05-154-67/+98
* Implement -@foo as alternative to @foo, also add --config-name|-nBoris Kolpackov2018-05-153-16/+27
* Add deinit command testKaren Arutyunov2018-05-141-1/+1
* Add some testsKaren Arutyunov2018-05-142-2/+6
* Add --wipe option to configuration creating commandsBoris Kolpackov2018-05-144-2/+23
* Implement shortcut config add/create versionsBoris Kolpackov2018-05-143-2/+41
* Move 'using namespace' inside main() in new-generated projectsBoris Kolpackov2018-05-141-5/+5
* Fix nested transaction issue in syncBoris Kolpackov2018-05-141-4/+20
* Adjust to libbutl changesBoris Kolpackov2018-05-141-1/+1
* Implement deinit commandBoris Kolpackov2018-05-1311-59/+385
* Add --package mode to new command for creating packages in existing projectsBoris Kolpackov2018-05-133-44/+111
* Use --output-dir|-o instead of --directory|-d in new commandBoris Kolpackov2018-05-122-3/+3
* Mention test, update, and clean commands in bdep(1)Boris Kolpackov2018-05-121-0/+17
* Add --immediate|-i and --recursive|-r options to test commandBoris Kolpackov2018-05-113-8/+33
* Implement test, update, and clean commandsBoris Kolpackov2018-05-1019-111/+565
* Support passing additional arguments to pkg-build in sync, init, newBoris Kolpackov2018-05-1012-34/+112
* Quote bdep executable path in build system hook (in case we are on Windows)Boris Kolpackov2018-05-081-1/+1
* Proofreading changesBoris Kolpackov2018-05-078-52/+59
* Allow overriding project directory in new commandBoris Kolpackov2018-05-052-2/+9
* Set test.target for cross-testing in root.build generated by new commandBoris Kolpackov2018-05-041-3/+12
* Set BDEP_SYNCED_CONFIGS for all forms of sync commandBoris Kolpackov2018-05-041-57/+60
* Minor tweak to new commandBoris Kolpackov2018-05-041-0/+2
* Various cleanups in new commandBoris Kolpackov2018-05-041-11/+10
* Add support for tests in new commandBoris Kolpackov2018-05-032-35/+349