]> Git Repo - serial.git/shortlog
serial.git
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
2014-04-28 William WoodallMerge pull request #59 from LilleySavij/list_ports
2014-04-27 Craig LilleyFixed a syntax error.
2014-04-26 Craig LilleyUpdated documentation.
2014-04-26 Craig LilleyAdded osx implementation to list_ports.
2014-04-24 Craig LilleyChanged the serial::PortDescription struct.
2014-04-22 Craig LilleyRefactored list_ports to return a vector of serial...
2014-04-17 William Woodallreturn a vector<array<string, 3> > from list_ports
2014-04-17 Craig LilleyAdded ability to enumerate ports on linux and windows.
2014-04-16 William Woodallfix compile on VS2013
2014-02-21 William Woodall1.1.7 1.1.7
2014-02-21 William Woodallupdate changelogs
2014-02-18 Mike PurvisStubs for waitReadable and waitByteTimes on Windows.
2014-01-06 William WoodallMerge pull request #55 from dawid-aurobit/mingw
2014-01-05 dawidsupport for mingw (mxe.cc)
2013-12-27 William WoodallMerge pull request #54 from nbigaouette/master
2013-12-27 Nicolas BigaouetteFix compilation warning
2013-11-20 William WoodallMerge pull request #45 from clearpathrobotics/timespec...
2013-11-19 Mike PurvisFill out waitByteTimes, integrate it into read as discu...
2013-11-19 Mike PurvisAdd waitReadable and waitByteTimes stubs.
2013-11-19 Mike PurvisBuild tests on Travis.
2013-11-19 Mike PurvisAdd unix timer tests, clarify tests are only on unix...
2013-11-18 Mike PurvisPre-fill buffer at start of read, to avoid the select...
2013-11-15 Mike PurvisWrap nanoseconds when >= 1e9, rather than > 1e9.
2013-11-08 Mike PurvisFix for computing an expiry without rollover.
2013-11-01 Mike PurvisDivide by 1e9 to get seconds from nanoseconds, instead...
2013-10-31 William Woodalluse static casts rather than C-style casting
2013-10-31 Mike PurvisOf course, the timespec_from_ms function must return...
2013-10-31 Mike PurvisRemove TimerExpiredException.
2013-10-31 Mike PurvisEliminate modulus operator.
2013-10-31 Mike PurvisRename now function to timespec_now and timeout_time...
2013-10-31 Mike PurvisImplement MillisecondTimer in the unix read() and write...
2013-10-31 Mike PurvisAdd MillisecondTimer class.
2013-10-30 William Woodallif not windows guard for unix.h
2013-10-30 William WoodallContributor notice
2013-10-30 William Woodallfix broken ifdef _WIN32
2013-10-30 William Woodall[style] whitespace changes only
2013-10-30 William WoodallMerge branch 'master' of https://github.com/bakercp...
2013-10-28 William Woodallfix warnings about uninitialized class members
2013-10-28 William Woodall[style] white space clean up
2013-10-27 Christopher... Fix broken ioctl calls, add exception handling.
2013-10-27 Christopher... Code guards for platform-specific implementations.
2013-10-27 Christopher... Explicit using.
2013-10-17 William Woodall"1.1.6" 1.1.6
2013-10-17 William Woodallupdate changelog
2013-10-09 William WoodallMerge pull request #41 from clearpathrobotics/one-point...
2013-10-06 Mike PurvisMove stopbits_one_point_five to the end of the enum...
2013-09-24 William Woodall1.1.5 1.1.5
2013-09-24 William Woodallupdating changelogs
2013-08-28 William WoodallMerge pull request #38 from wmhilton/master
2013-08-28 William WoodallFix license labeling, I put BSD, but the license has...
2013-08-25 William HiltonAdded Microsoft Visual Studio 2010 project to make...
2013-08-13 William WoodallMerge pull request #33 from wjwwood/fix_custom_baudrate_osx
2013-08-07 William WoodallMerge pull request #35 from daniser/patch-1
2013-08-05 daniserUpdate win.cc
2013-08-05 daniserImplemented Serial::available() for Windows
2013-08-02 William WoodallFixup unix case for strerror
2013-08-03 William WoodallFix compiler warnings on Windows
2013-07-31 William WoodallUpdate how custom baudrates are handled on OS X
2013-07-31 William WoodallFix up linking on Linux for the tests
2013-07-30 William WoodallMerge pull request #32 from wjwwood/fix_timeout_windows
2013-07-30 William WoodallApply the timeout settings with reconfigurePort
2013-07-30 William Woodall[style] always use curly braces with if statements
2013-07-30 William WoodallMerge pull request #30 from wjwwood/fix_wstring_windows
2013-07-30 William Woodallconvert wstring into string when printing
2013-07-30 William WoodallMerge pull request #31 from nbigaouette/fix_doc
2013-07-30 Nicolas BigaouetteFix typo in documentation
2013-07-30 William WoodallPass LPCWSTR to CreateFile in Windows impl
2013-07-30 William WoodallUse wstring for port_ type in Windows impl
2013-06-20 William Woodall1.1.4 1.1.4
2013-06-20 William WoodallFixing up CHANGELOG.rst for 1.1.4
2013-06-12 William WoodallUpdate package.xml
2013-06-12 William WoodallFixed another Exception misspelling.
2013-06-11 William WoodallMerge pull request #25 from wjwwood/fix_exceptions
2013-06-11 William WoodallAdding changelog
2013-05-23 William WoodallMerge pull request #28 from wjwwood/issue_27
2013-05-23 William WoodallPotential timing fix for read and write.
2013-05-22 William WoodallMerge pull request #26 from trainman419/master
2013-05-21 trainman419Update list of exceptions thrown from constructor.
2013-05-08 William Woodallfix, by Thomas Hoppe <[email protected]>
next
This page took 0.05772 seconds and 4 git commands to generate.