Activity
From 02/12/2017 to 02/21/2017
02/21/2017
- 10:56 PM Revision c8352650: WIP commit, stashing these debugging changes so I can go mobile.
- 10:19 PM Revision 57e6c22f: Finished up the changes to make argv a std::vector instead of a regular array. I also implemented the changes to control the size of argv based on system configuration and potentially spawn packJPG multiple times in order to handle a very large number of files. I ran a test on my Photos library and it sort of worked but I ran into some issues that I still need to diagnose.
02/20/2017
02/18/2017
- 08:42 PM Revision 08cef8d6: Adding initial CMakeLists.txt. This version only builds PCA, it does not (yet) build packJPG as a subproject.
- 08:33 PM Revision cd283ecd: Removing accidentally added object file and adding a .gitignore file to prevent me from accidentally adding another one in the future.
- 08:29 PM Revision 0c2e61fd: Adding an optimized version of the packJPG source to the source tree for this utility since it is entirely dependent on packJPG. I started to modify the Makefile but really I shoud just use CMake. I'll work on that next.