Compare commits

...
Sign in to create a new pull request.

5 commits
master ... test

Author SHA1 Message Date
Olga Khlopkova
9cf3281ff6 Readers for all feed files 2020-05-14 11:45:06 +03:00
Olga Khlopkova
57e2a888a3 readers 2020-04-29 16:44:42 +03:00
Olga Khlopkova
961d5102bd Added sources 2020-04-15 10:31:35 +03:00
Olga Khlopkova
730fd5b118 The only file for pulling as the submodule 2020-04-15 10:09:12 +03:00
Olga Khlopkova
48b2c6b1cd Branch for including library as submodule 2020-04-15 10:07:21 +03:00
4 changed files with 2203 additions and 55 deletions

32
.gitignore vendored
View file

@ -1,32 +0,0 @@
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app

21
LICENSE
View file

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2020 mesozoic-drones
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View file

@ -1,2 +0,0 @@
# just_gtfs
C++17 header-only GTFS parsing library

2203
just_gtfs.h Normal file

File diff suppressed because it is too large Load diff