Revisions of liblo

buildservice-autocommit accepted request 1155479 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 26)
baserev update by copy to link target
buildservice-autocommit accepted request 828510 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 24)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 828320 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
- update to 0.31:
  - oscsend can write to files and stdout.
  - oscdump can write raw output.
  - Fixed parsing bug with } and [a-] patterns.
  - Support for // mattern matching operator.
  - Support for double-ENDed SLIP packets.
  - Assertions in C++ header and optional use of exceptions.
  - Fixed improper use of va_end.
  - Fix a clang compilation error.
  - Compatibility with ESP32 embedded platform.
buildservice-autocommit accepted request 707052 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 22)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 706939 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 21)
- Use noun phrase in descriptions. Kill off historic boilerplate
  descriptions.
- Ensure neutrality of descriptions.
- Remove --with-pic which is useless when --disable-static is used.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 703655 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 20)
- Update to version 0.30
  * Functions to wait and receive on multiple servers
    (lo_servers_wait and lo_servers_recv_noblock)
  * Improvements to the CMake build system.
  * Remove premake4 files and rely on CMake for building on
    Windows.
  * Fix memory leak in lo_server_recv_raw_stream.
  * C++ wrapper: Fix memory leak on string allocation.
  version 0.29:
  * Several fixes for C++ headers
  * Addition of function to remove methods by lo_method
    identifier (lo_server_del_lo_method)
  * Addition of a secondary CMake-based build system
  * Fix a bug in SLIP decoder
  * Support run-time specification of maximum message size
  * Remove limit on outgoing TCP message size
  * Make oscdump use unbuffered output by default
  * Add timetags to oscdump output
  * Add a utility to play back oscdump output
- Spec cleanup
buildservice-autocommit accepted request 316631 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 19)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 316626 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 18)
- Use url for source
- Explictitly depend on autoconf/automake
- Cleanup spec file with spec-clener
buildservice-autocommit accepted request 286389 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 17)
baserev update by copy to link target
Stanislav Brabec's avatar Stanislav Brabec (sbrabec) accepted request 285775 from Olaf Hering's avatar Olaf Hering (olh) (revision 16)
- Run autoreconf only with autoconf >= 2.69
buildservice-autocommit accepted request 246202 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 15)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) committed (revision 14)
- Add baselibs.conf to spec file
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 246183 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 13)
- Update to version 0.27
  * Support for sending and receiving nested bundles, including
    ref-counted memory handling for bundled messages.
  * Support for multicast in oscdump and oscsend tools.
  * Callbacks for bundle handling.
  * Select desired network interface for multicast.
  * Fix blocking semantics of lo_server_wait() / lo_server_recv().
  * Make inclusion of threading-related code optional.
  * Basic compilation script for Android.
  * Allow to optionally disable server dispatch queueing at runtime.
    (In this case messages are dispatched immediately even if they are
    timestamped for later.)
  * Support bidirectional use of TCP ports using lo_send_from().
  * Add SLIP protocol support for packetization when sending and
    receiving with TCP.
  * Allow to enable the TCP_NODELAY flag on TCP sockets.
  * Support for specifying server parameters via URL string, and also
    support for URL strings in the oscsend and oscdump tools.
  * As a result of the above, support for TCP and Unix sockets in the
    oscsend and oscdump tools.
- Update to version 0.28
  * Fixed build for Windows (MingW, MSVC) and Android platforms
  * Fixed an implicit cast issue in C++ bindings for lo::ServerThread
  * Documentation, small fixes
  * Added a function to get library version information (lo_version)
buildservice-autocommit accepted request 235702 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 12)
baserev update by copy to link target
Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) accepted request 235614 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 11)
- disable timestamps in doxygen, make build-compare happy.
buildservice-autocommit accepted request 200214 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 10)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 200190 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 9)
- Update to version 0.26
  - Change license to LGPL 2.1 or later.
  - Change in .so version, rename to liblo7
  - Add return codes to all functions that may fail.
  - Fix memory leaks in lo_address_new_from_url(), dispatch_method(),
    lo_url_get_path()
  - Move lo_arg_size(), lo_get_path(), lo_arg_host/network_endian() back
    to lo_lowlevel.h.
  - Expose the lo_server_dispatch_data() function as public, making it
    possible to react to messages contained in an arbitrary block of
    memory.  (i.e., allows use with custom transport protocols)
  - Get protocol by ID number.
  - Keep TCP sessions open, and automatically track multiple open
    sessions in a data structure.
  - Allow access to bundle timestamp information.
  - Fix bug in lo_timetag_diff().
  - Change the value of LO_TT_IMMEDIATE to correspond with the OSC
    specification.
  - Enable SO_REUSEPORT when initializing a multicast server.
  - Update the "soname" describing API/ABI compatibility.
  - Update documentation and various bug fixes.
  - Compiles under MSVC, avoiding the use of gcc-isms when not using
    gcc.
buildservice-autocommit accepted request 196966 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 8)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 196964 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 7)
- Implement shlib packaging guidelines: liblo -> liblo0
Displaying revisions 1 - 20 of 26
openSUSE Build Service is sponsored by