1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

325 Commits

Author SHA1 Message Date
William Woodall
32792b3ee1 travis: fixup os x dep install 2015-03-09 11:48:31 -07:00
William Woodall
2473a8770f Merge pull request #86 from avian2/add-57600-baud
Add 576000 baud support for Unix
2015-01-12 10:34:06 -08:00
Tomaz Solc
dda5b6308e Add 576000 baud support for Unix 2015-01-06 15:15:31 +01:00
William Woodall
17da2dea31 Add CI status to README.md 2014-12-29 12:40:54 -08:00
William Woodall
c3d55880c8 Merge pull request #85 from wjwwood/travis_osx2
trying different travis osx settings
2014-12-29 12:37:37 -08:00
William Woodall
bd0980b69a trying different travis osx settings 2014-12-29 11:48:58 -08:00
William Woodall
31fa9c9e34 Merge pull request #83 from wjwwood/travis_osx
trying out osx support in travis
2014-12-29 11:22:22 -08:00
William Woodall
a622105543 trying out osx support in travis 2014-12-29 11:19:57 -08:00
William Woodall
8036553a1e improve error message when mark or space parity are not supported 2014-12-09 13:50:24 -08:00
David Hodo
6f464948f0 Make MARK/SPACE partiy support optional 2014-12-09 14:50:37 -06:00
William Woodall
6e47bdd0ae Merge pull request #81 from achronop/master
Add MARK/SPACE parity bit option
2014-12-07 15:20:49 -08:00
achronop
b376f85fb0 Add MARK/SPACE parity bit option 2014-12-07 21:33:53 +02:00
William Woodall
c19a5a3cc9 Merge pull request #75 from Konstantinacc/master
CloseHanle fd_ if SetCommState fails in function Serial::SerialImpl::reconfigurePort ().
2014-08-19 10:16:54 -07:00
Konstantina Kastanara
7bce3e0fdc CloseHanle fd_ if SetCommState fails in function Serial::SerialImpl::reconfigurePort (). 2014-08-19 18:24:48 +03:00
William Woodall
7de61c1603 Merge pull request #72 from dawid-aurobit/mxe-cross
support for mxe (http://mxe.cc)
2014-08-16 20:26:21 -07:00
Dawid Piotrowski
49b6762927 support for mxe 2014-08-16 22:08:56 +02:00
William Woodall
8fe085c45f Merge pull request #69 from linquize/vs
Many Visual Studio fixes
2014-07-27 14:38:49 -07:00
Linquize
b55e9f797f Can use the toolsets from Visual Studio 2010, 2012, 2013
The default is v100 (VS2010)
2014-07-26 22:00:10 +08:00
Linquize
54d7a9474a Fix warning in Win64 2014-07-26 21:59:53 +08:00
William Woodall
88ee4b3e3b Merge pull request #70 from bakercp/bugfix-availability-macros
Add include for OSX version checking macros.
2014-07-21 13:04:49 -07:00
Christopher Baker
3f0d49a602 Make sure AvailabilityMacros.h is included for build systems that do not include it by default.
- Required for macros such as MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_MIN_REQUIRED, etc.
2014-07-21 12:29:38 -05:00
Linquize
124e601d2f Add VS related ignore files to .gitignore 2014-07-19 20:49:45 +08:00
Linquize
60bb787f93 Add x64 Platform to VS project 2014-07-19 20:49:08 +08:00
Linquize
d107487228 Add <SubSystem> tags to VS projects, specifically, test_serial is a console application 2014-07-19 20:48:23 +08:00
Linquize
e315dc5a48 Make Release|Win32 configuration compile 2014-07-19 20:13:56 +08:00
William Woodall
17aac9b77d Merge pull request #68 from bakercp/mingw_vs_text
Fixes to allow cross correct encoding on both codeblocks / mingw and VS
2014-07-15 13:35:28 -07:00
Christopher Baker
24564c59d3 Remove confusing comment. 2014-07-13 09:17:27 -05:00
William Woodall
1697fe2c56 Merge pull request #67 from bakercp/no_cpp11_codeblocks_win
Revert c++11 feature for better backward compatibility.
2014-07-12 14:16:31 -07:00
Christopher Baker
d9847ff87b Fixes to allow cross correct encoding on both codeblocsk / mingw and visual studio. 2014-07-11 09:28:55 -05:00
Christopher Baker
e16f43b1e4 Revert c++11 feature for better backward compatibility. 2014-07-10 23:57:19 -05:00
William Woodall
46802a9b3c 1.2.0 1.2.0 2014-07-02 15:59:39 -07:00
William Woodall
3d1f802242 changelog 2014-07-02 15:59:20 -07:00
William Woodall
dfc59a5f11 whitespace 2014-07-02 15:23:23 -07:00
William Woodall
de704369db fixup removal of read_cache_ 2014-07-02 15:17:02 -07:00
William Woodall
f1e53d17fb remove vestigial read_cache_ member variable 2014-07-02 15:07:38 -07:00
William Woodall
76c5575f80 Merge pull request #66 from bakercp/bugfix_osx_compiling
Add defines to new list_ports methods to compile on OSX.
2014-07-02 15:05:15 -07:00
William Woodall
033b009480 Merge pull request #65 from wjwwood/fix_locking
fix usage of scoped locks
2014-07-02 15:03:41 -07:00
William Woodall
23770f9581 Merge branch 'Konstantinacc-master' 2014-07-02 15:02:06 -07:00
William Woodall
051824894b style fixup 2014-07-02 15:01:53 -07:00
Christopher Baker
24a8722f3e Fix typo. 2014-07-02 11:18:11 -05:00
Christopher Baker
b46681e8cc Add defines to new list_ports methods to compile on OSX. 2014-07-02 10:47:45 -05:00
William Woodall
72af8435c5 fix usage of scoped locks
previously they were getting destroyed
immediately because they were not stored in a
temporary scope variable
2014-06-23 11:23:27 -07:00
Konstantina Kastanara
04d4763926 Added return value control in Serial::SerialImpl::close () in unix.cc and win.cc 2014-05-07 18:49:37 +03:00
William Woodall
2df3499e81 Merge pull request #49 from clearpathrobotics/wait-functions
Wait functions
2014-04-28 10:58:55 -07:00
Mike Purvis
2906a6fe90 Add missing stubs to serial/impl/win.h header 2014-04-28 07:30:40 -04:00
William Woodall
be80973ee7 Merge pull request #59 from LilleySavij/list_ports
List ports
2014-04-27 23:28:59 -07:00
Craig Lilley
10fa977dad Fixed a syntax error.
In list_ports_win.cc.
2014-04-28 00:01:42 +01:00
Craig Lilley
5d0c5335fa Updated documentation. 2014-04-26 13:22:45 +01:00
Craig Lilley
31a589e6e7 Added osx implementation to list_ports. 2014-04-26 12:49:30 +01:00
Craig Lilley
301a3d4b27 Changed the serial::PortDescription struct.
- Renamed to PortInfo.

- "friendly_name" field is now "description".
2014-04-24 02:23:26 +01:00