repo_name
stringclasses
10 values
file_path
stringlengths
29
222
content
stringlengths
24
926k
extention
stringclasses
5 values
PROJ
data/projects/PROJ/include/proj/internal/include_nlohmann_json.hpp
/****************************************************************************** * * Project: PROJ * Purpose: Wrapper for nlohmann/json.hpp * Author: Even Rouault <even dot rouault at spatialys dot com> * ****************************************************************************** * Copyright (c) 2019, Even...
hpp
PROJ
data/projects/PROJ/include/proj/internal/io_internal.hpp
/****************************************************************************** * * Project: PROJ * Purpose: ISO19111:2019 implementation * Author: Even Rouault <even dot rouault at spatialys dot com> * ****************************************************************************** * Copyright (c) 2018, Even ...
hpp
PROJ
data/projects/PROJ/include/proj/internal/internal.hpp
/****************************************************************************** * * Project: PROJ * Purpose: ISO19111:2019 implementation * Author: Even Rouault <even dot rouault at spatialys dot com> * ****************************************************************************** * Copyright (c) 2018, Even ...
hpp
PROJ
data/projects/PROJ/include/proj/internal/crs_internal.hpp
/****************************************************************************** * * Project: PROJ * Purpose: ISO19111:2019 implementation * Author: Even Rouault <even dot rouault at spatialys dot com> * ****************************************************************************** * Copyright (c) 2021, Even ...
hpp
PROJ
data/projects/PROJ/include/proj/internal/tracing.hpp
/****************************************************************************** * * Project: PROJ * Purpose: Tracing/profiling * Author: Even Rouault <even dot rouault at spatialys dot com> * ****************************************************************************** * Copyright (c) 2019, Even Rouault <ev...
hpp
PROJ
data/projects/PROJ/include/proj/internal/lru_cache.hpp
/* * LRUCache11 - a templated C++11 based LRU cache class that allows * specification of * key, value and optionally the map container type (defaults to * std::unordered_map) * By using the std::map and a linked list of keys it allows O(1) insert, delete * and * refresh operations. * * This is a header-only li...
hpp
PROJ
data/projects/PROJ/include/proj/internal/coordinatesystem_internal.hpp
/****************************************************************************** * * Project: PROJ * Purpose: ISO19111:2019 implementation * Author: Even Rouault <even dot rouault at spatialys dot com> * ****************************************************************************** * Copyright (c) 2018, Even ...
hpp
PROJ
data/projects/PROJ/include/proj/internal/vendor/nlohmann/json.hpp
/* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ | | |__ | | | | | | version 3.9.1 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License <http://opensource.org/licenses/MIT>. SPDX-License-Identifier: MIT Copyright (c) 2013-2019 Niels Lohmann <http:/...
hpp