summaryrefslogtreecommitdiffstats
path: root/bdep/new.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Add support for bdep-new --subdirectory mode, no-version -t=lib sub-optionBoris Kolpackov2019-03-081-300/+409
|
* Add support for alternative build file/directory naming schemeBoris Kolpackov2019-03-071-8/+31
| | | | | Specifically, the bdep-new --type|-t now has the new 'alt-naming' sub-option that can be used to create projects with the alternative naming.
* Preparatory work for alternative build file/directory naming schemeBoris Kolpackov2019-03-061-17/+27
|
* Update build2 and bpkg minimum version requirement in bdep-newBoris Kolpackov2019-02-191-2/+2
|
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Rework slightly executable project buildfile generated by bdep-newBoris Kolpackov2018-11-231-5/+9
|
* Convert bdep-new to use dependency chains, variable blocksBoris Kolpackov2018-11-221-36/+51
|
* Improve bdep-new diagnostics for when directory already contains projectBoris Kolpackov2018-11-151-31/+33
|
* Add binless option to bdep-new c++ language parameterBoris Kolpackov2018-10-181-100/+181
| | | | | This allows creation of a simpler buildfile for header-only (and, in the future, for module-only) libraries.
* Tone down lib prefix warnings in bdep-newBoris Kolpackov2018-10-111-4/+2
|
* Rename .test/test{} to .testscript/testscript{}Karen Arutyunov2018-09-041-3/+6
|
* Reorder lines in library buildfile generated by bdep-newBoris Kolpackov2018-09-031-3/+4
|
* Add comment to bdep-new-generated buildfileBoris Kolpackov2018-09-011-1/+2
|
* Produce more flexible export stub in bdep-newBoris Kolpackov2018-08-301-1/+1
|
* Add unit-tests option to bdep-newBoris Kolpackov2018-08-291-114/+216
| | | | | If specified (-t exe,unit-tests or -t lib,unit-tests) then generate build infrastructure for unit testing.
* Add support for specifying publisher's name in addition to emailBoris Kolpackov2018-08-221-2/+2
|
* 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
|
* Extract project from manifest in bdep-publishBoris Kolpackov2018-07-311-1/+1
|
* Implement temp directory facilityKaren Arutyunov2018-07-271-0/+4
|
* 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-181-2/+5
|
* Diagnose nested projects in new commandBoris Kolpackov2018-07-181-20/+32
|
* Diagnose improper project/package arrangements in new commandBoris Kolpackov2018-07-171-2/+22
|
* Write project name to package manifest in new commandBoris Kolpackov2018-07-111-11/+59
|
* Try to obtain real email from environment, VCS in bdep-newBoris Kolpackov2018-07-021-2/+10
|
* 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
|
* Relax library name requirement from error to warningBoris Kolpackov2018-05-281-2/+7
|
* Change license from 'proprietary' to 'TODO' in new commandBoris Kolpackov2018-05-261-1/+1
|
* Adapt to inventing package_name typeKaren Arutyunov2018-05-241-8/+10
|
* Diagnose if configuration is inside packageBoris Kolpackov2018-05-221-4/+7
|
* Add package name validation to new commandKaren Arutyunov2018-05-211-3/+15
|
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Adjust new command to new way of specifying testscript, manifestBoris Kolpackov2018-05-191-4/+4
|
* Implement support for empty project typeBoris Kolpackov2018-05-151-53/+64
|
* Add --wipe option to configuration creating commandsBoris Kolpackov2018-05-141-0/+3
|
* Move 'using namespace' inside main() in new-generated projectsBoris Kolpackov2018-05-141-5/+5
|
* Add --package mode to new command for creating packages in existing projectsBoris Kolpackov2018-05-131-39/+83
|
* Use --output-dir|-o instead of --directory|-d in new commandBoris Kolpackov2018-05-121-1/+1
|
* Support passing additional arguments to pkg-build in sync, init, newBoris Kolpackov2018-05-101-2/+2
|
* Allow overriding project directory in new commandBoris Kolpackov2018-05-051-1/+2
|
* Set test.target for cross-testing in root.build generated by new commandBoris Kolpackov2018-05-041-3/+12
|
* 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-031-32/+332
|
* Implement auto-synchronization via build system hookBoris Kolpackov2018-04-281-11/+2
|
* Add build/{root,bootstrap}/ to new-generated .gitignore fileBoris Kolpackov2018-04-271-1/+2
|