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

Commit Graph

  • dc27067927 Updating pages and documentation William Woodall 2012-06-09 19:35:49 -05:00
  • f4ce55e0be Update master William Woodall 2012-06-09 18:21:34 -05:00
  • eb3ebc1dc7 Merge branch 'new_api' new_api William Woodall 2012-06-09 18:11:59 -05:00
  • 061c184d00 Merging boostless into master v0.2 boostless William Woodall 2012-06-09 18:10:46 -05:00
  • e9999c9c7c Changes after testing on Windows. Everything seems to work, but it could use some more vetting. William Woodall 2012-06-07 19:26:55 -05:00
  • 493883da81 Fixing some warnings from compiling on Linux William Woodall 2012-06-07 18:16:20 -05:00
  • e12955a560 Fixed some issues with the copy constructors William Woodall 2012-06-07 18:09:51 -05:00
  • ef8265a535 A small change to quiet warnings in linux William Woodall 2012-06-07 18:01:18 -05:00
  • 7714615af7 Disabling more copy constructors William Woodall 2012-06-07 17:54:11 -05:00
  • 088fcda295 Disabling copy constructors on the expections William Woodall 2012-06-07 17:52:14 -05:00
  • 565ba66271 Sorted out the stdint stuff by including a header from the v8 project. William Woodall 2012-06-07 17:49:05 -05:00
  • ead96705dd Still working on std types William Woodall 2012-06-07 16:44:35 -05:00
  • 520ccb54f4 Merge branch 'new_api' of github.com:wjwwood/serial into new_api William Woodall 2012-06-06 18:58:51 -05:00
  • 5ebd00cde1 Removing a vestigial file William Woodall 2012-06-06 18:58:14 -05:00
  • 6fac95d633 Adding initial windows support. William Woodall 2012-06-06 18:56:44 -05:00
  • dcc73db6a8 Syntax fix William Woodall 2012-05-11 15:28:23 -05:00
  • 15f01a53a1 Adjustments to the read timeouts William Woodall 2012-05-10 11:43:17 -05:00
  • b6c445b942 changed cmake find file to search for serial/serial.h instead of just serial.h David Hodo 2012-05-10 11:13:01 -05:00
  • 937e834698 Updating the unix implementation to support the more sophisticated timeout system. William Woodall 2012-05-09 19:51:56 -05:00
  • 3039acbab9 Adding a convenience function for generating simple Timeouts based purely on the total time until a timeout occurs with no regard to inter byte timeout or timeout multipliers. William Woodall 2012-05-07 13:06:28 -05:00
  • ba0c648119 Fixes #16. William Woodall 2012-05-07 13:04:34 -05:00
  • 0a66fa991d Changes to the documentation generation mechanism William Woodall 2012-05-02 23:39:42 -05:00
  • 07904b83a3 Move documentation updates William Woodall 2012-05-02 23:39:21 -05:00
  • 5b40841ff7 Updating documentation. William Woodall 2012-05-02 21:50:05 -05:00
  • 194169e5e6 More updates to the documentation and new api after comments from john and michael. William Woodall 2012-05-02 21:49:09 -05:00
  • 8022c1b1ea Updating the API to fix some inconsistencies William Woodall 2012-05-02 00:45:23 -05:00
  • 4ea212b0cd Adding proposed v1.0 api to gh-pages William Woodall 2012-05-02 00:40:56 -05:00
  • 3d6581ba6d fixed library name - hardcoded not based on project name v0.1 David Hodo 2012-04-27 18:02:21 -05:00
  • 51e4755dd9 fixing bug in the Findserial.cmake file, reported by David Hodo. William Woodall 2012-04-27 09:54:04 -05:00
  • 81fc77dd47 Fixed some warnings from clang William Woodall 2012-04-02 21:20:45 -05:00
  • a8259fcda2 Changing the throw to add file and line number William Woodall 2012-02-07 14:11:17 -06:00
  • c3fb62a7d0 Missing a linked library on linux John Harrison 2012-02-06 22:49:36 -06:00
  • 7256b1462d Merge branch 'boostless' of github.com:wjwwood/serial into boostless John Harrison 2012-02-06 22:44:44 -06:00
  • 68fb40e057 Adding my basic tests John Harrison 2012-02-06 22:44:30 -06:00
  • b49cb92eba Merge branch 'boostless' of github.com:wjwwood/serial into boostless John Harrison 2012-02-06 18:31:16 -06:00
  • 6138aceedf Removing a Clang specific compiler warning. John Harrison 2012-02-06 18:29:06 -06:00
  • 6871cf7d56 Removing a Clang specific compiler warning. John Harrison 2012-02-06 18:29:06 -06:00
  • 7d35eea4f7 Enabling warnings! They catch things, like Pokemon John Harrison 2012-02-06 18:27:39 -06:00
  • 9734f943cb Fixing bad C++ constructors. John Harrison 2012-02-06 18:22:14 -06:00
  • 61c193f5d8 Configuring CMake to link against thread libraries John Harrison 2012-02-06 18:20:15 -06:00
  • 18f86ebf4b Tracking down segfaults on Linux William Woodall 2012-02-05 22:31:06 -06:00
  • 6853f8c05d Fixing a reading buffer bug and expanding the example William Woodall 2012-02-04 21:56:10 -06:00
  • 0eab7f1f38 fixing some stuff in unix.cc to match changes in enums William Woodall 2012-02-04 21:20:21 -06:00
  • 34ce959672 wtf: 'Users/william/devel/atrv_ws/serial/include/serial/serial.h:82: error: stray ‘\303’ in program', fixed... William Woodall 2012-02-04 21:18:26 -06:00
  • 6cdd3fe795 Merge branch 'boostless' of https://github.com/wjwwood/serial into boostless William Woodall 2012-02-04 21:17:27 -06:00
  • aa59c9517f Some style changes William Woodall 2012-02-04 21:15:23 -06:00
  • 2978386696 Read/write seem to be working on linux, need to test on OS X. William Woodall 2012-02-04 21:14:22 -06:00
  • c429b0eede Removed serial listener, reworking the example, completely removed boost. Builds on my laptop with boost uninstalled. William Woodall 2012-02-03 01:43:42 -06:00
  • 05fa4b8d77 Removing serial listener, next make sure I can compile without boost completely. William Woodall 2012-02-02 23:35:40 -06:00
  • f7cee5e175 Testing my changes to make sure they are consistant. John Harrison 2012-01-30 16:33:58 -06:00
  • 119be4630e Testing the new buffer John Harrison 2012-01-30 14:53:33 -06:00
  • 7b027d39ef Merge branch 'stringbuffer' into boostless John Harrison 2012-01-30 14:44:43 -06:00
  • cea751402e Adding some linux specific fixes. fixes #13 William Woodall 2012-01-29 15:41:38 -06:00
  • dc556c9f25 Merge branch 'boostless' into stringbuffer William Woodall 2012-01-28 15:36:28 -06:00
  • c3a82750e6 Some small changes to fix things discovered while testing serial listener. William Woodall 2012-01-28 14:39:55 -06:00
  • d8874120a5 Change the buffer to a generic C++ std::string John Harrison 2012-01-27 20:21:10 -06:00
  • f610fb79ff fixing empty token bug, and adding some debugging stuff. William Woodall 2012-01-24 23:05:28 -06:00
  • 0d464469cc Serial listener tests complete and working William Woodall 2012-01-24 14:19:09 -06:00
  • bca4eba672 Reverting the deletion of the baud rate validation. John Harrison 2012-01-24 12:26:03 -06:00
  • 20f552bc80 Got some serial listener tests working William Woodall 2012-01-24 12:20:46 -06:00
  • 6983d1145f Merge branch 'boostless' of github.com:wjwwood/serial into boostless John Harrison 2012-01-23 16:18:04 -06:00
  • 9b0fdfc2f5 Validate bauds and add the ability to set custom bauds. John Harrison 2012-01-23 16:17:57 -06:00
  • 07f88b779f Messing with the gh-pages William Woodall 2012-01-23 16:04:22 -06:00
  • 4368514182 Messing with the gh-pages William Woodall 2012-01-23 16:02:53 -06:00
  • c869e06853 Messing with the gh-pages William Woodall 2012-01-23 15:53:47 -06:00
  • 00c75cb7c0 Messing with the gh-pages William Woodall 2012-01-23 15:49:40 -06:00
  • 2a1273f144 Messing with the gh-pages William Woodall 2012-01-23 15:44:53 -06:00
  • 8fa126561b Messing with the gh-pages William Woodall 2012-01-23 15:44:15 -06:00
  • 0baf9ae91c Messing with the gh-pages William Woodall 2012-01-23 15:41:26 -06:00
  • acd1ea0dd5 Messing with the gh-pages William Woodall 2012-01-23 15:37:48 -06:00
  • 314102d6be Messing with the gh-pages William Woodall 2012-01-23 15:35:56 -06:00
  • d3d8a11795 Messing with the gh-pages William Woodall 2012-01-23 15:34:05 -06:00
  • 281e65fb17 Messing with the gh-pages William Woodall 2012-01-23 15:32:24 -06:00
  • 35c93caf42 Still working on the tests William Woodall 2012-01-23 15:28:01 -06:00
  • 1d6a5ac079 Created gh-pages branch via GitHub William Woodall 2012-01-23 13:26:49 -08:00
  • c5de0744e6 Merge branch 'boostless' of github.com:wjwwood/serial into boostless John Harrison 2012-01-23 14:28:53 -06:00
  • 2be24ab23c Merge branch 'boostless' of https://github.com/wjwwood/serial into boostless William Woodall 2012-01-23 14:28:19 -06:00
  • 49ae058770 Found an error in my buffering code and added a timeout to write John Harrison 2012-01-23 14:28:16 -06:00
  • 0ea153a9b4 Updating tests while on the mac William Woodall 2012-01-23 14:28:14 -06:00
  • cac9ae42c0 Updating tests while testing on linux Scott Martin 2012-01-23 14:23:01 -06:00
  • 8b2c7d4359 Updating the error handling. John Harrison 2012-01-23 13:09:14 -06:00
  • 382a7f68b0 Merge branch 'boostless' of github.com:wjwwood/serial into boostless John Harrison 2012-01-23 11:55:34 -06:00
  • 5324caf2a3 Updating the example to allow variable bauds John Harrison 2012-01-23 11:55:17 -06:00
  • da2307c8a6 Fixing message in serial_example. William Woodall 2012-01-23 11:05:19 -06:00
  • 241daf3073 working on tests and stuff William Woodall 2012-01-23 09:54:31 -06:00
  • c878bfb965 Merge pull request #10 from natem345/patch-1 William Woodall 2012-01-17 15:42:15 -08:00
  • 4d99617caa Merge 517b94d916ae45516a4d2c50bdbc301a83184588 into b1b10324ac99f42394d78a55021ebb7cb570b197 GitHub Merge Button 2012-01-17 15:38:38 -08:00
  • 517b94d916 Updated readme: got rosinstall error without space between - and git, and added warning about environment var change natem345 2012-01-17 18:38:10 -05:00
  • 976307626d Trying to do a first pass to make this thread safe… not sure… John Harrison 2012-01-17 15:52:57 -06:00
  • fe61b346da Fixing timeouts, there were not functioning correctly. John Harrison 2012-01-17 12:35:32 -06:00
  • 04f81f23ed Fixing another issue with the default handler setter. William Woodall 2012-01-15 20:54:39 -06:00
  • 1bceb66e0e Fixing serial manifest.xml for ROS and replacing an accidental missing function William Woodall 2012-01-15 20:48:21 -06:00
  • 154ef46c20 Fixing exception handler setting function William Woodall 2012-01-15 17:32:33 -06:00
  • 214b763664 Merge branch 'boostless' of https://github.com/wjwwood/serial into boostless William Woodall 2012-01-15 16:19:51 -06:00
  • 31d0913410 Removing dead code. William Woodall 2012-01-15 16:18:42 -06:00
  • 66036f21c2 Merge branch 'boostless' of github.com:wjwwood/serial into boostless John Harrison 2012-01-15 02:09:24 -06:00
  • 8f4b34cc03 Adding in an internal buffer to Serial, this is independent of the SerialImpl and buffers reads to help performance. John Harrison 2012-01-15 02:06:38 -06:00
  • 5ec0707418 Changed the stopListening function, now it no longer removes filters, just stops listening and cleans the data buffer of partial messages. William Woodall 2012-01-14 21:24:48 -06:00
  • ae3e4a1f51 Fixing compile errors with serial listener. William Woodall 2012-01-14 21:01:55 -06:00
  • 4afa6e2e7c Fixing Findserial.cmake and updating serial_listener.h to remove unused functions. William Woodall 2012-01-14 20:52:50 -06:00