1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

351 Commits

Author SHA1 Message Date
William Woodall
46b06a3187 Update README.md 2013-03-14 16:04:11 -07:00
William Woodall
d6b97057ef Merge pull request #23 from bentley/master
OpenBSD ifdef
2013-02-19 14:19:06 -08:00
William Woodall
42fc29ada5 1.1.3 1.1.3 2013-01-09 10:54:34 -08:00
William Woodall
54987058ea install headers 2013-01-09 10:53:58 -08:00
William Woodall
63baf1cad8 1.1.2 1.1.2 2012-12-14 14:08:55 -08:00
William Woodall
df27a2bf9c Fix buildtool depends 2012-12-14 14:07:39 -08:00
William Woodall
788490f118 Version 1.1.1 1.1.1 2012-12-03 15:32:19 -08:00
William Woodall
72f43d9976 Small CMakeLists.txt touch ups. 2012-12-03 15:31:41 -08:00
William Woodall
2e9f850175 Merge branch 'master' of https://github.com/wjwwood/serial 2012-12-03 14:51:47 -08:00
William Woodall
fe00053372 Removed rt linking on OS X. Fixes #24. 2012-12-03 14:51:10 -08:00
William Woodall
c1866aeeed Update README.md
Added links to documentation.
2012-11-21 13:23:27 -08:00
William Woodall
c37d25a43c Added groovy source setup.bash to travis.yml 2012-11-06 19:22:06 -08:00
William Woodall
ae0eea6719 Change to the travis.yml file 2012-11-06 19:20:23 -08:00
William Woodall
b458793b19 Trying travis-ci out. 2012-11-06 16:41:41 -08:00
Anthony J. Bentley
b95b797de7 alloca.h does not exist on OpenBSD either. 2012-10-29 09:46:29 -06:00
William Woodall
d5429126c9 Added a link option specifically for Linux 1.1.0 2012-10-24 01:32:23 -07:00
William Woodall
f3a9767a1a Releasing version 1.1.0 of serial
Converted the build system to caktin
2012-10-24 00:11:21 -07:00
William Woodall
5c21be7d8f Updating the README.md 2012-10-24 00:08:46 -07:00
William Woodall
7174d62e1b Adding catkin build files and a new Makefile. 2012-10-23 23:47:11 -07:00
William Woodall
73371a144d Removing old build files. 2012-10-23 23:46:57 -07:00
William Woodall
5a2f127d26 Release v1.0.1 fuerte v1.0.1 2012-08-27 11:36:26 -07:00
William Woodall
871f32fcb2 Fixed linking on Linux and OS X. 2012-08-01 20:09:39 -05:00
William Woodall
485a9fb9a3 Updated the tests for the new Serial API. 2012-08-01 20:09:20 -05:00
William Woodall
fbfd95dc63 Added the rt library to the serial_LIBRARIES variable when on Linux. 2012-08-01 20:08:47 -05:00
William Woodall
7e46129f7d Adding explicit keyword to Timeout constructor to prevent accidental conversion from int types. 2012-07-30 18:56:16 -05:00
William Woodall
c829e6a238 Merge pull request #21 from davidhodo/master
add option to not use clang so i can use this in bitbake
2012-07-21 13:56:45 -07:00
David Hodo
d7b12661e5 should have been if NOT defined 2012-07-21 11:13:13 -05:00
David Hodo
fdff84a168 add option to not use Clang, even if it is installed 2012-07-20 18:04:42 -05:00
William Woodall
c5a2d7b4bc Adding void return type for Arduino example in examples/serial_example.cc. Fixes #20 2012-07-09 15:51:38 -05:00
William Woodall
667eedeb2f Adding baudrates: 1000000, 11520000, 2000000, 2500000, 3000000, 3500000, and 4000000 to the unix.cc implementation. This is an attempting to work around issue #18, needs testing on a non-USB serial adapter that can handle higher baudrates. 2012-07-08 19:45:35 -05:00
William Woodall
8a4a9a78c4 Clean up of the build system. Added rt and util in certain places so compiling the tests on Linux succeed, which should fix #19. Also removed over verbose warnings on Linux when build stand-alone. 2012-07-08 19:09:21 -05:00
William Woodall
83ae470c78 Silly little bug in the custom baud rate code. Should fix #18. 2012-06-18 19:04:35 -05:00
William Woodall
da1207609f Fixing a bug in the unix write code which may have prevented it from writing in some cases, and updating some of the comments and error messages in the write function that still read like the read function v1.0 2012-06-14 18:51:24 -05:00
William Woodall
7e50dc7da6 Fixing compile and link problems in Linux and ROS 2012-06-13 20:13:57 -05:00
William Woodall
2ae490b3ac Fixes to flowcontrol that solve a wierd bug on Linux and fix an oversight on Windows. 2012-06-12 16:55:11 -05:00
William Woodall
95790064d8 Fixing warning in Linux 2012-06-12 00:25:28 -05:00
William Woodall
94eac90d7c Fixing a compile problem in Linux that got introduced in the Windows testing. 2012-06-12 00:23:39 -05:00
William Woodall
c55d7e2969 Adding link to the rosinstall file 2012-06-11 21:09:16 -05:00
William Woodall
80c0ce9b1b Updating docs and adding a rosinstall file 2012-06-11 20:51:18 -05:00
William Woodall
ada33af16e Merge commit 'e9999c9c7c801b8c60569f1b48792af8c050eac4' 2012-06-09 20:03:26 -05:00
William Woodall
120df13f2a Updating documentation 2012-06-09 19:52:05 -05:00
William Woodall
f4ce55e0be Update master 2012-06-09 18:21:34 -05:00
William Woodall
eb3ebc1dc7 Merge branch 'new_api' new_api 2012-06-09 18:11:59 -05:00
William Woodall
061c184d00 Merging boostless into master boostless v0.2 2012-06-09 18:10:46 -05:00
William Woodall
e9999c9c7c Changes after testing on Windows. Everything seems to work, but it could use some more vetting. 2012-06-07 19:26:55 -05:00
William Woodall
493883da81 Fixing some warnings from compiling on Linux 2012-06-07 18:16:20 -05:00
William Woodall
e12955a560 Fixed some issues with the copy constructors 2012-06-07 18:09:51 -05:00
William Woodall
ef8265a535 A small change to quiet warnings in linux 2012-06-07 18:01:18 -05:00
William Woodall
7714615af7 Disabling more copy constructors 2012-06-07 17:54:11 -05:00
William Woodall
088fcda295 Disabling copy constructors on the expections 2012-06-07 17:52:14 -05:00