Commit graph

227 commits

Author SHA1 Message Date
Morten Nielsen
2c286083d2
Update ghpages.yml 2020-01-20 21:10:26 -08:00
Morten Nielsen
f884efd195
Update ghpages.yml 2020-01-20 21:07:56 -08:00
Morten Nielsen
95dcbd66bf
Update ghpages.yml 2020-01-20 21:05:49 -08:00
Morten Nielsen
5f9da6b59b
Update ghpages.yml 2020-01-20 21:02:42 -08:00
Morten Nielsen
05f0dd0149
Update ghpages.yml 2020-01-20 20:50:31 -08:00
Morten Nielsen
4370a563f8
Update ghpages.yml 2020-01-20 20:48:31 -08:00
Morten Nielsen
bdb4624753
Update ghpages.yml 2020-01-20 20:46:20 -08:00
Morten
ac9d5f6fe0 Fix relative paths in doc script 2020-01-20 20:28:59 -08:00
Morten Nielsen
85a95bee1e
Merge pull request #66 from dotMorten/ghpages_action
Ghpages action
2020-01-20 20:24:59 -08:00
Morten Nielsen
5e1a57b110
Update ghpages.yml 2020-01-20 20:23:36 -08:00
Morten Nielsen
7ab0b64b27
Update and rename blank.yml to ghpages.yml 2020-01-20 20:23:17 -08:00
Morten Nielsen
d2365db4b9
Create blank.yml 2020-01-20 20:20:54 -08:00
Morten Nielsen
612a48d50b Add OMD to Concepts TOC 2020-01-20 10:23:54 -08:00
Morten Nielsen
cb665903f0 Fixed TOC entry 2020-01-20 10:20:43 -08:00
Morten Nielsen
5ae91f86c4 Added migration doc 2020-01-20 08:20:42 -08:00
Morten Nielsen
e23bc1a2bb Set version to 2.0 2020-01-19 19:02:28 -08:00
Morten Nielsen
f538f638fa Update android doc 2020-01-19 19:02:19 -08:00
Morten Nielsen
1d1c12267a Added links to doc site 2020-01-19 18:57:58 -08:00
Morten Nielsen
27cb333b16
Merge pull request #65 from dotMorten/docfx
Docfx
2020-01-19 18:51:35 -08:00
Morten Nielsen
52b90b2f45 Revert "Move the docs folder to docfx"
This reverts commit d8be33581d.
2020-01-19 18:50:47 -08:00
Morten Nielsen
d8be33581d Move the docs folder to docfx 2020-01-19 18:36:14 -08:00
Morten Nielsen
3571fdec12 Added DocFX documentation 2020-01-19 18:30:43 -08:00
Morten Nielsen
9a32f41edf Renamed namespace NmeaParser.Nmea to NmeaParser.Messages 2020-01-19 18:06:15 -08:00
Morten Nielsen
61ae5ade1f Fix a bug in the multi message, where the the index wasn't used to get the count/number 2020-01-19 17:29:33 -08:00
Morten Nielsen
9cb711e6b2
Merge pull request #64 from dotMorten/CustomMessages
Adds ability to register custom messages
2020-01-19 16:54:55 -08:00
Morten Nielsen
ea1a45c8ec Adds ability to register custom messages 2020-01-19 16:53:39 -08:00
Morten Nielsen
231c461129 Namespace cleanup 2020-01-19 14:37:35 -08:00
Morten Nielsen
b6e3ba05de Replace WPF .NET Framework sample with .NET Core sample 2020-01-16 23:44:53 -08:00
Morten Nielsen
d7451c89bd Fix sample issues + minor property rename 2020-01-16 23:41:16 -08:00
Morten Nielsen
a7dd92d432 Merge branch 'master' of https://github.com/dotMorten/NmeaParser 2020-01-16 23:01:11 -08:00
Morten Nielsen
9fad4997b9 Fix unit test compilation issue 2020-01-16 23:01:05 -08:00
Morten Nielsen
0f2bb925bc Remove private assets tag 2020-01-16 23:00:51 -08:00
Morten Nielsen
a7fc1caa52
Updated readme for v2.0 2020-01-16 22:57:15 -08:00
Morten Nielsen
e854b9bfe6 Added serialport support to .NET Core 2.1+ 2020-01-16 22:50:04 -08:00
Morten Nielsen
238f1a319f Revert "Initial stab at an aggregator"
This reverts commit 699012c4a2.
2020-01-16 22:40:18 -08:00
Morten Nielsen
699012c4a2 Initial stab at an aggregator 2020-01-16 22:39:55 -08:00
Morten Nielsen
252193dd86 Cleanup and typos 2020-01-16 22:39:29 -08:00
Morten Nielsen
a5eeb12016 Updated package info 2020-01-16 21:49:13 -08:00
Morten Nielsen
d5b89fef5f Added RMA message 2020-01-16 21:48:59 -08:00
Morten Nielsen
013749c4fb Api cleanup and and improved doc
Full NMEA message API sweep
2020-01-16 21:47:24 -08:00
Morten
ce7aec70cf Improved satellite view 2020-01-16 11:58:22 -08:00
Morten Nielsen
ca02c614b9
Merge pull request #62 from dotMorten/MultiSentence
Multi sentence rewrite
2020-01-16 10:38:24 -08:00
Morten Nielsen
92587da9a7 Updated tests to parse in previous message to parser 2020-01-16 06:33:43 -08:00
Morten Nielsen
3f79ada2f2 Fix CI build and upgrade unit tests to target both NETFX and NetCore 2020-01-16 00:07:27 -08:00
Morten Nielsen
ad4faa6f4b Fix whitespace inconsistencies 2020-01-15 23:49:06 -08:00
Morten Nielsen
c335ba2f20 Warning fixes 2020-01-15 23:42:01 -08:00
Morten Nielsen
a142c9b0da Improved multi-message handling and updated all code necessary 2020-01-15 23:41:51 -08:00
Morten
be31b94f9c Initial stab at merging multi-sentence messages into a single easier-to-use message 2020-01-15 17:38:21 -08:00
Morten Nielsen
4e8ad28503
Update README.md 2020-01-15 15:36:30 -08:00
Morten Nielsen
f742fb76d3
Merge pull request #60 from dotMorten/EnableNullable
Use nullability tags
2019-10-03 00:29:47 -07:00