Wykres commitów

7 Commity (d2449479236a2228991c14887f62d2d4dcd7ddde)

Autor SHA1 Wiadomość Data
David Freese d244947923 Headers update
* updated all headers to reflect correct licensing
2014-08-29 02:49:51 -05:00
David Freese a038411ffa xmlrpcpp methods
* fix several remaining xmlrpc-c to xmlrpcpp port issues.
    - text.get_rx
    - modem.set_bandwidth
    - modem.inc_bandwidth
    - modem.get_bandwidth
  * Corrected pass/fail testing in xmlrpc library
    - bool XmlRpcValue::fromXml(
        std::string const& valueXml, int* offset)
2013-09-22 06:54:41 -05:00
David Freese 9bde2c60e8 Code cleanup
* fldigi.cxx/fldigi.h
    - Changed scope of variables to static if not accessed
      outside of fl_digi.cxx
    - added gettext precompiler notation where needed
  * Removed unused variables / code
    - src/compat/getsysinfo.c
    - src/widgets/Fl_Text_Display_mod_1_3.cxx
    - src/xmlrpcpp/XmlRpcSource.cpp
2013-08-02 18:34:00 -05:00
Remi Chateauneu c648263618 xmlrpc-c removal
* Replaced xmlrpc-c by embedded xmlprcpp
2013-05-20 18:38:26 -05:00
David Freese ab422bb9b1 Free BSD mods
* Changes required by recent Free BSD library mods
2013-05-20 13:32:06 -05:00
David Freese 0263d0a76a Compile warnings
* Changed code to correct for some warning messages on newer gcc compilers
2011-12-01 11:03:00 -06:00
Stelios Bounanos ca7d30f792 Embed xmlrpc++
Bundle a copy of xmlrpc++ (CVS as of 20101026) to use as an easier to build
(than libxmlrpc-c3) client on win32, and also as a server in the near future.

Upstream version modified as follows:

  * Added numerous required includes
  * Fixed some sprintf format strings
  * Added support for the nil type
  * Included <config.h> in all .cpp files
2010-11-19 08:50:05 -06:00