Commit Graph

  • a53c1bdb77 licence added Katarzyna Miernikiewicz 2020-09-08 11:03:02 +0000
  • 71bf941d83 first jsonnet example Katarzyna Miernikiewicz 2020-09-08 10:37:17 +0000
  • 9668f803b6 Fix formatting in README Federico Stazi 2020-09-30 11:18:30 +0100
  • a0d0f6a2c9 Add namespaces and improve error handling in examples Federico Stazi 2020-09-29 13:50:13 +0000
  • b1e766c9d1 Change int64 to size_t in Buffer Wiktor Garbacz 2020-10-01 06:44:57 -0700
  • c27a2f6bf9 Internal change Christian Blichmann 2020-09-30 04:12:25 -0700
  • b1bec11ee6 Fixed small typo Andrei Medar 2020-09-29 22:58:35 +0000
  • 0e717b14c4 Add OpenJPEG and libcurl submodules Christian Blichmann 2020-09-29 12:23:42 +0200
  • 21c10482ea Add PFFFT submodule Christian Blichmann 2020-09-28 12:14:38 +0200
  • 1f95f967b8 removed computer specific line in CMakeLists.txt Andrei Medar 2020-09-29 19:31:30 +0000
  • a6fb1a6909 renamed project folder Andrei Medar 2020-09-28 15:11:44 +0000
  • 941dbd036e applied requested changes. Modified sapi::StatusOr to absl::StatusOr Andrei Medar 2020-09-24 18:17:27 +0000
  • 47d10b2532 Updated README Andrei Medar 2020-09-23 17:21:15 +0000
  • 1c7f026b55 Fixed patch command in cmake. Fixed style root 2020-09-23 17:12:38 +0000
  • 81aaf7a1ec Applied requested changes Andrei Medar 2020-09-14 15:23:29 +0000
  • 5e63b09bec modified CMake so that the patching part takes place in the build directory Andrei Medar 2020-09-11 16:09:09 +0000
  • 8154baba0e small fix Andrei Medar 2020-09-11 15:11:00 +0000
  • 156c7feec7 Added patches section to README Andrei Medar 2020-09-11 10:31:43 +0000
  • 439427b0d1 added patches in order to use the original lodepng repository Andrei Medar 2020-09-11 10:29:01 +0000
  • 46a060da60 modified usage of sapi:✌️:Array root 2020-09-08 14:21:57 +0000
  • a065e06691 added more error/warning messages. Andrei Medar 2020-08-29 18:54:08 +0000
  • 90fd83dcd8 modified readme Andrei Medar 2020-08-28 18:00:52 +0000
  • ebc8276271 modified comments. changed std::equal to absl::equal Andrei Medar 2020-08-28 13:29:12 +0000
  • dfd74787eb created a helpers file, removed asserts, removed filsystem header usage, changed constants+functions+tests naming Andrei Medar 2020-08-27 19:53:06 +0000
  • f47352aa02 made filenames const, changed main into main_unsandboxed. Andrei Medar 2020-08-20 16:37:45 +0000
  • 9f1260bf17 moved code in examples directory, modified README Andrei Medar 2020-08-14 15:56:57 +0000
  • 06d942afbc added useful logs in unit tests Andrei Medar 2020-08-13 15:58:47 +0000
  • c1d27a7954 added return EXIT_SUCCESS in main Andrei Medar 2020-08-13 15:46:21 +0000
  • 06fadc81fb cleaned up code Andrei Medar 2020-08-13 14:59:30 +0000
  • 22e9487a04 use std::vector instead of plain C pointers. constexpr for image length Andrei Medar 2020-08-13 14:44:18 +0000
  • 585fcc471f modified tests to use EXPECT_THAT checks Andrei Medar 2020-08-13 14:02:05 +0000
  • 1ebabc8672 modified unit tests Andrei Medar 2020-08-13 12:30:06 +0000
  • fa5b42e99f readme update Andrei Medar 2020-08-13 09:14:03 +0000
  • 24603528ed moving .gitmodules doesn't seem to work as intended. Moved it to root Andrei Medar 2020-08-13 09:10:21 +0000
  • 3ef1efd555 use AddDirectoryAt instead of AddDirectory in the security policy. Move the .gitmodules file to the lodepng folder (works this time) Andrei Medar 2020-08-13 09:07:36 +0000
  • 334c9302cc added same examples to normal main.cc. Modified code to use assert Andrei Medar 2020-08-13 08:34:43 +0000
  • 1f1d13f18e added the same functionality in the sandboxed file as in the unit tests Andrei Medar 2020-08-12 16:08:53 +0000
  • 5091468837 moved .gitmodules to lodepng project folder Andrei Medar 2020-08-12 14:09:26 +0000
  • 2086988fb2 added submodules, modified the tests to use the current path Andrei Medar 2020-08-12 13:59:17 +0000
  • 2f734f910b removed CMakeLists.txt from lodepng folder. Now the library is built from the parent folder Andrei Medar 2020-08-12 12:10:05 +0000
  • 1c346dae3e added some comments in main_unit_test.cc and .gitignore Andrei Medar 2020-08-12 11:20:02 +0000
  • 2cdbb5bf5b added some unit tests. main_sandboxed.cc and main.cc have to be changed as well Andrei Medar 2020-08-11 14:53:24 +0000
  • 23e85c1419 added encoding basic example (not working currently) Andrei Medar 2020-08-11 07:15:53 +0000
  • 4ea22de8e8 WIP added an encoding use case where the image is generated Andrei Medar 2020-08-10 11:05:52 +0000
  • 9a9ca35ff3 added gflags for main_sandboxed Andrei Medar 2020-08-07 13:50:16 +0000
  • 88df0665f7 changed style and added status checks for sapi calls Andrei Medar 2020-08-07 12:25:15 +0000
  • e0982ffeaf basic example using sapi Andrei Medar 2020-08-07 11:01:41 +0000
  • 8ccc0cbed9 Deferred cursor.mangled_name access - on some versions of libclang this causes sigsegv when accessing certain cursor's mangled_name Maciej Szawłowski 2020-09-29 05:47:58 -0700
  • 69e185a7d5 Allow sandboxes to specify custom notifiers. Sandboxed API Team 2020-09-28 07:38:07 -0700
  • 67da01471d Migrate guetzli to absl::StatusOr<> Christian Blichmann 2020-09-25 07:43:06 -0700
  • 2ca3a7b297 Build fixes for recent Bazel versions Christian Blichmann 2020-09-25 07:25:03 -0700
  • ec9083ab2c changed sapi::StatusOr to absl::StatusOr Katarzyna Miernikiewicz 2020-09-25 12:00:52 +0000
  • 90690dad57 Disallow empty sapi_embedded_dir flag in the header generator Ignore cursors with types that are not implemented in python bindings Maciej Szawłowski 2020-09-25 04:30:25 -0700
  • bcbfbf1286 Restructure the Clang based header generator Christian Blichmann 2020-09-25 01:13:50 -0700
  • e780feb7c0 Implemented requested changes (variable names, functions return absl::Status/absl::StatusOr) Andrei Medar 2020-10-07 10:07:13 +0000
  • ba1747d07e Added one extra test Andrei Medar 2020-10-02 16:52:13 +0000
  • 09371b6bb0 Modified sandbox to limit ioctl. Use .value() instead of manually checking .ok(). Andrei Medar 2020-10-02 15:52:29 +0000
  • 277e67a08a Solved some pr comments Andrei Medar 2020-10-02 10:56:14 +0000
  • a2ff76d340 Added FetchContent command to cmake so that patches are applied automatically to libarchive clone Andrei Medar 2020-10-01 19:01:50 +0000
  • e12cdc5d69 Removed computer specific line in CMakeLists.txt Andrei Medar 2020-10-01 00:17:15 +0000
  • cffcda28bd Added unit tests. Cleaned up the code and added comments. Added README Andrei Medar 2020-10-01 00:15:33 +0000
  • aea24fd657 Added first basic test Andrei Medar 2020-09-29 22:50:43 +0000
  • 84d2b148dc Added test helper class Andrei Medar 2020-09-29 19:27:40 +0000
  • bf6336d055 renamed main project folder Andrei Medar 2020-09-28 15:35:51 +0000
  • acb4b3beef Modified CMakeLists.txt indentation Andrei Medar 2020-09-28 15:03:00 +0000
  • 9d42853035 Reorganized project structure in order to make functions testable root 2020-09-28 15:00:33 +0000
  • 7bf2ddd9f4 Cleaned up the code files + added some comments root 2020-09-25 15:46:06 +0000
  • 3b8c8e6e11 added relative path cleanup using file::CleanPath Andrei Medar 2020-09-24 18:47:19 +0000
  • 4738198fcf Clang-format doinachiroiu 2020-09-24 14:42:23 +0000
  • afdaecb490 Coding style fixed doinachiroiu 2020-09-24 14:40:01 +0000
  • 41217b09c5 Required changes resolved doinachiroiu 2020-09-24 14:38:52 +0000
  • fbe4058f09 Changed name of variable doinachiroiu 2020-09-24 14:36:30 +0000
  • bf85e579ff Resolving returning error for Transform and RasterIO functions doinachiroiu 2020-09-24 14:16:33 +0000
  • eae637b30e Removing trailing whitespace doinachiroiu 2020-09-24 10:12:30 +0000
  • 89e6d22457 Small README update doinachiroiu 2020-09-24 09:41:50 +0000
  • a72779e21e Required changed resolved doinachiroiu 2020-09-24 09:40:30 +0000
  • 65c23141d4 Added GDAL submodule on .gitmodules doinachiroiu 2020-09-23 18:46:49 +0000
  • 98ccc2a2a3 Update README with static build info doinachiroiu 2020-09-23 18:43:21 +0000
  • dbedaf4732 Updated README doinachiroiu 2020-09-23 18:35:19 +0000
  • dd3811d330 Added license doinachiroiu 2020-09-23 15:49:44 +0000
  • 75eae2dfa2 GDAL good version doinachiroiu 2020-09-23 15:39:49 +0000
  • 66ae7f09fc Empty gdal doinachiroiu 2020-09-23 15:37:14 +0000
  • 91695d38f2 Initial version of raster GeoTIFF workflow doinachiroiu 2020-09-16 13:26:59 +0000
  • b1937ca5fd added .gitignore file Andrei Medar 2020-09-24 09:10:45 +0000
  • ca0ff6f89f cleaned up some code. Fixed a bug where a temporary directory would be deleted even when it was not created Andrei Medar 2020-09-22 18:30:07 +0000
  • b2197f4230 added cleanup struct to remove temporary directory root 2020-09-21 15:11:10 +0000
  • f89edd5ace Finished the create function of the tar example root 2020-09-21 13:30:43 +0000
  • 7aa6d4a9bc Added sandbox policy for extract function Andrei Medar 2020-09-16 15:57:31 +0000
  • 7e733bf562 added extraction example to minitar Andrei Medar 2020-09-15 16:16:09 +0000
  • 89345ada03 added a part of the example code root 2020-09-14 14:39:16 +0000
  • 1985faf51d small changes to cmake (wip trying to add head patch for libarchive) root 2020-09-10 16:52:59 +0000
  • 2a152a3972 added a sandbox file and extracted the functions that will be sandboxed Andrei Medar 2020-09-10 15:22:22 +0000
  • d70a85a044 added helper library Andrei Medar 2020-09-09 12:02:40 +0000
  • 7be015047f corrected error inside CMakeLists Andrei Medar 2020-09-08 13:51:22 +0000
  • b5f8d5e421 added gitignore Andrei Medar 2020-09-08 11:49:09 +0000
  • 0999677010 small cleanup Andrei Medar 2020-09-08 11:47:25 +0000
  • 0c572628ec added example rules to CMakeLists.txt Andrei Medar 2020-09-07 14:36:43 +0000
  • 9626b9d4a0 added some more examples Andrei Medar 2020-09-07 14:11:39 +0000
  • 9bf1ea95e1 added libarchive submodule Andrei Medar 2020-09-01 10:29:56 +0000
  • 80354580ed created branch and libarchive directory Andrei Medar 2020-09-01 10:27:18 +0000