David Lindauer
David Lindauer
the portions of the code that look up system dlls don't work on linux. This could be improved, especially for .net core... I'm leaving this as an issue rather than...
move all directory processing code into a common shared module probably CmdFiles.h... don't deal directly with directories separators elsewhere.
add the __FUNCTION__ preprocessor macro.
I'm building in MSYS2 on WIN64, actually testing my compiler (orange C) on the mpir sources... one of the problems I'm having seems to be on your end. That is...
the following does not compile ``` class Token; class Tokenizer; static std::pair MunchStrings(Tokenizer& tk) std:::tuple result = MunchStrings ```
test various projects that have CMAKE build files.
two of the tests in libcob stress the optimizer and run it out of memory when it is being run through the test harness (1306 and 1329). At some point...
the oasm listing file currently doesn't have much in it besides the source code.
Get the LIBCXX tests running with C++17...
when occpr is compiled with occ, it crashes on some tests...