-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REQUEST FOR COMMENT make arduino optional #36
base: master
Are you sure you want to change the base?
Commits on Jul 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 39f3911 - Browse repository at this point
Copy the full SHA 39f3911View commit details -
Configuration menu - View commit details
-
Copy full SHA for 813f8be - Browse repository at this point
Copy the full SHA 813f8beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31fc161 - Browse repository at this point
Copy the full SHA 31fc161View commit details
Commits on Aug 7, 2017
-
also deactivate copying of string in parse.
Configuration menu - View commit details
-
Copy full SHA for 852821b - Browse repository at this point
Copy the full SHA 852821bView commit details -
feat[Platforms]: adapt DMS.h DMS.cpp Location.h
to use Platform.h fix PI (std:atan(1)*4 is not a constexpr)
Configuration menu - View commit details
-
Copy full SHA for e9706e3 - Browse repository at this point
Copy the full SHA e9706e3View commit details
Commits on Aug 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 491cf1d - Browse repository at this point
Copy the full SHA 491cf1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44153e6 - Browse repository at this point
Copy the full SHA 44153e6View commit details
Commits on Aug 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c714716 - Browse repository at this point
Copy the full SHA c714716View commit details -
feat: add (hopefully) working linux serial example.
untested. My gps module did not get a fix :(
Configuration menu - View commit details
-
Copy full SHA for cfe0977 - Browse repository at this point
Copy the full SHA cfe0977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9058e01 - Browse repository at this point
Copy the full SHA 9058e01View commit details
Commits on Aug 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a8b7fbe - Browse repository at this point
Copy the full SHA a8b7fbeView commit details
Commits on Aug 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e9f328f - Browse repository at this point
Copy the full SHA e9f328fView commit details
Commits on Aug 30, 2017
-
feat: introduced NEO_GPS_{STREAM,PORT,SYSTEM}
which encapsulate platform dependent functionality.
Configuration menu - View commit details
-
Copy full SHA for b584def - Browse repository at this point
Copy the full SHA b584defView commit details -
Configuration menu - View commit details
-
Copy full SHA for 482cfde - Browse repository at this point
Copy the full SHA 482cfdeView commit details
Commits on Aug 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7728a72 - Browse repository at this point
Copy the full SHA 7728a72View commit details
Commits on Sep 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b096364 - Browse repository at this point
Copy the full SHA b096364View commit details
Commits on Sep 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5586207 - Browse repository at this point
Copy the full SHA 5586207View commit details
Commits on Sep 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 71fa713 - Browse repository at this point
Copy the full SHA 71fa713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c2dd11 - Browse repository at this point
Copy the full SHA 5c2dd11View commit details -
Configuration menu - View commit details
-
Copy full SHA for aff5dd9 - Browse repository at this point
Copy the full SHA aff5dd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8082fc - Browse repository at this point
Copy the full SHA b8082fcView commit details -
fix: cast uint_t to int before printing (<<)
std::cout treats uint_t like chars
Configuration menu - View commit details
-
Copy full SHA for 5facb6c - Browse repository at this point
Copy the full SHA 5facb6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ae9ad - Browse repository at this point
Copy the full SHA d6ae9adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c8488 - Browse repository at this point
Copy the full SHA 18c8488View commit details
Commits on Sep 20, 2017
-
feat: add + in front of all number prints
if number is uint8_t std::cout will print the character (usually uint8_t is typedef'd to unsigned char. adding a + in front of the number tells << to print the number: outs << number → outs << +number
Configuration menu - View commit details
-
Copy full SHA for 92d1ed7 - Browse repository at this point
Copy the full SHA 92d1ed7View commit details -
Revert "doc: fix minor documentation mistakes"
This reverts commit 8a1ec52.
Configuration menu - View commit details
-
Copy full SHA for d3f96eb - Browse repository at this point
Copy the full SHA d3f96ebView commit details -
Revert "Revert "doc: fix minor documentation mistakes""
This reverts commit d3f96eb.
Configuration menu - View commit details
-
Copy full SHA for 43fb3e3 - Browse repository at this point
Copy the full SHA 43fb3e3View commit details -
Revert "feat: add some files to gitignore"
This reverts commit e9f328f.
Configuration menu - View commit details
-
Copy full SHA for a41ab20 - Browse repository at this point
Copy the full SHA a41ab20View commit details -
Revert "feat: NeoGPS finally outputs something"
This reverts commit a8b7fbe.
Configuration menu - View commit details
-
Copy full SHA for 20971ba - Browse repository at this point
Copy the full SHA 20971baView commit details -
Revert "feat: minor tweaks to get linux version to compile"
This reverts commit 9058e01.
Configuration menu - View commit details
-
Copy full SHA for 745ad6e - Browse repository at this point
Copy the full SHA 745ad6eView commit details -
Revert "feat: add (hopefully) working linux serial example."
This reverts commit cfe0977.
Configuration menu - View commit details
-
Copy full SHA for 518e218 - Browse repository at this point
Copy the full SHA 518e218View commit details -
Revert "feat: continue work for a linux example"
This reverts commit c714716.
Configuration menu - View commit details
-
Copy full SHA for 7ff96cb - Browse repository at this point
Copy the full SHA 7ff96cbView commit details -
Revert "feat: continue converting to template functions"
This reverts commit 44153e6.
Configuration menu - View commit details
-
Copy full SHA for 0722cf9 - Browse repository at this point
Copy the full SHA 0722cf9View commit details -
Revert "feat: introduce templates for arduino classes"
This reverts commit 491cf1d.
Configuration menu - View commit details
-
Copy full SHA for 0b2e59f - Browse repository at this point
Copy the full SHA 0b2e59fView commit details -
Revert "feat[Platforms]: adapt DMS.h DMS.cpp Location.h"
This reverts commit e9706e3.
Configuration menu - View commit details
-
Copy full SHA for f2fbf1f - Browse repository at this point
Copy the full SHA f2fbf1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b62572 - Browse repository at this point
Copy the full SHA 0b62572View commit details -
Revert "feat: continue Arduino compat declarations"
This reverts commit 31fc161.
Configuration menu - View commit details
-
Copy full SHA for 7908a38 - Browse repository at this point
Copy the full SHA 7908a38View commit details -
Revert "feat: extract functionality into Arduino compat. libs"
This reverts commit 813f8be.
Configuration menu - View commit details
-
Copy full SHA for 2b7d62a - Browse repository at this point
Copy the full SHA 2b7d62aView commit details -
Revert "feat: allow compilation without ARDUINO"
This reverts commit 39f3911.
Configuration menu - View commit details
-
Copy full SHA for 7e6a90f - Browse repository at this point
Copy the full SHA 7e6a90fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca93743 - Browse repository at this point
Copy the full SHA ca93743View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4c84c1 - Browse repository at this point
Copy the full SHA a4c84c1View commit details