Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-08-06 | Implement the completion of relative repository location to remote/absolute | Boris Kolpackov | 1 | -4/+97 | |
2015-07-24 | Update for new build2 | Boris Kolpackov | 4 | -6/+2 | |
2015-07-21 | Implement repository_location class | Boris Kolpackov | 3 | -1/+163 | |
2015-07-21 | Adopt for use as ODB value types | Boris Kolpackov | 3 | -3/+39 | |
2015-06-26 | Implement package version struct | Boris Kolpackov | 5 | -4/+196 | |
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 | 6 | -4/+65 | |
2015-06-11 | Implement manifest serializer | Boris Kolpackov | 6 | -1/+348 | |
2015-06-11 | Minor fixes to manifest parser | Boris Kolpackov | 1 | -68/+65 | |
2015-06-09 | Implement low-level manifest parser | Boris Kolpackov | 4 | -0/+225 | |