Matt

Results 10 comments of Matt

FWIW, perhaps some of these may be of use: https://github.com/MattPD/cpplinks/blob/master/executables.linking_loading.md

Hi! Is this possibly missing a pull request? I've noticed that CS149 only has three introductory lectures on this topic (and a lot of pretty good parallel computing lectures); so...

Hi! Would you be open to RISC-V Assembly & Instruction Set Architecture resources? https://github.com/MattPD/cpplinks/blob/master/assembly.riscv.md Best, Matt

I also am unable to set story points. It is present as an available createmeta field: ``` curl -k --request GET \ --url "${JIRA_SERVER?}/rest/api/2/issue/createmeta?projectKeys=PE&expand=projects.issuetypes.fields" \ --user ":${JIRA_API_TOKEN?}" ``` output contains:...

Interesting--I do have the latest release but it doesn't appear to be recognized: ``` $ jira serverinfo Error: unknown command "serverinfo" for "jira" Run 'jira --help' for usage. unknown command...

~Support for `-Ofast` (and perhaps `-Og`) among the `optim` options would be valuable as well.~ Edit: Added in https://github.com/FredTingaud/quick-bench-front-end/commit/5bd1fe1bc8131b435cac0a88c53ce00ba851d29f -- thank you!

Closing, as setting the format seems to work (already fixed by #63 and related changes in the backend & docker projects). The default may be a good idea, too, although...

Hi! Although I'm not currently a macOS user, I've noticed that Processor Counter Monitor (PCM; an open source fork of the discontinued Intel Performance Counter Monitor) provides support: https://github.com/opcm/pcm In...

Thank you for the patience! I definitely want assertions in cpplinks (I'm a big fan of assert-early-assert-often, as in https://llvm.org/docs/CodingStandards.html#assert-liberally) and I think the library is great, too, so a...

This (i.e., commit `0c0cf85`) fixed the segmentation faults (cf. Travis CI output for commit `5ea891a`). The test suite is now able to finish -- remaining test failures seem attributable to...