|
| 1 | +2012-10-07 ashuang |
| 2 | + |
| 3 | + * [r692] WinSpecific/README.txt, WinSpecific/include/lcm: update |
| 4 | + WinSpecific/README.txt and remove dead directory |
| 5 | + * [r691] WinSpecific/WinLCM.cpp, WinSpecific/WinPorting.cpp, |
| 6 | + WinSpecific/WinPorting.h, WinSpecific/include/lcm/eventlog.h, |
| 7 | + WinSpecific/include/lcm/lcm.h, |
| 8 | + WinSpecific/include/lcm/lcm_coretypes.h, lcm-logger/glib_util.c, |
| 9 | + lcm-logger/lcm-logger.vcproj, lcm-logger/lcm-logplayer.vcproj, |
| 10 | + lcm-logger/lcm_logger.c, lcm-python/pyeventlog.c, lcm/eventlog.c, |
| 11 | + lcm/lcm.vcproj, lcm/lcm_file.c, lcm/lcm_internal.h, |
| 12 | + lcm/lcm_tcpq.c, lcm/lcm_udp.c, lcm/windows, |
| 13 | + lcm/windows/WinLCM.cpp, lcm/windows/WinPorting.cpp, |
| 14 | + lcm/windows/WinPorting.h, lcmgen/emit_csharp.c, |
| 15 | + lcmgen/emit_java.c, lcmgen/emit_python.c, lcmgen/getopt.c, |
| 16 | + lcmgen/lcm-gen.vcproj, lcmgen/lcmgen.c, lcmgen/main.c, |
| 17 | + lcmgen/tokenize.c, liblcm-test/lcm-example.vcproj, |
| 18 | + liblcm-test/lcm-logfilter.vcproj, liblcm-test/lcm-sink.vcproj, |
| 19 | + liblcm-test/lcm-source.vcproj, liblcm-test/lcm-tester.vcproj: |
| 20 | + windows: - remove redundant WinSpecific/include/lcm dir. - move |
| 21 | + WinSpecific/Win*.{cpp,h} -> lcm/windows/ - adjust vcproj files |
| 22 | + accordingly |
| 23 | + |
| 24 | +2012-10-04 jan.hrbacek |
| 25 | + |
| 26 | + * [r690] examples/csharp/example_t_demo/example_t_transmit.cs: |
| 27 | + modify one of the c# examples so that it can be easily used to |
| 28 | + test fragmented messages (by increasing num_ranges) |
| 29 | + |
| 30 | +2012-10-02 jan.hrbacek |
| 31 | + |
| 32 | + * [r685] lcm-dotnet/lcm/lcm/UDPMulticastProvider.cs: lcm-dotnet: |
| 33 | + fix publishing fragmented messages |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + * [r684] lcmgen/emit_java.c: revert my revert since the errors were |
| 38 | + due to stale files on my system path |
| 39 | + |
| 40 | +2012-09-25 ashuang |
| 41 | + |
| 42 | + * [r683] lcm/lcm-cpp.hpp: lcm-cpp: - change ReceiveBuffer forward |
| 43 | + declaration to struct. Fix MSVC error. |
| 44 | + * [r682] lcm/lcm.vcproj: add LCM C++ files to VS project file |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + * [r681] lcmgen/emit_java.c: revert part of change since it is |
| 49 | + causing errors when an lcmtype depends on an lcmtype from a |
| 50 | + different package |
| 51 | + |
| 52 | +2012-09-14 ashuang |
| 53 | + |
| 54 | + * [r680] lcmgen/emit_python.c: emit_python: - don't raise |
| 55 | + UnicodeError when decoding non-utf8 strings. |
| 56 | + |
| 57 | +2012-09-10 ashuang |
| 58 | + |
| 59 | + * [r679] liblcm-test/lcm-source.c: liblcm-test: - lcm-source win32 |
| 60 | + bugfix. sleep convert to ms correctly. |
| 61 | + * [r678] lcmgen/emit_cpp.c: lcmgen: - remove --cpp-cpath option |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + * [r677] lcm-java/lcm/logging/Log.java, |
| 66 | + lcm-java/lcm/util/BufferedRandomAccessFile.java: expose flush() |
| 67 | + method in lcm.logging.Log |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + * [r676] lcm-java/lcm/logging/JScrubber.java: fix the export |
| 72 | + snippet to work with two bookmarks that were created out of |
| 73 | + order. also make it default to selecting the beginning/end to |
| 74 | + bookmark if only 1 bookmark exists |
| 75 | + |
| 76 | +2012-08-11 ashuang |
| 77 | + |
| 78 | + * [r675] lcm/lcm.h: update comment docs to describe start_timestamp |
| 79 | + option |
| 80 | + * [r674] lcmgen/emit_java.c: re #49 apply patch from jamoozy to |
| 81 | + reduce eclipse compiler warnings. |
| 82 | + |
| 83 | +2012-08-09 ashuang |
| 84 | + |
| 85 | + * [r673] lcmgen/emit_python.c: re #50 apply patch from tprk77 |
| 86 | + bugfix in __init__.py import generation. |
| 87 | + |
| 88 | +2012-07-11 ashuang |
| 89 | + |
| 90 | + * [r672] lcm-logger/lcm-logger.1, lcm-logger/lcm_logger.c: document |
| 91 | + SIGHUP usage in man page. |
| 92 | + * [r671] lcm-logger/glib_util.c, lcm-logger/lcm_logger.c, |
| 93 | + lcm/eventlog.c: lcm-logger: - close and re-open logfile when |
| 94 | + SIGHUP is received. Should make it easier to use lcm-logger with |
| 95 | + logrotate. |
| 96 | + |
| 97 | +2012-06-17 ashuang |
| 98 | + |
| 99 | + * [r666] configure.in, examples/python/gen-types.sh, |
| 100 | + lcm-java/Makefile.am: lcm-java: install jar file as |
| 101 | + share/lcm.jar, not share/lcm-x.y.z.jar with a share/lcm.jar as a |
| 102 | + symlink. |
| 103 | + * [r665] lcmgen/emit_python.c: re #47 python encode checks |
| 104 | + fingerprints of nested types |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + * [r664] examples/matlab/listener.m: the java string should be |
| 109 | + wrapped in a char() call |
| 110 | + |
| 111 | +2012-05-25 ashuang |
| 112 | + |
| 113 | + * [r663] WinSpecific/WinPorting.h: re #46 |
| 114 | + |
| 115 | + in WinPorting.h, #define strtoll _strtoi64 |
| 116 | + |
| 117 | +2012-05-14 ashuang |
| 118 | + |
| 119 | + * [r662] lcm-logger/lcm-logger.1, lcm-logger/lcm_logger.c: |
| 120 | + lcm-logger: add --flush-interval option to periodically flush log |
| 121 | + file to disk. |
| 122 | + |
| 123 | +2012-05-06 ashuang |
| 124 | + |
| 125 | + * [r661] NEWS: LCM release 0.9.0 (again, but this time with a NEWS |
| 126 | + file) |
| 127 | + * [r659] ChangeLog, configure.in, lcm-python/setup.py, lcm/lcm.h: |
| 128 | + LCM release 0.9.0 |
| 129 | + |
1 | 130 | 2012-05-04 jan.hrbacek
|
2 | 131 |
|
3 | 132 | * [r658] lcmgen/emit_csharp.c: emit_csharp in lcm-gen - one more
|
|
0 commit comments