Alexandra Latysheva
1350cfb3b6
bool status -> bool status_ok (tests:raw_decode)
2020-10-19 10:40:19 +00:00
Alexandra Latysheva
316828a219
auto& -> const auto&; bool status -> bool status_ok
2020-10-19 10:36:47 +00:00
happyCoder92
2e3b118ec9
Merge branch 'master' into gdal_sandbox
2020-10-19 10:05:44 +02:00
Bohdan Tyshchenko
5159b67d7d
Moved test data to paths to environment variables
...
Added environment variables to remove relative paths from the code
2020-10-16 09:15:11 -07:00
Sandboxed API Team
834d356bce
Cleans up statusor.h includes.
...
PiperOrigin-RevId: 337370254
Change-Id: Ibcbc2921f96d32675720ddc7adb621dd53894dfa
2020-10-15 13:25:30 -07:00
Bohdan Tyshchenko
5711a66d77
Comments fix, code update to correspond latest SAPI version
...
Comments fix
Changed sapi::StatusOr to absl::StatusOr
Code changes according to new CStr(absl::string_view) constructor
2020-10-15 08:13:11 -07:00
Wiktor Garbacz
29e5d03201
Use string_view instead of char* in CStr ctor
...
PiperOrigin-RevId: 337045297
Change-Id: If97b405cc2bf1904456bf502fc7d027c7df2ac7a
2020-10-14 02:04:05 -07:00
Bohdan Tyshchenko
b1a1aef39e
Project architecture redesign, coding style update
...
Put duplicated code inside the transaction, which is used by both tests and raster_to_gtiff
Removed <filesystem> header, reimplemented one of its utilities for file checking
Code style changes
Replaced .data() with .c_str() for std::string
Updated README to show how to build both GDAL and PROJ inside the build folder and how to link them to the sandbox
2020-10-13 13:03:04 -07:00
Latysheva Alexandra
e5b8f271b4
Merge pull request #1 from alexelex/alexelex-libtiff
...
review fixes
2020-10-11 17:08:21 +06:00
Alexandra Latysheva
9eb518c57a
move using to namespace
2020-10-11 11:06:18 +00:00
Latysheva Alexandra
77c44f9c87
add flags to readme
2020-10-11 17:02:47 +06:00
Latysheva Alexandra
7750b43c56
remove tabs in readme
2020-10-11 16:54:37 +06:00
Alexandra Latysheva
554c03bec9
use absl format string
2020-10-11 10:53:08 +00:00
Alexandra Latysheva
60541cc8ea
clang-format
2020-10-11 10:30:10 +00:00
Alexandra Latysheva
16d904e174
code block
2020-10-11 10:24:55 +00:00
Alexandra Latysheva
64b74c97e0
4 spaces -> 2 spaces
2020-10-11 10:23:42 +00:00
Alexandra Latysheva
1d1c4b9579
clear array initialization
2020-10-11 10:18:53 +00:00
Alexandra Latysheva
466259a985
using auto* for pointers
2020-10-11 10:13:27 +00:00
Alexandra Latysheva
ab3f992c78
using auto* for pointers
2020-10-11 10:11:56 +00:00
Alexandra Latysheva
6945f7304f
replace all unsigned except in wrapper
2020-10-11 10:01:59 +00:00
Alexandra Latysheva
69fbe39293
Declare all vars on separate lines
2020-10-11 09:44:02 +00:00
Alexandra Latysheva
d190abf2e2
using from .h to .cc
2020-10-11 09:40:47 +00:00
Alexandra Latysheva
1785e39d4b
add nolint to every include '*.h' that is added by this pr
2020-10-11 08:20:40 +00:00
Andrei Medar
150fd02ed4
Implemented requested changes
2020-10-09 13:52:17 +00:00
Andrei Medar
519b5af157
Added ld_preload example usage
2020-10-08 10:58:21 +00:00
Copybara-Service
33bc36ae3d
Merge pull request #62 from andreimedar:libarchive
...
PiperOrigin-RevId: 336042102
Change-Id: I7b1ceaa794851c10e07dbdef4f4e37000edc25d4
2020-10-08 02:06:50 -07:00
Andrei Medar
f038f7aa3f
added empty line at the end of files (was removed by clang-format)
2020-10-07 14:36:24 +00:00
root
c63302f731
Changed constants naming in unit tests.
2020-10-07 12:52:55 +00:00
Andrei Medar
04f4ff5960
Removed computer specific code
2020-10-07 11:51:59 +00:00
Andrei Medar
e87e583bca
Merge remote-tracking branch 'upstream/master' into libarchive
...
Merge fork with upstream for pull request.
2020-10-07 10:10:08 +00:00
Andrei Medar
efff53149d
Implemented requested changes (variable names, functions return absl::Status/absl::StatusOr)
2020-10-07 10:07:13 +00:00
Bohdan Tyshchenko
48348d6aa5
Headers order fix, NOLINT project headers
2020-10-07 01:33:20 -07:00
Bohdan Tyshchenko
19612c642f
Removed unnecessary code
2020-10-06 04:21:29 -07:00
Bohdan Tyshchenko
8e0141cc9a
Readme fix
2020-10-06 04:12:50 -07:00
Bohdan Tyshchenko
22a8cee4ea
Updated CMake and tests, wrote README
...
Added instructions on how to build GDAL Sandbox using GDAL and PROJ build from sources
Updated test data
2020-10-06 04:06:54 -07:00
Christian Blichmann
afa232cc17
Clang generator: Remember "seen" types when collecting related types
...
This change includes a small refactoring to remember which types the generator
has already seen during header generations. Otherwise we may loop indefinitely
on certain complex types. One such type is `std::FILE` in Clang's libc++.
PiperOrigin-RevId: 335589238
Change-Id: I5bbe03b6c7fc89c743163f5534075d7912ed4e58
2020-10-06 01:04:49 -07:00
Bohdan Tyshchenko
5442d8c6e0
Updated sandbox construction logic and CMakeLists
...
More flexible CMake file with variables
Added logic to check whether proj.db exists and fetch it from the environment variable
2020-10-05 11:01:15 -07:00
Christian Blichmann
b74cf8839b
Minor ForkClient
improvements
...
- Use a `constexpr inline` string constant for the forkserver env var
- Add annotation for the comms channel mutex
PiperOrigin-RevId: 335395005
Change-Id: Ic058c19c3704f182aa7ed7b8e8964b2fc5082800
2020-10-05 05:10:16 -07:00
Alexandra Latysheva
5449e2f0df
renamed g_in_dir in local variable style
2020-10-04 17:58:21 +00:00
Alexandra Latysheva
b6abae3356
rewtite pixels and clusters check for clarify. sapi::StatusOr -> absl::StatusOr (building problems). resolved review issues
2020-10-04 17:38:10 +00:00
Andrei Medar
725f665b79
Added one extra test
2020-10-02 16:52:13 +00:00
Andrei Medar
589776b6f9
Modified sandbox to limit ioctl. Use .value() instead of manually checking .ok().
2020-10-02 15:52:29 +00:00
Copybara-Service
569c7d84b0
Merge pull request #54 from Manwi23:jsonnet
...
PiperOrigin-RevId: 335017461
Change-Id: I583444057bb4d8c8c33694fbba4d3717bb22101a
2020-10-02 06:47:45 -07:00
Andrei Medar
7e1d9179e5
Solved some pr comments
2020-10-02 10:56:14 +00:00
Copybara-Service
47ba5c8e39
Merge pull request #61 from FedericoStazi:curl
...
PiperOrigin-RevId: 334994112
Change-Id: Iedd065f33cdb5ebda796722d0a4d158ba719ff2c
2020-10-02 03:15:25 -07:00
Andrei Medar
b4c64dac69
Added FetchContent command to cmake so that patches are applied automatically to libarchive clone
2020-10-01 19:01:50 +00:00
Alexandra Latysheva
6497a40bff
last for now
2020-10-01 17:11:28 +00:00
Alexandra Latysheva
fea40e017f
format
2020-10-01 16:56:45 +00:00
Alexandra Latysheva
2869fba479
example
2020-10-01 16:49:59 +00:00
Wiktor Garbacz
83a08daff7
Change int64
to size_t
in Buffer
...
PiperOrigin-RevId: 334802978
Change-Id: I7e421b1a6a98138139003cc4dc2a548ebe366e3e
2020-10-01 06:45:38 -07:00