vector-of-bool
6ce2e6c5d8
Better toolchain docs, and document the defaults
4 年前
vector-of-bool
692f720111
Change spelling of toolchain template args
4 年前
vector-of-bool
215a8c6882
Merge branch 'feature/tty-detect' into develop
4 年前
vector-of-bool
64706f6da9
Add `tty_flags`, and only pass -fdiagnostics-color when output is a TTY
4 年前
vector-of-bool
6502fbf2f1
Merge branch 'feature/config-info' into develop
4 年前
vector-of-bool
69720f0a44
Very rudimentary template rendering, only accesses a small number of resources yet.
4 年前
vector-of-bool
87f60a1e39
Centralize path handling logic around generated header roots
4 年前
vector-of-bool
9f8cf2dbfa
compile_files -> file_compilations (It's a getter)
4 年前
vector-of-bool
b1e5315a9b
Early iteration of config-headers.
This is a very rudimentary version. All it does is copy and rename the
template header file and place it in the build directory in a special
subdirectory that is added as an #include-path.
There is some code duplication and cleanup necessary. There are a
few "magic strings" and "magic paths" that need to be removed as well.
4 年前
vector-of-bool
8311ad7c28
`header_template` source kind is a header file with a `.config` on its stem
4 年前
vector-of-bool
1e7db535f7
`create_archive` is a confusing method name for a getter
4 年前
vector-of-bool
1578787373
Source files have a relative_path() to aide in finding their path from the source root
4 年前
vector-of-bool
fa81bff674
Relative #include directories are resolve to be relative to the directory in which the build executes
4 年前
vector-of-bool
a5a0219d7a
Update docs and strings for json-based toolchains
4 年前
vector-of-bool
b3aac5c06f
Merge branch 'feature/use-json5' into develop
4 年前
vector-of-bool
5e3c668f57
Remove libman-style toolchain code
4 年前
vector-of-bool
4157ce571e
Use json5 toolchain files
4 年前
vector-of-bool
ad580e1fc2
Impelment JSON5-based toolchain files
4 年前
vector-of-bool
aae87696fb
Proper semester and json5 libs are available
4 年前
vector-of-bool
bb3c1b0bc1
Use semester for JSON processing
4 年前
vector-of-bool
6db141a7ed
Name -> name
4 年前
vector-of-bool
2d145ad6d9
Misisng line in package.json5 example for test_driver
4 年前
vector-of-bool
4d66d88bc3
Test-Driver -> test_driver
4 年前
vector-of-bool
c1f970f161
Fix remaining references to library.dds
4 年前
vector-of-bool
5565294072
Update tests and docs to refer to library.json5
4 年前
vector-of-bool
2055f4a01c
library.json manifest format
4 年前
vector-of-bool
a2800b3ec4
Define a JSON schema for the package JSON, and clarify some naming rules
4 年前
vector-of-bool
2e4f592d17
Permit either `.json5`, `.jsonc`, or `.json` extensions
4 年前
vector-of-bool
60b880fda6
Declarative JSON data processing
4 年前
vector-of-bool
8e7e83fedb
The `namespace` field is now required
4 年前
vector-of-bool
9f82212bdc
Transition to using JSON5 for package manifests
4 年前
vector-of-bool
63676532fb
Add vob/json5 to the catalog
4 年前
vector-of-bool
6b4c6b4e53
Fix type annot in self_build script
4 年前
vector-of-bool
562272f6c2
Add user-local default toolchain lookup semantics [ Close #18 ] [Close
4 年前
vector-of-bool
27de014c4a
Remove `enhancement` and `bug` as default tags on documentation tickets
4 年前
vector-of-bool
254e3476ff
Rename source/library classes to match the doc terminology
4 年前
vector-of-bool
b31ca94ca7
Use the library's qualified-name in the build output
4 年前
vector-of-bool
5d642813ed
Merge pull request #17 from vector-of-bool/feature/remove-fs-link-arg
Remove `-lstdc++fs` from the default link flags
4 年前
vector-of-bool
b050ffdbe8
Remove `-lstdc++fs` from the default link flags
4 年前
vector-of-bool
7783e813ef
Merge pull request #13 from tcbrindle/develop
Fix for Clang not working with MacOS
4 年前
Tristan Brindle
e05237b068
Don't attempt to link libstdc++fs when using Clang
On MacOS and (I think) most BSDs the default standard library is libc++, and so attempting to link with libstdc++fs does not work.
On Linux, where (AFAIK) most distros use Clang/libstdc++, this is going to mean link-time failures when using std::filesystem. In this case the user can add Link-Flags: -lstdc++fs to their toolchain file themselves as a fix.
4 年前
Tristan Brindle
39e44914bc
(Attempted) fix for Clang not working with MacOS
This is intended to fix #11 .
Unfortunately I haven't been able to successfully build DDS yet to actually try it out, but looking at the surrounding code it seems like the right solution...
4 年前
vector-of-bool
cec40a326c
Merge branch 'release/0.1.0-alpha.2' into develop
4 年前
vector-of-bool
5a2a91659f
New throw_user_errors for better error messages
4 年前
vector-of-bool
b19207beb9
Error page regarding unknown usage requirements
4 年前
vector-of-bool
9282c0ae9a
Explain duplicate-library errors
4 年前
vector-of-bool
b69c96c485
Explaining dependency resolution failures
4 年前
vector-of-bool
cd01087db7
Error for an existing source distribution
4 年前
vector-of-bool
f9d6329957
Document package ident and name requirements
4 年前
vector-of-bool
077ecb0355
Use a fix prior bootstrap that depended on a moving dep
4 年前