chriscamacho

Results 34 issues of chriscamacho

Its a very common practice to split a libraries headers, in the easiest case the single header that you are supposed to use often has half a dozen or so...

There seems to be issues with anonymous unions and also with casting function pointers to void* here are the flags I use CFLAGS:= -Wfatal-errors -pedantic -Wall -Wextra -Werror -std=c99 While...

NB gui just shows none moving progress bar (but still responsive to closing window) no error message on gui console output as follows: ``` EXECUTE ('adb', '-s', '0929e3ef', 'shell', 'mkdir',...

with a value of 300 in the training loop I see this output: Output for [0, 0] is 0. Output for [0, 1] is 1. Output for [1, 0] is...

if Z80Debug returns the size variable then Z80Debug can be used to produce a debug display showing more than just one instruction

I have no idea what this means, not had chance to dig into the code, first time I've looked at this, evaluating bgfx, but thought you might appreciate this feedback....

I *think* it might be possible (like dsfml) to create a platform that overrides the abstract window and uses GLFW3 to create a render to texture example, however I don't...

**I'm submitting a...** - [x ] Bug report. - x[ ] Feature request. ## Bug report ## There is a custom input map and numerous other issues that mean you...

enhancement

CMake Error at CMakeLists.txt:21 (list): list sub-command REMOVE_ITEM requires two or more arguments. -- Configuring incomplete, errors occurred! Linux chris-LIFEBOOK-AH532 3.8.0-21-generic #32-Ubuntu SMP Tue May 14 22:16:46 UTC 2013 x86_64...

allow uploading only to fpga sram and not to flash, I regularly use iceprog -S as it is *much* faster especially while testing, obviously once tested you'd want to revert...

enhancement