Torsten Dreyer
3c73a48ce2
Revert "Pull in latest mongoose HEAD"
...
This reverts commit cb2c421fdb
.
Reason: seems to be broken on W32, no response on http socket
2015-06-12 11:52:10 +02:00
Torsten Dreyer
cb2c421fdb
Pull in latest mongoose HEAD
2015-05-29 11:33:06 +02:00
James Turner
d2e3fbdc12
Typo fix, from:
...
http://svnweb.freebsd.org/ports/head/games/flightgear/files/patch-3rdparty-iaxclient-lib-CMakeLists.txt?revision=372111&view=markup
2014-11-13 15:16:28 +00:00
James Turner
263bc56b4e
FreeBSD fixes.
...
From:
http://svnweb.freebsd.org/ports/head/games/flightgear/files/
2014-11-13 15:15:52 +00:00
Torsten Dreyer
d46aa5114f
httpd: upgrade to latest mongoose 5.5
2014-11-06 22:21:22 +01:00
Thomas Geymayer
8b152f3f82
iax.md5: pass correct size to memset (identified by gcc)
2014-06-01 12:20:33 +02:00
Clément de l'Hamaide
2f8f424f21
Avoid redefining HAVE_SYS_TIME_H by IAXClient
2014-05-08 19:22:59 +02:00
Torsten Dreyer
d8c5e394cf
Render voice to memory, no more temp files.
...
Thanks you James
2014-05-07 20:09:15 +02:00
Torsten Dreyer
1175a218c7
fix MSVC build for flite_hts_engine
2014-04-30 16:27:25 +02:00
Torsten Dreyer
6ee2fcdd9e
Allow using the system version of flite and the HTS engine
...
By default, if the system version exists and can be used,
then it will be used. Otherwise, the local version will be used
Original patch by Saikrishna Arcot via
https://gitorious.org/fg/flightgear/merge_requests/1582
slightly modified
2014-04-28 21:33:48 +02:00
James Turner
740b3f35e9
Fix Win32 breakage caused by FreeBSD fix :(
2014-04-05 16:36:26 +01:00
James Turner
5002814554
FreeBSD fixes
...
From Ganael Laplanche.
2014-04-04 15:33:27 +01:00
Torsten Dreyer
7132947d16
httpd: update mongoose and websockets
...
* mongoose updated to 5.3
* first stab at implementing websockets, here a property change listener
websocket. This websocket is at ws://yourhost:yourport/PropertyListener
see FGDATA/Docs/gui/radio.html for an example
2014-03-12 22:39:37 +01:00
James Turner
4cb80c07af
Ooops, forgot to distclean before adding.
...
Thanks to Jon Stockill for noticing!
2014-03-10 17:24:42 +00:00
James Turner
7b2d710cd0
Add hts_engine 1.08 and flite_hts 1.05 code.
...
- Not compiled by default, nor hooked up to anything yet.
- Both libraries licensed under modified BSD license.
- Added top-level CMake file for both, to create a plain static
library for each.
2014-03-10 09:32:43 +00:00
Torsten Dreyer
63e9cbed40
Initial commit for mongoose httpd
2014-03-06 13:19:15 +01:00
Clément de l'Hamaide
da05f403b1
Use GSM and Speex libraries from system if they are installed by Saikrishna Arcot
2014-01-23 17:46:49 +01:00
Clément de l'Hamaide
fe61a98ca5
Remove unwanted message from IAX lib
2013-12-26 15:36:57 +01:00
Clément de l'Hamaide
eac763ee61
Fix frozen shutdown for Linux
2013-12-26 15:36:08 +01:00
Clement de l'Hamaide
42dcb455ff
Fix Windows bug: enable/disable FGCom builtin
2013-11-11 21:39:40 +01:00
Stanislaw Halik
2a6f95894b
Fix ricer sqlite3 build
...
-fno-fast-math needs to be explicitly passed not to trigger #error
preprocessor directive.
2013-10-09 15:06:11 +02:00
Clément de l'Hamaide
ae16d935e3
Fix pthread link for iaxclient
2013-09-30 18:32:59 +02:00
Clément de l'Hamaide
bebc7235b3
Restore ENABLE_IAX
2013-09-27 20:24:42 +02:00
Clément de l'Hamaide
c022bb8d51
Move IAXClient library into 3rdparty directory
...
Remove ENABLE_IAX option
Add an improved FGCom standalone as part of FG in utils directory
2013-09-27 16:05:45 +02:00
James Turner
0206de2d2c
Relocate Sqlite3 sources, upgrade to 3.8.0.2
...
Move sqlite source to a separate location, and build with
an intermediate library target. This permits us to set compile options
easier, including an important one, NDEBUG, which improves performance.
Sqlite 3.8.0.2 also includes an updated query planner which may improve
some queries, to be tested.
2013-09-26 09:52:41 +01:00