Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-01 | Adapt to adding hxx extension for headers and lib prefix for library dir in ↵ | Karen Arutyunov | 1 | -2/+2 | |
libbutl | |||||
2017-05-01 | Add hxx extension for headers and lib prefix for library dirs | Karen Arutyunov | 2 | -3/+3 | |
2017-04-24 | Add support for build-email package manifest value | Karen Arutyunov | 1 | -0/+3 | |
2017-01-25 | Comments minor cleanup | Karen Arutyunov | 2 | -15/+10 | |
2017-01-24 | Move manifest parsing/serializing tests to testscript | Karen Arutyunov | 7 | -165/+178 | |
2017-01-07 | Make use of operator<<(ostream, exception) | Karen Arutyunov | 1 | -1/+2 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 2 | -2/+2 | |
2016-09-29 | Move manifest_parser and manifest_serializer to libbutl | Karen Arutyunov | 1 | -2/+2 | |
2016-07-22 | Adapt to fdstream extension | Karen Arutyunov | 1 | -13/+3 | |
2016-05-31 | Port to MinGW | Karen Arutyunov | 2 | -1/+11 | |
2016-05-04 | Add signature_manifest class | Karen Arutyunov | 4 | -4/+24 | |
2016-04-26 | Add certificate member to the repository_manifest class | Karen Arutyunov | 1 | -0/+32 | |
2016-03-11 | Replace description and change classes with text_file class | Karen Arutyunov | 1 | -2/+0 | |
2016-02-09 | Support comment in the repository email manifest value | Boris Kolpackov | 1 | -1/+1 | |
2016-01-30 | Add support for checksum verification | Boris Kolpackov | 1 | -0/+5 | |
2016-01-09 | Update copyright year | Boris Kolpackov | 2 | -2/+2 | |
2016-01-08 | Support package dependency version range | Boris Kolpackov | 1 | -0/+1 | |
2016-01-08 | Support version release | Boris Kolpackov | 1 | -10/+10 | |
2015-11-18 | Add url, email, summary, description members to the repository_manifest class | Boris Kolpackov | 1 | -0/+5 | |
2015-09-25 | Add role member to the repository_manifest class | Boris Kolpackov | 1 | -0/+2 | |
2015-09-04 | Split manifests into package_manifests and repository_manifests | Boris Kolpackov | 5 | -7/+32 | |
2015-09-04 | Add location to package manifest | Boris Kolpackov | 1 | -0/+3 | |
2015-07-24 | Update for new build2 | Boris Kolpackov | 1 | -2/+1 | |
2015-06-26 | Implement package version struct | Boris Kolpackov | 2 | -3/+3 | |
2015-06-22 | Package manifest parsing and serialization | Boris Kolpackov | 1 | -0/+40 | |
Package version is not verified yet. Still need to think about using class other then string which does value verification, proper collation and maybe provides normalized representation. | |||||
2015-06-18 | Move cxx.poptions setting from root.build to bpkg/buildfile | Boris Kolpackov | 1 | -3/+1 | |
That's the new recommended way. Also get rid of the library chain workaround that is no longer necessary with latest build2. | |||||
2015-06-16 | Rename manifest to package_manifest, add repository_manifest | Boris Kolpackov | 1 | -0/+3 | |
2015-06-11 | Outline of parsing and serialization for manifest object model | Boris Kolpackov | 3 | -0/+61 | |