]> Git Repo - serial.git/shortlog
serial.git
2022-11-20 JesseCmake: Add BUILD_SHARED_LIBS option main
2021-06-10 Maicol CastroFix broken links (#244)
2021-06-10 Robin KrensAdd support for serial bluetooth ports on Linux (#237)
2021-06-10 Jacob PerronRemove Boost dependency (#235)
2021-06-10 Matthias BehrAdd EINTR handling to SerialImpl::write (#233)
2021-06-10 Atomie CHENSolve issue Custom Baudrate OSX #139 of original repo...
2021-06-10 Hannes KameckeFix windows com port prefix (#179)
2021-06-10 Chenchenfix invalid memory access when eol size >1 (#220)
2020-01-06 Sean YenInstall serial library to a portable location. (#216)
2019-03-25 bsbaligaFix memory leak when exception is thrown by impl classe... ros2
2018-11-12 William Woodallwhitespace
2018-11-12 William Woodallwhitespace
2018-02-06 William Woodallreduce the number of jobs on travis (#172)
2018-01-19 Mike PurvisFix CMake warning for rt and pthread. (#165)
2018-01-13 William Woodallremove references to no longer available uninstall...
2018-01-13 William Woodallsublime project file updates
2018-01-13 Ben Moyerprint GetLastError() result instead of errno (#154)
2018-01-13 Ben Moyerimplement flushInput and flushOutput for windows (...
2018-01-13 José Manuel... Problem: hardware flow control uses RTS_CONTROL_TOGGLE...
2018-01-09 Mike PurvisSupport 500kbps serial ports. (#167)
2017-01-21 rhdFix issue with write() and a timeout of 0. (#137)
2017-01-20 Stephane PoirierUpdate documentation (#140)
2016-11-29 aleksey-sergeyfixing unix timeouts handling ("timer_tests.short_inter...
2016-11-28 aleksey-sergeyfix timeouts handling on Unix systems (#142)
2016-11-21 dontsovcmcresource leak if exception in SerialImpl constructor...
2016-10-17 Christopher... Const corrections. (#141)
2015-12-02 William WoodallMerge pull request #118 from Rimco/patch-1
2015-11-26 RimcoUpdated serial.cc for FreeBSD 9 compatibility.
2015-11-10 William WoodallMerge pull request #116 from pao/patch-1
2015-11-10 Patrick O'Learyon OS X, use SYSTEM_CLOCK, not CALENDAR_CLOCK
2015-11-10 Patrick O'Learyon Linux, use CLOCK_MONOTONIC for clock_gettime()
2015-09-27 William WoodallMerge pull request #113 from vladimirgamalian/patch-1
2015-09-27 Vladimir GamalianComment unreferenced formal parameter
2015-09-23 William WoodallMerge pull request #112 from linquize/vs2015
2015-09-22 LinquizeCan use the toolsets from Visual Studio 2010, 2012...
2015-08-14 William WoodallMerge pull request #106 from ramirahikkala/master
2015-08-14 RamiAdditionalIncludeDirectories must be relative for proje...
2015-07-21 William WoodallMerge pull request #103 from drummist180/master
2015-07-17 Brandon MortonFix include directory paths in Visual Studio projects.
2015-04-27 William WoodallMerge pull request #98 from wjwwood/fix_issue_97
2015-04-27 William Woodallfix warning on Windows
2015-04-22 William Woodall1.2.1 1.2.1
2015-04-22 William WoodallMerge pull request #96 from wjwwood/issue_84
2015-04-22 William Woodall[doc] fixup/clarify some throws documentation
2015-04-22 William Woodall[style] whitespace and configs
2015-04-22 William Woodallfix handling of COM ports over 10 on Windows, fixes #84
2015-04-22 William WoodallMerge pull request #95 from wjwwood/issue_90_refresh
2015-04-22 William Woodallfix typo
2015-04-22 William Woodall[style] whitespace
2015-04-22 Konstantina... Release io_iterator_t object when finished with it...
2015-04-06 William WoodallMerge pull request #93 from legath/master
2015-04-06 Alexander Bulychevfix for clang build on macosx
2015-03-24 William WoodallMerge pull request #92 from DarkDemiurg/master
2015-03-24 DarkDemiurgFix for mingw32
2015-03-09 William WoodallMerge pull request #91 from wjwwood/fix_osx
2015-03-09 William Woodalltravis: fixup os x dep install
2015-01-12 William WoodallMerge pull request #86 from avian2/add-57600-baud
2015-01-06 Tomaz SolcAdd 576000 baud support for Unix
2014-12-29 William WoodallAdd CI status to README.md
2014-12-29 William WoodallMerge pull request #85 from wjwwood/travis_osx2
2014-12-29 William Woodalltrying different travis osx settings
2014-12-29 William WoodallMerge pull request #83 from wjwwood/travis_osx
2014-12-29 William Woodalltrying out osx support in travis
2014-12-09 William Woodallimprove error message when mark or space parity are...
2014-12-09 David HodoMake MARK/SPACE partiy support optional
2014-12-07 William WoodallMerge pull request #81 from achronop/master
2014-12-07 achronopAdd MARK/SPACE parity bit option
2014-08-19 William WoodallMerge pull request #75 from Konstantinacc/master
2014-08-19 Konstantina... CloseHanle fd_ if SetCommState fails in function Serial...
2014-08-17 William WoodallMerge pull request #72 from dawid-aurobit/mxe-cross
2014-08-16 Dawid Piotrowskisupport for mxe
2014-07-27 William WoodallMerge pull request #69 from linquize/vs
2014-07-26 LinquizeCan use the toolsets from Visual Studio 2010, 2012...
2014-07-26 LinquizeFix warning in Win64
2014-07-21 William WoodallMerge pull request #70 from bakercp/bugfix-availability...
2014-07-21 Christopher... Make sure AvailabilityMacros.h is included for build...
2014-07-19 LinquizeAdd VS related ignore files to .gitignore
2014-07-19 LinquizeAdd x64 Platform to VS project
2014-07-19 LinquizeAdd <SubSystem> tags to VS projects, specifically,...
2014-07-19 LinquizeMake Release|Win32 configuration compile
2014-07-15 William WoodallMerge pull request #68 from bakercp/mingw_vs_text
2014-07-13 Christopher... Remove confusing comment.
2014-07-12 William WoodallMerge pull request #67 from bakercp/no_cpp11_codeblocks_win
2014-07-11 Christopher... Fixes to allow cross correct encoding on both codeblocs...
2014-07-11 Christopher... Revert c++11 feature for better backward compatibility.
2014-07-02 William Woodall1.2.0 1.2.0
2014-07-02 William Woodallchangelog
2014-07-02 William Woodallwhitespace
2014-07-02 William Woodallfixup removal of read_cache_
2014-07-02 William Woodallremove vestigial read_cache_ member variable
2014-07-02 William WoodallMerge pull request #66 from bakercp/bugfix_osx_compiling
2014-07-02 William WoodallMerge pull request #65 from wjwwood/fix_locking
2014-07-02 William WoodallMerge branch 'Konstantinacc-master'
2014-07-02 William Woodallstyle fixup
2014-07-02 Christopher... Fix typo.
2014-07-02 Christopher... Add defines to new list_ports methods to compile on...
2014-06-23 William Woodallfix usage of scoped locks
2014-05-07 Konstantina... Added return value control in Serial::SerialImpl::close...
2014-04-28 William WoodallMerge pull request #49 from clearpathrobotics/wait...
2014-04-28 Mike PurvisAdd missing stubs to serial/impl/win.h header
next
This page took 0.058686 seconds and 4 git commands to generate.