Matthias C. M. Troffaes
Matthias C. M. Troffaes
This patch adds cmake support. This is currently used by vcpkg to build theora on windows under msvc (since msvc has excellent cmake support these days). The cmake script builds...
Currently, the windows msvc debug build of theora will crash due to the compiler identifying the use of uninitialized memory. These crashes can be traced back to some redundant assignments...
### Describe the bug When citations appear in a parent that has no other siblings besides this single citation, a spurious ```` is generated resulting in invalid html code. It...
It would be pretty neat if ffmpeg's filters would be available to be used during export process, say through a new option in our ini file. Whilst at it, note...
... so consequently we are linking against multiple runtimes in the resulting asi file - this is a bad idea; see https://msdn.microsoft.com/en-us/library/6wtdswk0.aspx We should probably build capstone ourselves with /md....
This patch ensures the proper libraries are specified for static linking in the .pc file, for both linux and windows. Note that the user32 library is required on windows due...
Fix link to python bug tracker in readme.
Follow up from #66. The main activity for pathlib2 is to backport any updates from cpython into this repository, typically a few times a year, with the main development of...
Pycddlib is getting a big revamp to properly support type hints, and as a result the API is going to change quite a bit. To prevent users installing your package...