Mark Raynsford
Mark Raynsford
Hello. Currently, the listen() method runs asynchronously and if any errors are raised, they're dumped into whatever is the current uncaught exception handler. Unless I'm mistaken, there doesn't seem to...
It'd be nice if I could get a single summary file in the parent module that covers the artifacts in all child modules. I realize this may not be possible...
This adds an Automatic-Module-Name entry to the produced jar for the project. The chosen module name is "org.anarres.jcpp". Fix #35
Hello! Any chance you'll be publishing `Automatic-Module-Name` entries for the `jcpp` jar? http://blog.joda.org/2017/05/java-se-9-jpms-automatic-modules.html I'd suggest: `Automatic-Module-Name: org.anarres.jcpp`
Hello! Is `jcpp` capable of lexing and removing C++ style line comments? ``` // This is a comment ``` I can't see anything in the API to do this, and...
The following project compiles a source file once as Java 7 bytecode, and then the same code as Java 8 bytecode. It then compares the resulting jar files with `japicmp`....
### Library Renderdoc ### Project page https://renderdoc.org/ ### Source repository https://github.com/baldurk/renderdoc ### Platforms Linux x64, macOS x64, Windows x64 ### Description The API to RenderDoc allows for configuring the way...
Hello. It seems that apitrace is capable of displaying half-float values when they are used as the base type for textures (R16F, RG16F, etc), but it's not currently capable of...
Hello. I notice in the changelog that there have been some recent changes to how `all-notes-off` MIDI events are handled. It seems that something is still not working correctly (I...
Hello. One issue with CSG as opposed to voxel-based geometry is that there's essentially no upper bound on the complexity of the geometry that can be created. For example, if...