Lcm

Latest version: v1.5.1

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.5.2

This release includes a number of bugfixes and performance enhancements

- lcm-logger
- exit when disk full
- use GLib regexes if they're available.
- Add --invert-channels / -v flag
- lcm-java
- Make LCMTypeDatabase public
- LCM fragmentation: guard against receiving same fragment twice
- lcm.lcm.LCM: allow passing NULL or the empty string to the constructor to
explicitly specify default LCM provider.
- lcm.lcm.LogFileProvider: bugfix for write mode
- remove lcm.test.SlowLCMSubscriber
- lcm-gen
- warn if struct has 'int' member type instead of 'intN_t'
- add options --csharp-strip-dirs and --csharp-root-nsp
- Python
- generate valid code on empty LCM type
- only emit new_parents in _get_hash_recursive if necessary
- fix `__init__.py` imports.
- Check for "from <msg> import <msg>" instead of "import <msg>"
- lock `__init__.py` when writing
- C
- miscellaneous bugfixes
- Java
- trust explicit array length field, not .length attribute.
- fix copy which copied in the wrong direction
- faster arraycopy in several instances.
- Misc
- add lcm-lite implementation
- modify examples -- place LCM types in package "exlcm"
- add tutorial-dotnet.sgml to Makefile
- Windows & .NET
- LCM.NET - fix unsubscribe bug
- portability fixes

July 14, 2010
=============

0.5.1

This is a bugfix release, affecting only the Windows port.

- Windows
- Fix lcmgen Visual Studio project file - missing emit_csharp.c
- Add a .NET tutorial and some some C examples

Jun 7, 2010
===========

0.5.0

This release introduces experimental support for C / .NET, provided by
Jan Hrbáček. Bug reports and patches are greatly appreciated.

This release also introduces a small python API change, and renames a program
in windows.

Additional bugfixes are included.

- Windows
- Now builds lcm-gen.exe, not lcmgen.exe
- .NET
- The lcm-dotnet/ directory contains a publish-subscribe library for
.NET applications.
- lcm-gen
- (C) A new set of options are available for generating C bindings
- (Python) change `__init__.py` import statements. If a package named 'proj'
contains the LCM type msg_t, then the `__init__.py` file now contains:

from msg_t import msg_t

and the recommended usage pattern is:

import proj
instance = proj.msg_t()

see googlecode issue 21
- (Windows, Java) fix pathname bug
- Other
- minor build system bugfixes

Mar 11, 2010
============

0.4.1

This is a bugfix and maintenance release.

Updated documentation for single host use, to describe how to use LCM over the
localhost interface.

- C
- fix leaking file descriptors
- fix OS/X compile bug for lcm-example (missing include <sys/select.h>)
- simplify project include path requirements in Windows
- update error checking, messages for single host use (Linux)
- Java
- expose encode/decode methods for advanced users
- lcm-gen
- (C) add --c-no-pubsub command line option to lcm-gen to generate C language
bindings without a dependency on liblcm (useful if only the marshalling
aspect of LCM is desired).
- (Java) don't complain about default pkg if one is specified on cmd line.
- lcm-spy
- remember last message on each channel so that object panels open up
immediately.
- put frames in front when double clicked.
- Other
- remove manpage-specific GFDL copyright notices.

Jan 6, 2010
===========

0.4.0

This release introduces experimental support for Microsft Visual C++, provided
by Randy Sybel. The LCM C bindings and examples should now compile with MSVC.
Bug reports and patches are greatly appreciated.

There are also a number of bugfixes in the Java port. See the changelog for
details.

Aug 14, 2009
============

0.3.1

This is a maintenance release, and incorporates a number of minor bugfixes and
enhancements.

- Java
- lcm-spy, lcm-logplayer-gui warn if gcj is detected as JRE
- minor enhancements to lcm-spy
- Python
- update comment docs
- Other
- add --lcm-url=URL cmd line option to lcm-{spy,logger,logplayer,logplayer-gui}
- updated examples

Jun 29, 2009
============

Page 4 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.