Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
/ readsb Public archive

Web-UI: Speedup history loading #4

Closed
wants to merge 30 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
54c97ba
Adjust precision of feet -> meters conversion
toofishes Oct 22, 2016
23765c9
Add latest Xcode version in Travis config
toofishes Oct 22, 2016
b749d94
Fix build on OS X 10.12 Sierra
toofishes Oct 22, 2016
45575cf
Merge pull request #155 from toofishes/meters-precision
mutability Oct 22, 2016
9da809c
Merge pull request #156 from toofishes/updates-for-osx
mutability Oct 22, 2016
d6fffea
removed execute bit
Oct 29, 2016
b957166
Merge pull request #161 from marvin-sinister/master
mutability Oct 29, 2016
e3334ed
Fix MessageRate exception when null in javascript
Thom-x Nov 26, 2016
fb63bdc
Merge pull request #166 from Thom-x/master
mutability Nov 26, 2016
ccd8fd5
Fix a couple of flag image typos.
mutability Dec 28, 2016
9d346f9
Added Australian hexid->registration conversion
ausmez Feb 3, 2017
aa134a2
optional bias-t support
labomb Feb 4, 2017
eeb7d1d
note about bias-t support
labomb Feb 4, 2017
e0e335f
Australian registrations can be calculated using the existing stride_…
ausmez Feb 5, 2017
75c1400
Fixed typo in hex code
ausmez Feb 5, 2017
34fb495
Merge pull request #183 from labomb/bias-t-support
mutability Feb 8, 2017
a1a84fb
usage text and defaults not in sync
labomb Feb 8, 2017
803dfe8
--stats isn't exclusive to --ifile input
labomb Feb 8, 2017
502cd22
Merge pull request #184 from labomb/showHelp-defaults-inconsistencies
mutability Feb 9, 2017
174a064
Update Debian init script to require $network and $local_fs - Issue #172
Romeo-Golf Feb 9, 2017
9ecaacd
Merge pull request #180 from ausmez/master
mutability Feb 9, 2017
9fe1a48
Revise init script to follow Debian interpretation of LBS standards -…
Romeo-Golf Feb 9, 2017
bffaa6d
Merge pull request #185 from Romeo-Golf/master
mutability Feb 9, 2017
b1c4085
pkg-config --cflags consistent with --libs
labomb Feb 11, 2017
03b4ada
fallback if missing repo tags
labomb Feb 11, 2017
47d3b8c
Merge pull request #189 from labomb/Makefile-tags
mutability Feb 11, 2017
a2bf08d
Merge pull request #188 from labomb/Makefile-cflags
mutability Feb 11, 2017
0034962
Remove an ancient 2MHz capture.
mutability Feb 15, 2017
b155fdb
Update README.md
mutability Jun 1, 2017
a5cac3c
Parallel loading of history
smartynov Jul 26, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add latest Xcode version in Travis config
This will start building in Xcode 8.
  • Loading branch information
toofishes committed Oct 22, 2016
commit 23765c9112d20efd9b3a8bc96b4b1623d169b1d1
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ matrix:
include:
- os: linux
dist: trusty
- os: osx
osx_image: xcode8
- os: osx
osx_image: xcode7.3
- os: osx
Expand Down