index
:
svn2git/libraries/comport.git
externals/iem/comport
comport: converted automatically from sourceforge/svn
Sir Walter Raleigh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-10-15
bumped version to v0.2 for release
Hans-Christoph Steiner
2012-03-09
instead of just closing a lost connection, retry for a settable number of tries
Hans-Christoph Steiner
2012-03-07
set default poll time to 10ms since for most uses of serial at 115200 baud or...
Hans-Christoph Steiner
2012-03-07
cleaned up a couple error messages
Hans-Christoph Steiner
2012-03-07
after select(), if both ioctl() and read() return a 0 count, assume that we l...
Hans-Christoph Steiner
2012-03-07
added comport# to close log message and used pd_error() to report all errors ...
Hans-Christoph Steiner
2011-09-28
post version message with verbose(-1, ) so it shows up at log level 3
Hans-Christoph Steiner
2011-04-13
In non MSW version, don't post messages about baud rate unless verbose is set.
Martin Peach
2010-12-21
updated Makefile to latest version
Hans-Christoph Steiner
2010-09-22
fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable that
Hans-Christoph Steiner
2010-09-15
remove -mcpu/-mtune flags as it breaks x64 build. we should eventually figure...
mescalinum
2010-09-11
uploaded package to http://git.debian.org/?p=pkg-multimedia/pd-comport.git;a=...
Hans-Christoph Steiner
2010-09-11
added Windows makefile to the dist tarball
Hans-Christoph Steiner
2010-09-11
fix lintian error that quilt is required
Hans-Christoph Steiner
2010-09-11
prep to retag and re-release clean tarballs with Makefile updates
Hans-Christoph Steiner
2010-09-07
updated to Makefile version 1.0.3
Hans-Christoph Steiner
2010-09-07
prepping for upload to Debian
Hans-Christoph Steiner
2010-09-05
added override_dh_strip target from pd-wiimote to strip things properly
Hans-Christoph Steiner
2010-09-05
updated Makefile to latest version
Hans-Christoph Steiner
2010-09-05
added -svn to version after release tarball has been placed on SourceForge do...
Hans-Christoph Steiner
2010-08-24
updated to Makefile version 1.0.2
Hans-Christoph Steiner
2010-08-19
rm LICENSE.txt and create symlink to Debian common license files
Hans-Christoph Steiner
2010-08-19
corrected to be LGPL-2.1
Hans-Christoph Steiner
2010-08-19
added siretart's gbp.conf file to force prisine-tar with git-buildpackage
Hans-Christoph Steiner
2010-08-18
get building with debuild
Hans-Christoph Steiner
2010-08-17
debianized using the library template
Hans-Christoph Steiner
2010-03-18
switched %f to %g in warning/error messages so that trailing 0s don't get pri...
Hans-Christoph Steiner
2010-03-18
added support for 'Abstract Control Model' tty's for things like the Arduino ...
Hans-Christoph Steiner
2010-03-17
Checks that the port is open before writing to its buffer.
Martin Peach
2010-02-04
seems MinGW and VC don't agree on the content of an OVERLAPPED struct.
Martin Peach
2010-02-03
Got rid of some more warnings in the MinGW version.
Martin Peach
2010-02-02
Got rid of a warning about the float com_num being printed as int by printing...
Martin Peach
2010-02-02
sprintf_s only works on MSVC. MinGW uses sprintf.
Martin Peach
2010-02-01
Changed some sprintf calls to sprintf_s in the _WIN32 sections.
Martin Peach
2010-02-01
Use a 16384-byte buffer for send and another for receive. Read and write occu...
Martin Peach
2010-01-31
fix build-bug introduced by mrpeach's multibyte read
IOhannes m zmölnig
2010-01-29
Attempt to make reception more efficient in linux by reading the number of by...
Martin Peach
2009-06-09
replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where
Hans-Christoph Steiner
2009-05-16
win return
musil
2009-05-16
win return
musil
2009-05-14
removed extraneous test
Hans-Christoph Steiner
2009-05-14
made [comport] handle arguments more gracefully and made it throw an error if...
Hans-Christoph Steiner
2008-09-21
fixed mrpeach's changes so that now it compiles again on non-win32
IOhannes m zmölnig
2008-09-16
cleaned up the help patch some more...
Martin Peach
2008-09-16
Fixed Windows stop bit settings (tracker# 1944125) so that 1, 1.5 or 2 stop b...
Martin Peach
2007-11-13
Correctly set port index when opened by name on linux & OSX.
Martin Peach
2007-10-17
removed the "-Werror"
IOhannes m zmölnig
2007-10-12
made set_hupcl() dummy function so things build on WIN32
Hans-Christoph Steiner
2007-10-12
Slight change at line 1017 to avoid unsigned/signed warning.
Martin Peach
2007-10-11
Added list method and modified help patch. Changed hupcl so Windows doesn't s...
Martin Peach
[next]