Jake Hillion

Results 59 issues of Jake Hillion

We currently get warnings from `glog` during our build. This is because `FetchContent` targets are built as opposed to treated as external. When we update `cmake_minimum_required(VERSION 3.25)` we can add...

enhancement
good first issue
blocked

The PR template currently suggests running `make test-static` and pasting the output. External contributors don't have this Makefile, and it wasn't great advice to begin with. We should update this...

documentation

#342 updated the clang/llvm toolchain used by OID to compile from 12 to 15. Currently OID is still built with clang-12 even though it uses the clang-15 libraries, because the...

testing

`std::array` has been updated and the output looks okay at a glance, which suggests the tests need updating for v2. Examples: - `OilIntegration.std_array_uint64_length_0` - `OilIntegration.std_array_uint64_length_1` - `OilIntegration.std_array_uint64_length_8` - `OilIntegration.std_array_vector_length_1` -...

good first issue
help wanted
testing
library

Examples: - `OilIntegration.std_conditional_a`

help wanted
types
library

`std::string` has been updated and the output looks correct but the tests are failing. This likely means they need updating for TreeBuilder v2 due to the slightly different output format....

good first issue
help wanted
testing
library

`std::pair` has been updated and the output looks correct but the tests are failing. This likely means they need updating for TreeBuilder v2 due to the slightly different output format....

good first issue
help wanted
testing
library

Examples: - `OilIntegration.std_priority_queue_int_empty` - `OilIntegration.std_priority_queue_int_some` - `OilIntegration.std_priority_queue_adapter_deque_empty` - `OilIntegration.std_priority_queue_adapter_deque_some`

help wanted
types
library

Examples: - `OilIntegration.std_queue_int_empty` - `OilIntegration.std_queue_int_some` - `OilIntegration.std_queue_queue_int_empty` - `OilIntegration.std_queue_queue_int_some` - `OilIntegration.std_queue_adapter_vector_empty` - `OilIntegration.std_queue_adapter_vector_some`

help wanted
types
library

Examples: - `OilIntegration.std_stack_int_empty` - `OilIntegration.std_stack_int_some` - `OilIntegration.std_stack_stack_int_empty` - `OilIntegration.std_stack_stack_int_some` - `OilIntegration.std_stack_adapter_vector_empty` - `OilIntegration.std_stack_adapter_vector_some`

help wanted
types
library