sandboxed-api/oss-internship-2020/sapi_lodepng
2020-08-13 09:10:21 +00:00
..
lodepng@aa6cc42db7 added submodules, modified the tests to use the current path 2020-08-12 13:59:17 +00:00
.gitignore moved .gitmodules to lodepng project folder 2020-08-12 14:09:26 +00:00
CMakeLists.txt moved .gitmodules to lodepng project folder 2020-08-12 14:09:26 +00:00
main_sandboxed.cc use AddDirectoryAt instead of AddDirectory in the security policy. Move the .gitmodules file to the lodepng folder (works this time) 2020-08-13 09:07:36 +00:00
main_unit_test.cc use AddDirectoryAt instead of AddDirectory in the security policy. Move the .gitmodules file to the lodepng folder (works this time) 2020-08-13 09:07:36 +00:00
main.cc use AddDirectoryAt instead of AddDirectory in the security policy. Move the .gitmodules file to the lodepng folder (works this time) 2020-08-13 09:07:36 +00:00
README.md added encoding basic example (not working currently) 2020-08-11 07:15:53 +00:00
sandbox.h use AddDirectoryAt instead of AddDirectory in the security policy. Move the .gitmodules file to the lodepng folder (works this time) 2020-08-13 09:07:36 +00:00

TODO

  • check return value of functions
  • integrate unit testing
  • add more functions
  • this readme
  • remove path from CMakeLists.txt
  • include abseil flags for unit testing (done, should be changed in main.cc also)
  • improve tests (images, generating images etc.)
  • clear redundant includes
  • check if security policy can be stricter
  • use addDirectoryAt instead of addDirectory