Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3680ceb

Browse files
authoredJan 20, 2022
Remove buildcc base namespace and complete documentation (#186)
1 parent 296b031 commit 3680ceb

File tree

98 files changed

+1424
-966
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+1424
-966
lines changed
 

‎TODO.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Contains the following working features
2626

2727
- Serialization Interface
2828
- Namespace changes
29-
- Remove ``buildcc::base``
3029
- Remove ``buildcc::env``
3130
- We should only have 3 namespaces ``buildcc``, ``buildcc::plugin`` and ``buildcc::internal``
3231
- Environment updates

‎buildcc/lib/args/include/args/register.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ class Register {
107107
*
108108
* Target runs after dependency is built
109109
*/
110-
void Dep(const base::BuilderInterface &target,
111-
const base::BuilderInterface &dependency);
110+
void Dep(const internal::BuilderInterface &target,
111+
const internal::BuilderInterface &dependency);
112112

113113
/**
114114
* @brief Register the Target to be run

0 commit comments

Comments
 (0)
Please sign in to comment.