An open API service providing commit metadata for open source projects.

GitHub / gbionics/serial_cpp / commits

SHA Message Author Date Stats
2ab9e203 merge Merge pull request #17 from tessonics/virtual-ports Silvio Traversaro <s****o@t****t>
Committed by: GitHub <n****y@g****m>
6 months ago
7c78bc35 Do not redefine alloca if it already exists (#18)
Co-authored-by: Michiel van Leeuwen <m****l@e****m>
electretmike <e****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
c727ae05 Added explicit include of winioctl.h M4rFri <M****F@t****m> 9 months ago
54ac3f6c Changed GUID used in SetupDiGetClassDevs to also list virtual serial ports M4rFri <M****F@t****m> 10 months ago
e72cc77a SetTimeout accepts non-constant reference (#16)
Co-authored-by: dario <t****o@e****m>
Carlos Iván <c****b@h****m>
Committed by: GitHub <n****y@g****m>
11 months ago
5a09fdbf Add compatibility policy (#15) Silvio Traversaro <s****o@t****t>
Committed by: GitHub <n****y@g****m>
11 months ago
fa05db61 Bump version to 1.3.4 (#13) Silvio Traversaro <s****o@t****t>
Committed by: GitHub <n****y@g****m>
about 1 year ago
78b705dd Update windows runner to windows-latest (#12) Silvio Traversaro <s****o@t****t>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b7aa3b4a Fix arithmetic warnings (#11) Akshay Raj Gollahalli <a****y@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
d62a051b Fix wrong OR to AND in BUILD_TESTING and PROJECT_IS_TOP_LEVEL logic (#9) Silvio Traversaro <s****o@t****t>
Committed by: GitHub <n****y@g****m>
over 1 year ago
5cf5cccd Update tag used in README to v1.3.2 Silvio Traversaro <s****o@t****t>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ff106b62 Do not add tests if project is included via add_subdirectory/FetchContent (#8) Silvio Traversaro <s****o@t****t>
Committed by: GitHub <n****y@g****m>
over 1 year ago
919a61af Add serial_cpp_INSTALL CMake option to disable install (#6) Silvio Traversaro <s****o@t****t>
Committed by: GitHub <n****y@g****m>
over 1 year ago
e67eecd8 Document that the changelog is not going to be mantained (#5) Silvio Traversaro <s****o@t****t>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a13a45d7 Add support for FetchContent and CMake imported targets (#4) Silvio Traversaro <s****o@t****t>
Committed by: GitHub <n****y@g****m>
over 1 year ago
739be437 Rename library from serial to serial_cpp (#2) Silvio Traversaro <s****o@t****t>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a3d2ae6e Add basic support for pixi and CI (#1) Silvio Traversaro <s****o@t****t>
Committed by: GitHub <n****y@g****m>
over 1 year ago
69e0372c Move License text to separate LICENSE file (#261) Eric Fontaine <e****z@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
33e5a31a Fix broken links (#244) Maicol Castro <6****k@u****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
ed9f89ca Add support for serial bluetooth ports on Linux (#237) Robin Krens <5****s@u****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
9fc9e81f Remove Boost dependency (#235)
Signed-off-by: Jacob Perron <j****b@o****g>
Jacob Perron <j****b@o****g>
Committed by: GitHub <n****y@g****m>
about 5 years ago
57f72772 Add EINTR handling to SerialImpl::write (#233) Matthias Behr <m****r@m****e>
Committed by: GitHub <n****y@g****m>
about 5 years ago
a93fc844 Solve issue Custom Baudrate OSX #139 of original repo; inspired by PySerial s... Atomie CHEN <a****h@1****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
7439db12 Fix windows com port prefix (#179) Hannes Kamecke <h****d@u****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
9e331e79 fix invalid memory access when eol size >1 (#220)
Co-authored-by: chenguojun <c****n@y****m>
Chenchen <c****o@f****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
cbcca7c8 Install serial library to a portable location. (#216) Sean Yen <s****n@m****m>
Committed by: William Woodall <w****b@o****g>
over 6 years ago
66523a35 Convert package to a pure CMake package
Signed-off-by: Alex Moriarty <a****y@p****i>
Scott K Logan <l****s@c****t>
Committed by: Silvio Traversaro <s****o@t****t>
about 7 years ago
683e12d2 Fix memory leak when exception is thrown by impl classes in (#198) bsbaliga <4****a@u****m>
Committed by: William Woodall <w****b@o****g>
over 7 years ago
fba8d81b whitespace William Woodall <w****b@o****g>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
2ef29d7b whitespace William Woodall <w****b@o****g>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
5a354eaa reduce the number of jobs on travis (#172) William Woodall <w****b@o****g>
Committed by: GitHub <n****y@g****m>
over 8 years ago
bdba3a80 Fix CMake warning for rt and pthread. (#165) Mike Purvis <m****e@u****m>
Committed by: William Woodall <w****b@o****g>
over 8 years ago
17e3223e remove references to no longer available uninstall command (#171) William Woodall <w****b@o****g>
Committed by: GitHub <n****y@g****m>
over 8 years ago
764fab8b sublime project file updates William Woodall <w****m@o****g> over 8 years ago
235a5f71 print GetLastError() result instead of errno (#154) Ben Moyer <b****r@g****m>
Committed by: William Woodall <w****b@o****g>
over 8 years ago
534141aa implement flushInput and flushOutput for windows (#153) Ben Moyer <b****r@g****m>
Committed by: William Woodall <w****b@o****g>
over 8 years ago
ce085ce8 Problem: hardware flow control uses RTS_CONTROL_TOGGLE (#132) José Manuel Díez <j****z@g****m>
Committed by: William Woodall <w****b@o****g>
over 8 years ago
d3713af0 Support 500kbps serial ports. (#167) Mike Purvis <m****e@u****m>
Committed by: William Woodall <w****b@o****g>
over 8 years ago
827c4a78 Fix issue with write() and a timeout of 0. (#137) rhd <r****e@g****m>
Committed by: William Woodall <w****m@o****g>
over 9 years ago
771e62c2 Update documentation (#140) Stephane Poirier <s****r@u****m>
Committed by: William Woodall <w****m@o****g>
over 9 years ago
02dfff78 fixing unix timeouts handling ("timer_tests.short_interval" failure) (#147) aleksey-sergey <s****0@g****m>
Committed by: William Woodall <w****m@o****g>
over 9 years ago
4d69fb2e fix timeouts handling on Unix systems (#142) aleksey-sergey <s****0@g****m>
Committed by: William Woodall <w****m@o****g>
over 9 years ago
c16faab6 resource leak if exception in SerialImpl constructor (#146) dontsovcmc <d****e@m****u>
Committed by: William Woodall <w****m@o****g>
almost 10 years ago
d76b7d6b Const corrections. (#141) Christopher Baker <m****e@c****t>
Committed by: William Woodall <w****m@o****g>
almost 10 years ago
2d416f15 merge Merge pull request #118 from Rimco/patch-1 William Woodall <w****m@o****g> over 10 years ago
22dce33f Updated serial.cc for FreeBSD 9 compatibility. Rimco <r****o@r****l> over 10 years ago
e12d81ea merge Merge pull request #116 from pao/patch-1 William Woodall <w****m@o****g> almost 11 years ago
c5b4bbd1 on OS X, use SYSTEM_CLOCK, not CALENDAR_CLOCK Patrick O'Leary <p****y@g****m> almost 11 years ago
98f1c31e on Linux, use CLOCK_MONOTONIC for clock_gettime() Patrick O'Leary <p****y@g****m> almost 11 years ago
ef7f77d4 merge Merge pull request #113 from vladimirgamalian/patch-1 William Woodall <w****m@o****g> almost 11 years ago
40265757 Comment unreferenced formal parameter Vladimir Gamalian <v****n@u****m> almost 11 years ago
a81087ec merge Merge pull request #112 from linquize/vs2015 William Woodall <w****m@o****g> almost 11 years ago
9b80fc3f Can use the toolsets from Visual Studio 2010, 2012, 2013, 2015 Linquize <l****e@y****k> almost 11 years ago
c57285f3 merge Merge pull request #106 from ramirahikkala/master William Woodall <w****m@o****g> about 11 years ago
cd5053cb AdditionalIncludeDirectories must be relative for project not solution
Signed-off-by: Rami <r****a@j****m>
Rami <r****a@j****m> about 11 years ago
6144d579 merge Merge pull request #103 from drummist180/master William Woodall <w****m@o****g> about 11 years ago
1580f10d Fix include directory paths in Visual Studio projects. Brandon Morton <b****n@v****u> about 11 years ago
99e57e63 merge Merge pull request #98 from wjwwood/fix_issue_97 William Woodall <w****m@o****g> over 11 years ago
b8320d31 fix warning on Windows William Woodall <w****m@o****g> over 11 years ago
10ac4e1c 1.2.1 William Woodall <w****m@o****g> over 11 years ago
03ca3be6 merge Merge pull request #96 from wjwwood/issue_84 William Woodall <w****m@o****g> over 11 years ago
52197afb [doc] fixup/clarify some throws documentation William Woodall <w****m@o****g> over 11 years ago
e438077c [style] whitespace and configs William Woodall <w****m@o****g> over 11 years ago
1a70b09b merge Merge pull request #95 from wjwwood/issue_90_refresh William Woodall <w****m@o****g> over 11 years ago
985c3a51 fix handling of COM ports over 10 on Windows, fixes #84 William Woodall <w****m@o****g> over 11 years ago
33bbde42 fix typo William Woodall <w****m@o****g> over 11 years ago
3a9e6be8 [style] whitespace William Woodall <w****m@o****g> over 11 years ago
d7084ce7 merge Merge pull request #93 from legath/master William Woodall <w****m@o****g> over 11 years ago
e26a9771 fix for clang build on macosx Alexander Bulychev <a****v@g****m> over 11 years ago
5b13be4d merge Merge pull request #92 from DarkDemiurg/master William Woodall <w****m@o****g> over 11 years ago
29cb551c Fix for mingw32 DarkDemiurg <d****v@g****m> over 11 years ago
e7064338 merge Merge pull request #91 from wjwwood/fix_osx William Woodall <w****m@o****g> over 11 years ago
32792b3e travis: fixup os x dep install William Woodall <w****m@o****g> over 11 years ago
42aa78ae Release io_iterator_t object when finished with it in list_ports_osx.cc. Konstantina Kastanara <k****a@g****m>
Committed by: William Woodall <w****m@o****g>
over 11 years ago
2473a877 merge Merge pull request #86 from avian2/add-57600-baud William Woodall <w****m@o****g> over 11 years ago
dda5b630 Add 576000 baud support for Unix Tomaz Solc <t****c@t****g> over 11 years ago
17da2dea Add CI status to README.md William Woodall <w****m@o****g> over 11 years ago
c3d55880 merge Merge pull request #85 from wjwwood/travis_osx2 William Woodall <w****m@o****g> over 11 years ago
bd0980b6 trying different travis osx settings William Woodall <w****m@o****g> over 11 years ago
31fa9c9e merge Merge pull request #83 from wjwwood/travis_osx William Woodall <w****m@o****g> over 11 years ago
a6221055 trying out osx support in travis William Woodall <w****m@o****g> over 11 years ago
8036553a improve error message when mark or space parity are not supported William Woodall <w****m@o****g> over 11 years ago
6f464948 Make MARK/SPACE partiy support optional David Hodo <d****o@i****m> over 11 years ago
6e47bdd0 merge Merge pull request #81 from achronop/master William Woodall <w****m@o****g> over 11 years ago
b376f85f Add MARK/SPACE parity bit option achronop <a****p@g****m> over 11 years ago
c19a5a3c merge Merge pull request #75 from Konstantinacc/master William Woodall <w****d@g****m> about 12 years ago
7bce3e0f CloseHanle fd_ if SetCommState fails in function Serial::SerialImpl::reconfig... Konstantina Kastanara <k****a@g****m> about 12 years ago
7de61c16 merge Merge pull request #72 from dawid-aurobit/mxe-cross William Woodall <w****d@g****m> about 12 years ago
49b67629 support for mxe Dawid Piotrowski <d****d@a****l> about 12 years ago
8fe085c4 merge Merge pull request #69 from linquize/vs William Woodall <w****d@g****m> about 12 years ago
b55e9f79 Can use the toolsets from Visual Studio 2010, 2012, 2013 Linquize <l****e@y****k> about 12 years ago
54d7a947 Fix warning in Win64 Linquize <l****e@y****k> about 12 years ago
88ee4b3e merge Merge pull request #70 from bakercp/bugfix-availability-macros William Woodall <w****d@g****m> about 12 years ago
3f0d49a6 Make sure AvailabilityMacros.h is included for build systems that do not incl... Christopher Baker <m****e@c****t> about 12 years ago
60bb787f Add x64 Platform to VS project Linquize <l****e@y****k> about 12 years ago
d1074872 Add <SubSystem> tags to VS projects, specifically, test_serial is a console a... Linquize <l****e@y****k> about 12 years ago
124e601d Add VS related ignore files to .gitignore Linquize <l****e@y****k> about 12 years ago
e315dc5a Make Release|Win32 configuration compile Linquize <l****e@y****k> about 12 years ago
17aac9b7 merge Merge pull request #68 from bakercp/mingw_vs_text William Woodall <w****d@g****m> about 12 years ago
24564c59 Remove confusing comment. Christopher Baker <m****e@c****t> about 12 years ago

← Back to repository