Alastair Robertson
7c1b4c2a43
Integration test readme: Add example of how to run a single test
...
Also minor cleanup of gen_tests.py
2023-01-26 12:11:21 +00:00
Alastair Robertson
425bb3fc24
Add CMake hook for defining custom build rules
2023-01-26 10:46:53 +00:00
Alastair Robertson
f1d982f0a8
Delete oi_compile
...
It has been replaced by oilgen and has become a burden to keep
up-to-date with CodeGen changes.
2023-01-23 14:21:46 +00:00
Jon Haslam
885c2ec369
Support std::multimap with comparator template parameter ( #33 )
...
Co-authored-by: Jon Haslam <jonhaslam@meta.com>
2023-01-20 16:30:02 +00:00
Jake Hillion
33f51afa36
oilgen: set DRGN_ENABLE_TYPE_ITERATOR
2023-01-19 16:19:22 +00:00
Jay Kamat
f6906b4f36
Add bits to send oid version information to cache build service
2023-01-18 01:01:19 -08:00
Jake Hillion
ece1e579ac
reduce typeToNameMap lookups
2023-01-17 16:44:31 +00:00
Jake Hillion
a0d2d46c71
stop over optimising drgn
2023-01-10 11:32:29 +00:00
Jake Hillion
0384d1c144
remove setcap
2023-01-10 11:32:10 +00:00
Jake Hillion
bad14de1e2
add issue references to every skipped test
2023-01-04 17:56:37 +00:00
Jake Hillion
6fc24b444c
enable some oil tests on function pointers
2023-01-04 17:56:37 +00:00
Jake Hillion
bd370c8ec1
enable OilIntegration.ignored_a
2023-01-04 17:56:37 +00:00
Jake Hillion
889b19f672
enable oil on top level pointer tests
2023-01-04 17:56:37 +00:00
Jake Hillion
4e07ec125c
be more specific about skipped pointers_incomplete tests
2023-01-04 17:56:37 +00:00
Jake Hillion
a6c3d30014
enable void smart pointer present tests
...
these tests were skipped as they can't record the dynamic size. however,
there isn't a dynamic size to report as the type of the pointer is void.
accept a dynamic size of 0 as it's the best we can do with no type
knowledge.
2023-01-04 17:56:37 +00:00
Jake Hillion
358b4e9505
add oil_disable test option
...
The `oil_skip` test option was added for tests that don't work under OIL
but do work under OID. However, we now have two classes of `oil_skip`ped
tests: those that could be fixed, and those that will never work.
Increase clarity by not generating the tests which do not make sense at
all, leaving us with a cleaner set of skipped (and fixable) tests.
2023-01-04 17:56:37 +00:00
Jon Haslam
3f2ae5e56f
Codegen review changes ( #18 )
...
Co-authored-by: Jon Haslam <jonhaslam@meta.com>
2023-01-04 17:54:07 +00:00
Jake Hillion
1c3ee5bf6b
move extern repos to https addresses
...
The extern repos are currently cloned with SSH. This means that
attempting to clone them on a system that doesn't have an SSH key which
GitHub accepts fails. Change them to HTTPS as they're read only anyway.
2022-12-29 10:32:03 +00:00
Jake Hillion
2dc5479c32
container regex matching
2022-12-21 14:31:05 +00:00
Jake Hillion
abec0dcce6
remove funcgeninternal.h
...
The container information added by `FuncGenInternal.h` has been made
redundant by the pluggable containers feature. Remove this legacy
difference.
2022-12-21 12:10:00 +00:00
Thierry Treyer
916727546a
Update favicon
2022-12-20 10:42:23 -08:00
Jake Hillion
e0b0f14fe9
update to codegen->generate
2022-12-20 18:08:43 +00:00
Jay Kamat
0c42cbf8f2
Actually fix code link to website
...
For real this time...
2022-12-20 08:56:42 -08:00
Jay Kamat
71553f9e6b
Add yarn lock file
2022-12-20 08:40:51 -08:00
Jay Kamat
7412c67bd7
Add website deployment script
2022-12-20 08:40:51 -08:00
Jay Kamat
901dac980d
Correct link to code to point to github
2022-12-20 08:26:42 -08:00
Jake Hillion
6c1d31fefe
remove ini config parsing
2022-12-20 13:00:09 +00:00
Jay Kamat
420743097d
Update suse instructions with non-static build args
2022-12-19 14:01:22 -08:00
Jon Haslam
5e9ad92def
favicon and minor things ( #3 )
2022-12-19 17:21:16 +00:00
Alastair Robertson
edcab6c9dd
README: Convert to Markdown format and fix website link
2022-12-19 16:21:39 +00:00
Jon Haslam
db90326c4b
Initial commit
2022-12-19 06:37:51 -08:00