aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-29Adapt to moving repository git.build2.org/etc/style.git to git.build2.org/sty...0.7.0Karen Arutyunov1-1/+1
2018-05-29Close database schema versionBoris Kolpackov1-1/+1
2018-05-29Bump version to 0.7.0Boris Kolpackov2-6/+6
2018-05-29Update style submoduleBoris Kolpackov1-0/+0
2018-05-29Minor terminology update (package/project dependency manager)Boris Kolpackov1-1/+1
2018-05-28Relax library name requirement from error to warningBoris Kolpackov1-2/+7
2018-05-26Don't print empty location, zero line/columnBoris Kolpackov2-2/+22
2018-05-26Change license from 'proprietary' to 'TODO' in new commandBoris Kolpackov1-1/+1
2018-05-26Add config command testsKaren Arutyunov3-1/+346
2018-05-24Adapt to inventing package_name typeKaren Arutyunov10-24/+90
2018-05-22Remove unused variablesBoris Kolpackov1-3/+3
2018-05-22Diagnose if configuration is inside packageBoris Kolpackov7-31/+72
2018-05-22Implement config-move subcommandBoris Kolpackov4-29/+134
2018-05-22Add --force option to deinit commandBoris Kolpackov2-12/+30
2018-05-22Implement config-rename subcommandBoris Kolpackov3-14/+114
2018-05-22Implement config-set subcommandBoris Kolpackov2-51/+125
2018-05-22Implement config-list command, adjust config-add/create diagnosticsBoris Kolpackov5-41/+95
2018-05-22Implement config-remove subcommandBoris Kolpackov10-23/+70
2018-05-22Implement config-add and config-create subcommandsBoris Kolpackov5-26/+131
2018-05-21Add package name validation to new commandKaren Arutyunov2-15/+53
2018-05-21Add references to package name specificationBoris Kolpackov2-1/+4
2018-05-21Update style submoduleBoris Kolpackov1-0/+0
2018-05-19Update copyright yearKaren Arutyunov75-76/+76
2018-05-19Adjust new command to new way of specifying testscript, manifestBoris Kolpackov1-4/+4
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov3-14/+2
2018-05-16Diagnose specifying initialized package as dependencyBoris Kolpackov1-1/+20
2018-05-16Add some more testsKaren Arutyunov8-111/+403
2018-05-15Add update, clean, and test commands testsKaren Arutyunov8-94/+388
2018-05-15Implement support for empty project typeBoris Kolpackov4-67/+98
2018-05-15Implement -@foo as alternative to @foo, also add --config-name|-nBoris Kolpackov3-16/+27
2018-05-14Add deinit command testKaren Arutyunov3-7/+24
2018-05-14Add some testsKaren Arutyunov14-2/+443
2018-05-14Add --wipe option to configuration creating commandsBoris Kolpackov4-2/+23
2018-05-14Implement shortcut config add/create versionsBoris Kolpackov3-2/+41
2018-05-14Move 'using namespace' inside main() in new-generated projectsBoris Kolpackov1-5/+5
2018-05-14Fix nested transaction issue in syncBoris Kolpackov1-4/+20
2018-05-14Adjust to libbutl changesBoris Kolpackov1-1/+1
2018-05-13Implement deinit commandBoris Kolpackov12-60/+386
2018-05-13Add --package mode to new command for creating packages in existing projectsBoris Kolpackov3-44/+111
2018-05-12Use --output-dir|-o instead of --directory|-d in new commandBoris Kolpackov2-3/+3
2018-05-12Mention test, update, and clean commands in bdep(1)Boris Kolpackov1-0/+17
2018-05-11Add --immediate|-i and --recursive|-r options to test commandBoris Kolpackov3-8/+33
2018-05-10Implement test, update, and clean commandsBoris Kolpackov20-112/+566
2018-05-10Support passing additional arguments to pkg-build in sync, init, newBoris Kolpackov12-34/+112
2018-05-08Quote bdep executable path in build system hook (in case we are on Windows)Boris Kolpackov1-1/+1
2018-05-07Update submodulesBoris Kolpackov1-0/+0
2018-05-07Proofreading changesBoris Kolpackov8-52/+59
2018-05-05Allow overriding project directory in new commandBoris Kolpackov2-2/+9
2018-05-04Set test.target for cross-testing in root.build generated by new commandBoris Kolpackov1-3/+12
2018-05-04Set BDEP_SYNCED_CONFIGS for all forms of sync commandBoris Kolpackov1-57/+60