mirror of
https://github.com/fadden/ciderpress.git
synced 2025-08-10 05:24:59 +00:00
8f61f8458577b32e570a1a4874d5bd3b7c870717
Much of what the "reformat" code does involves processing data that is 8, 16, or 32 bits. We want to use size-specific types from stdint.h (e.g. uint16_t) rather than "unsigned short". This was a quick pass to replace the various "unsigned" declarations. More can be done here and elsewhere.
UNDER CONSTRUCTION
I'm in the process of updating CiderPress to work with newer tools (VS 2013) and operating systems.
Current status:
- Win32 main application compiles and can execute basic functions, but there are still big pieces missing.
- MDC application can't get past the initial "choose files" dialog.
- Linux code doesn't compile.
- The web documentation has been moved to github (see the gh-pages branch) and is available from http://a2ciderpress.com/.
Description
Languages
C++
64.5%
C
28%
HTML
7.2%
Makefile
0.2%
Shell
0.1%