aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-10-20Change to version 0.15.0-a.0.zHEADmasterBoris Kolpackov1-1/+1
2021-10-16Release version 0.14.0v0.14.0Boris Kolpackov1-3/+3
2020-07-31Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)Karen Arutyunov1-1/+1
2020-07-21Change to version 0.14.0-a.0.zBoris Kolpackov1-1/+1
2020-07-18Release version 0.13.0v0.13.0Boris Kolpackov1-3/+3
2020-04-10Replace build-email manifest value with build-warning-emailKaren Arutyunov2-2/+2
2020-04-07Bump build2 version requirement to 0.13.0- (need config directive)Boris Kolpackov1-2/+2
Note that this means there will be no upgrade support for this release.
2020-02-28Add .gitattributes fileKaren Arutyunov1-0/+19
2020-02-18New LICENSE/AUTHORS arrangementKaren Arutyunov4-29/+24
2020-02-10Distribute and install COPYRIGHT fileKaren Arutyunov1-1/+1
2020-02-07Drop copyright notice from source codeKaren Arutyunov14-14/+0
2020-02-07Update last year in COPYRIGHT fileKaren Arutyunov1-1/+1
2020-02-07Add COPYRIGHT fileKaren Arutyunov2-1/+14
2019-11-26Use switch in buildfileKaren Arutyunov1-44/+47
2019-11-21Change version to 0.13.0-a.0.zBoris Kolpackov1-1/+1
2019-11-19Release version 0.12.0v0.12.0Boris Kolpackov1-3/+3
2019-10-07Adapt for building with Clang on WindowsKaren Arutyunov1-3/+3
2019-06-11Change version to 0.12.0-a.0.zBoris Kolpackov1-3/+3
2019-06-08Release version 0.11.0v0.11.0Boris Kolpackov1-1/+1
2019-03-20Change version to 0.11.0-a.0.zBoris Kolpackov1-3/+3
2019-03-18Release version 0.10.0v0.10.0Boris Kolpackov1-1/+1
2019-03-05Align with latest bdep-newKaren Arutyunov1-11/+16
2019-03-04Add 'builds: all' value to manifestKaren Arutyunov1-8/+3
2019-02-21Change version to 0.10.0-a.0.zBoris Kolpackov1-3/+3
2019-02-19Release version 0.9.0v0.9.0Boris Kolpackov1-1/+1
2019-01-16Update copyright yearKaren Arutyunov15-15/+15
2018-12-03Suppress MSVC warnings at project levelKaren Arutyunov1-0/+6
2018-12-02Adapt manifest to wildcard semantics change for build-{include,exclude} valuesKaren Arutyunov1-5/+11
2018-09-12Bump version to 0.9.0-a.0.z, master is open for businessBoris Kolpackov1-1/+1
2018-09-11Bump version to 0.8.0v0.8.0Boris Kolpackov1-1/+1
2018-07-11Add project manifest valueKaren Arutyunov1-0/+1
2018-06-28Bump build2 version requirement to 0.8.0Boris Kolpackov1-2/+2
2018-06-20Regularize .gitignore filesKaren Arutyunov3-3/+10
2018-06-01Remove target/scope irregularity workaroundsKaren Arutyunov1-1/+1
2018-05-31Bump version to 0.8.0-a.0.z, master is open for businessBoris Kolpackov1-1/+1
2018-05-29Bump version to 0.7.00.7.0Boris Kolpackov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov15-15/+15
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov2-13/+1
2018-05-04Adjust to new scope syntaxKaren Arutyunov1-1/+1
2018-02-15Add few missing headersBoris Kolpackov2-1/+6
2018-02-02Adjust tests to new test rule semanticsBoris Kolpackov1-1/+1
2018-01-05Use cxx. instead of cc. for module_nameBoris Kolpackov1-4/+4
2017-11-30Bump toolchain version dependency to 0.7.0 in manifestKaren Arutyunov1-2/+2
2017-11-23Use static inline variable for iostream init in libstdc++Boris Kolpackov1-1/+1
2017-11-23Restructure and install std-detect.hxxBoris Kolpackov10-100/+110
We have to install this header since it needs to be included'able during module sidebuilds.
2017-11-22Tweak for Clang trunk with libstdc++Boris Kolpackov2-1/+6
2017-10-01Additional includes in std.core, new std.regex and std.threadingBoris Kolpackov5-34/+195
2017-09-11libstd++ modularization fixesBoris Kolpackov1-1/+38
2017-08-24Remove workaround for mxx{} installation now that build2 supports thisBoris Kolpackov1-3/+1
2017-08-22Work around issue with exporting internal linkage names in libstdc++Boris Kolpackov1-0/+22
See Clang bug 33910 for details.