|
| 1 | +2013-06-04 ashuang |
| 2 | + |
| 3 | + * [r721] lcm/lcm_tcpq.c: fix whitespace |
| 4 | + * [r720] lcm/lcm_tcpq.c: re issue #68 tcpq: - unsubscribe correctly |
| 5 | + send unsubscribe request to server, not subscribe. - |
| 6 | + automatically reconnect when possible. |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + * [r718] docs/content/lua-api.dox, docs/content/tutorial-lua.dox, |
| 11 | + lcm-lua/lualcm_lcm.c: Modified the Lua function timedhandle to |
| 12 | + take seconds, instead of microseconds. This was done to make the |
| 13 | + API a little more standard. |
| 14 | + |
| 15 | +2013-03-08 ashuang |
| 16 | + |
| 17 | + * [r716] lcm/lcm_coretypes.h, lcmgen/emit_cpp.c: lcm_coretypes use |
| 18 | + void casting to avoid unused parameter warning instead of unnamed |
| 19 | + parameter. emit_cpp avoid unused parameter warnings in generated |
| 20 | + types |
| 21 | + |
| 22 | +2013-03-05 ashuang |
| 23 | + |
| 24 | + * [r715] lcm/eventlog.h, lcm/lcm-cpp-impl.hpp, lcm/lcm-cpp.hpp, |
| 25 | + lcm/lcm.h, lcm/lcm_coretypes.h: remove unused parameter names, |
| 26 | + fix whitespace |
| 27 | + * [r714] lcm/windows/WinPorting.cpp: fix lcm_internal_pipe in |
| 28 | + windows - don't use addrlen param in accept() |
| 29 | + |
| 30 | +2013-02-25 ashuang |
| 31 | + |
| 32 | + * [r713] docs/content/tutorial-lcmgen.dox: add lua entry to |
| 33 | + tutorial-lcmgen |
| 34 | + * [r712] ., Makefile.am, configure.in, docs/content/lua-api.dox, |
| 35 | + docs/content/main.dox, docs/content/tutorial-lua.dox, |
| 36 | + docs/content/tutorial.dox, examples/Makefile.am, examples/lua, |
| 37 | + examples/lua/cleanup.sh, examples/lua/gen-types.sh, |
| 38 | + examples/lua/listener.lua, examples/lua/send-message.lua, |
| 39 | + lcm-lua, lcm-lua/Makefile.am, lcm-lua/debug_support.h, |
| 40 | + lcm-lua/init.c, lcm-lua/lua_ref_helper.c, |
| 41 | + lcm-lua/lua_ref_helper.h, lcm-lua/lua_ver_helper.h, |
| 42 | + lcm-lua/lualcm_hash.c, lcm-lua/lualcm_hash.h, |
| 43 | + lcm-lua/lualcm_lcm.c, lcm-lua/lualcm_lcm.h, |
| 44 | + lcm-lua/lualcm_pack.c, lcm-lua/lualcm_pack.h, lcm-lua/rock, |
| 45 | + lcm-lua/rock/LUAROCKS_INSTALL, lcm-lua/rock/lcm-0.9.2-0.rockspec, |
| 46 | + lcm-lua/test_unref.c, lcm-lua/utf8_check.c, lcmgen/Makefile.am, |
| 47 | + lcmgen/emit_lua.c, lcmgen/lcm-gen.vcproj, lcmgen/main.c, |
| 48 | + m4/ax_lua.m4, m4/ax_version_compare.m4, test/lua, |
| 49 | + test/lua/cleanup.sh, test/lua/client.lua, test/lua/gen-types.sh: |
| 50 | + reintegrate lua branch |
| 51 | + |
| 52 | +2013-02-21 ashuang |
| 53 | + |
| 54 | + * [r710] lcm/lcm_udp.c: re #60 Windows: Ignore the return value of |
| 55 | + setsockopt() when joining the mc group for the send fd. |
| 56 | + |
| 57 | +2013-01-18 ashuang |
| 58 | + |
| 59 | + * [r707] lcm-python/pylcm_subscription.c: Apply patch from |
| 60 | + chrismurf to #define Py_RETURN_NONE if it's not already defined. |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + * [r706] lcm-java/lcm/lcm/TCPProvider.java: refactor TCPProvider so |
| 65 | + that subscriptions are re-sent if the TCP connection has been |
| 66 | + restarted. |
| 67 | + |
| 68 | +2013-01-09 ashuang |
| 69 | + |
| 70 | + * [r705] lcm-python/pylcm.c: pylcm: lcm_handle raise IOError if |
| 71 | + lcm_get_fileno() fails |
| 72 | + |
| 73 | +2013-01-07 ashuang |
| 74 | + |
| 75 | + * [r704] lcm-java/lcm/logging/LogPlayer.java: Apply patch from |
| 76 | + Andrew Richardson to improve low-rate playback performance. |
| 77 | + |
| 78 | +2012-12-10 ashuang |
| 79 | + |
| 80 | + * [r703] lcm/lcm_udp.c: re #58 Cast to struct timeval and not |
| 81 | + GTimeVal when getting packet timestamp. |
| 82 | + |
| 83 | +2012-11-30 jan.hrbacek |
| 84 | + |
| 85 | + * [r702] lcmgen/emit_csharp.c: emit_csharp in lcm-gen: fix |
| 86 | + generation of multidimensional arrays |
| 87 | + |
| 88 | +2012-11-29 jan.hrbacek |
| 89 | + |
| 90 | + * [r701] lcm-dotnet/lcm/lcm/TCPProvider.cs, |
| 91 | + lcm-dotnet/lcm/lcm/TCPService.cs, |
| 92 | + lcm-dotnet/lcm/lcm/UDPMulticastProvider.cs: lcm-dotnet: replace |
| 93 | + Dns.GetHostEntry by Dns.GetHostAddresses - it should solve |
| 94 | + problems with reverse DNS lookups |
| 95 | + |
| 96 | +2012-11-29 ashuang |
| 97 | + |
| 98 | + * [r700] ChangeLog, NEWS, configure.in, lcm-python/setup.py, |
| 99 | + lcm/lcm.h: LCM release 0.9.2 |
| 100 | + * [r699] Makefile.am, examples/Makefile.am, lcm/Makefile.am: add |
| 101 | + missing directories to EXTRA_DIST: - lcm/windows - lcm-lite - |
| 102 | + lcmgen-test - examples/cpp - examples/csharp |
| 103 | + |
1 | 104 | 2012-10-27 ashuang
|
2 | 105 |
|
3 | 106 | * [r697] lcm-logger/lcm_logplayer.c: revert commits r696, r695
|
|
0 commit comments