Revision 8a61b9dd0ca729df894dad4c89c6ce3bf39ef0be authored by jsmall-nvidia on 17 March 2023, 15:05:15 UTC, committed by GitHub on 17 March 2023, 15:05:15 UTC
* #include an absolute path didn't work - because paths were taken to always be relative.

* WIP source map.

* Split out handling of RttiTypeFuncs to a map type.

* Make RttiTypeFuncsMap hold default impls.

* Slightly more sophisticated RttiTypeFuncsMap

* Source map decoding.

* Fix tabs.

* Fix asserts due to negative values.

* Use less obscure mechanisms in SourceMap.

* Source map decoding.
Simplifying SourceMap usage.

* First attempt at ouputting a source map as part of emit.

* Added support for -source-map option. SourceMap is added to the artifact.
1 parent 9476d45
History
File Mode Size
c-compile-error.c -rw-r--r-- 179 bytes
c-compile-error.c.expected -rw-r--r-- 16 bytes
c-compile-link-error.c -rw-r--r-- 184 bytes
c-compile-link-error.c.expected -rw-r--r-- 13 bytes
c-compile-pass-through-shared-library.c -rw-r--r-- 543 bytes
c-compile-shared-library-link-error.c -rw-r--r-- 602 bytes
c-compile-shared-library-link-error.c.expected -rw-r--r-- 13 bytes
c-compile-shared-library.c -rw-r--r-- 572 bytes
c-compile.c -rw-r--r-- 155 bytes
c-compile.c.expected -rw-r--r-- 72 bytes
cpp-compile-shared-library.cpp -rw-r--r-- 455 bytes
cpp-compile.cpp -rw-r--r-- 162 bytes
cpp-compile.cpp.expected -rw-r--r-- 72 bytes
simple-c-compile.c -rw-r--r-- 174 bytes
simple-c-compile.c.expected -rw-r--r-- 72 bytes

back to top