tt2468
f9c81f99f2
Install into both dirs on Ubuntu instead of only one
2020-05-12 02:24:27 -07:00
tt2468
47492c3fa2
Implement fix for Ubuntu users
...
#478 Broke building on linux. This implements a new variable to apply the fix.
2020-04-30 09:46:22 -07:00
Stéphane Lepin
b2d39ab2d7
cmake(linux): include GNUInstallDirs
2020-04-28 09:52:11 +02:00
Stéphane Lepin
5843521cf1
cmake(linux): use the standard LIBDIR and DATAROOTDIR install locations
2020-04-28 09:46:45 +02:00
Stéphane Lepin
f7512c3cc0
cmake(msvc): disable FH4
2020-04-06 19:40:04 +02:00
Stéphane Lepin
f4997375e9
cmake: add version + fix /MP msvc flag
2020-04-06 19:09:01 +02:00
Stéphane Lepin
f23ba0c513
Merge branch '4.x-current' into bugfix/crash-get-streaming-time
2020-03-28 19:17:53 +01:00
Stéphane Lepin
6a733bbb13
Migrate Windows & Linux builds to Azure Pipelines ( #422 )
2020-03-28 19:13:55 +01:00
Stéphane Lepin
c418cbf4ef
cmake(windows): fix qjpeg path
2020-03-17 20:08:46 +01:00
Stéphane Lepin
3450c6b9a3
cmake(windows): copy qjpeg on RelWithDebInfo as well
2020-03-17 19:52:49 +01:00
Stéphane Lepin
a669852694
cmake(windows): oops, fix copy command
2020-03-17 19:37:39 +01:00
Stéphane Lepin
a5b6ea6c4c
cmake(windows): copy qt image format plugins
2020-03-17 19:34:53 +01:00
Stéphane Lepin
f2f5661625
cmake: fix redundant c++ standard flag
2020-02-25 15:32:47 +01:00
Stéphane Lepin
a0dce77a2f
RpcEvent: streamTime and recordingTime are optional
2020-02-25 15:23:24 +01:00
Stéphane Lepin
46068573c5
events: decouple events encoding from event emit
2020-01-28 18:37:25 +01:00
Stéphane Lepin
d25b65c124
RpcResponse: fixes
2019-11-15 22:59:36 +01:00
Stéphane Lepin
5864864123
WSServer: reimplement protocol
2019-11-15 21:07:58 +01:00
Stéphane Lepin
bdf1023b16
handler: request and response types
2019-11-15 19:26:42 +01:00
Stéphane Lepin
2b746d1353
cmake: add output requests
2019-06-11 19:32:52 +02:00
Stéphane L
83382d8dcf
general: remove boost remains
2019-05-11 17:13:41 +02:00
Stéphane Lepin
bb9cf83744
server: dedicated ConnectionProperties object
2019-05-02 13:06:10 +02:00
Stéphane Lepin
f2a9ff8551
ci(linux): fix Ubuntu package
2019-03-22 01:40:29 +01:00
Stéphane Lepin
16bc68f2f9
server: import websockets++ server from master
2018-12-31 17:05:23 +01:00
Stéphane L
edc64b8336
auth: get rid of mbedtls
2018-11-08 00:52:26 +01:00
Stéphane Lepin
454a68d1b7
Merge pull request #199 from Palakis/4.3-jimtree-studiomode-fix
...
[not ready] events: fix triggering of PreviewSceneChanged
2018-07-29 17:01:48 +02:00
Stéphane L
45f6f74cbe
cmake: remove copy operation
2018-07-21 23:05:38 +02:00
Stéphane L
cb7412a457
events: fix triggering of PreviewSceneChanged
2018-07-08 12:58:06 +02:00
Stéphane L
cd40ccdb9d
Merge pull request #211 from wherget/build-fixes
...
MacOS Build fixes
2018-05-27 18:38:39 +02:00
RytoEX
25210dfa52
CI and CMake improvements ( #205 )
...
* CMake: Copy PDB file to OBS build directory on Debug build
All native OBS build objects also bundle the associated PDB file for
debugging and handling crash reports.
* CMake: Add post-build commands for RelWithDebInfo
Add post-build commands for the RelWithDebInfo build config. OBS
official builds use RelWithDebInfo, so we should be able to treat it as
a release config.
* CI: Disable building OBS native plugins
Use the OBS CMake flag DISABLE_PLUGINS to disable building plugins
included with OBS (including submodule plugins like obs-browser). This
should speed up builds on Windows when we have to rebuild OBS and on
Mac.
* CI: Don't clone/update OBS submodules
The only submodules presently in OBS are in its plugins, which we don't
need to build.
* CI: Use obsproject/obs-studio instead of jp9000/obs-studio
The OBS GitHub recently changed from jp9000/obs-studio to
obsproject/obs-studio, so use that instead.
* CI: Build as RelWithDebInfo instead of Release
OBS official builds are produced with RelWithDebInfo. This will produce
a PDB file for the plugin, similar to the native OBS plugins.
* CI(Windows): Build OBS if current build config doesn't exist
If OBS libs for the current build config do not exist, build OBS before
building obs-websocket.
2018-03-26 11:12:39 +02:00
Stéphane Lepin
0a50e2a95c
ci(linux): use OBS dev deps from PPA release
2018-03-20 14:11:33 +01:00
Palakis
7e5716185e
code: reorder and refactor WSRequestHandlers
2017-11-14 09:14:33 +01:00
Palakis
b764b4d0e5
code: split WSRequestHandler into several code/compile units
2017-11-13 17:56:58 +01:00
Palakis
6a323b9371
code: move code units to src/
2017-11-13 17:17:34 +01:00
Logan S
9ce2b1983a
Protocol: add Replay Buffer Events and Requests ( #104 )
2017-08-19 15:05:42 +02:00
Stéphane L
7915e3815b
CMake on Windows: copy debug binaries to obs dev folder for testing
2017-08-19 11:40:25 +02:00
Palakis
56217e0176
Revert "CMake: work towards more auto-detect on Linux"
...
This reverts commit 77c5801c4c341b1ea23db073cc1074ffa2206b85.
2017-04-24 13:33:50 +02:00
Palakis
77c5801c4c
CMake: work towards more auto-detect on Linux
2017-04-24 13:14:51 +02:00
Stéphane
d4b8a8ff9e
OS X: Fix linker issue
2017-04-20 14:25:56 +02:00
Palakis
9ba2e83857
Fixed typos in CMakeLists.txt
2017-04-15 15:52:15 +02:00
Palakis
1a5318ebe0
Travis: Linux packaging
2017-04-15 15:24:46 +02:00
Palakis
f48b31664e
Trying with absolute paths
2017-04-15 01:08:48 +02:00
Palakis
d6c0eb1998
Trying something else
2017-04-15 00:50:31 +02:00
Palakis
d3dcfba463
Trying something
2017-04-15 00:42:47 +02:00
Palakis
86c002e318
Okay, rolling back some changes
2017-04-14 23:41:25 +02:00
Palakis
9bfff9539e
Meh, not working as expected
2017-04-14 23:27:39 +02:00
Palakis
edf4d919fe
Encore a fix for Travis OS X
2017-04-14 23:12:36 +02:00
Palakis
b0fb3d8c61
Fix for Travis OS X
2017-04-14 22:47:37 +02:00
Palakis
5143090142
Work on OS X Travis builds
2017-04-14 22:38:57 +02:00
asquelt
84b3e086e6
try to build osx version
2017-04-12 14:38:12 +02:00
asquelt
5e3c794aec
try to build osx version
2017-04-11 14:16:10 +02:00