Commit graph

170 commits

Author SHA1 Message Date
Gonzalo Exequiel Pedone
80a7c9014e
Trying to fix Github actions 2. 2021-06-25 13:16:45 -03:00
Gonzalo Exequiel Pedone
26ae047400
Trying to fix Github actions. 2021-06-25 12:48:53 -03:00
Gonzalo Exequiel Pedone
983dab3bb6
First attempt working with Github actions. 2021-06-25 12:26:42 -03:00
Gonzalo Exequiel Pedone
d354ef7dec
Fix Travis CI build 3. 2021-06-23 11:51:03 -03:00
Gonzalo Exequiel Pedone
fadf4ba07f
Fix Travis CI build 2. 2021-06-23 10:51:58 -03:00
Gonzalo Exequiel Pedone
8ffe780293
Fix Travis CI build. 2021-06-23 10:40:58 -03:00
Gonzalo Exequiel Pedone
42d1183a5d
Try uploading daily builds to github releases. 2021-06-22 17:47:05 -03:00
Gonzalo Exequiel Pedone
aa520435ad
Fixed malloc() when it must be free() in examples. 2021-06-22 14:54:33 -03:00
Gonzalo Exequiel Pedone
b0f83b8462
Final changes before the release.
Removed code to elevate privileges in Windows, now you must explicitly
run the manager as administrator.
Allow setting a device ID in the config file.
Changed wording from 'Device Path' to 'Device ID' (and similar ones),
this breaks previous devices configurations.
Return standard error codes in the manager.
Added plugin install path hint in Windows registry.
2021-06-21 18:25:48 -03:00
Gonzalo Exequiel Pedone
c0d241d0b4
Allow setting a custom device ID (issue #18). 2021-06-19 13:45:59 -03:00
Gonzalo Exequiel Pedone
e3bedce3ce
Check if the virtual camera is in use before modifying the devices. Fixed clients detection in Windows. 2021-06-16 16:49:23 -03:00
Gonzalo Exequiel Pedone
03a21de594
Fixed virtual camera removal (issue #18). Send manager log to a file. 2021-06-09 17:37:36 -03:00
Gonzalo Exequiel Pedone
b7f1ff83b6
Check service status instead of service pipe status. Replaced signbit() with sign(). Don't modify filter pins when the filter is running. 2021-06-05 17:34:58 -03:00
Gonzalo Exequiel Pedone
1744482e9d
Add example code and config file. 2021-05-28 18:04:24 -03:00
Gonzalo Exequiel Pedone
8341fa0067
Fixed Codacy errors 2. 2021-05-25 17:26:10 -03:00
Gonzalo Exequiel Pedone
84e639fd49
Fixed Codacy errors. 2021-05-25 16:53:30 -03:00
Gonzalo Exequiel Pedone
0957eb4be6
Added --fps flag to regulate stream. Added hacks commands. 2021-05-24 19:47:39 -03:00
Gonzalo Exequiel Pedone
64296f0223
Properly strip Windows binaries. 2021-05-06 12:33:30 -03:00
Gonzalo Exequiel Pedone
51f9d9aa4d
Updated to travis-ci.com.. 2021-05-05 20:44:06 -03:00
Gonzalo Exequiel Pedone
8847a4cce6
Switched the installer to NSIS. 2021-05-05 16:45:47 -03:00
Gonzalo Exequiel Pedone
4d5e88d819
Removed brew link command. 2021-03-20 17:21:32 -03:00
Gonzalo Exequiel Pedone
7da7569107
Use the new deploy scripts 2. 2021-03-20 16:27:34 -03:00
Gonzalo Exequiel Pedone
afa08311c8
Use the new deploy scripts. 2021-03-20 16:13:44 -03:00
Gonzalo Exequiel Pedone
e408aad47c
Removed quotes in add_definitions. 2021-03-20 11:15:48 -03:00
Gonzalo Exequiel Pedone
8eaf3fb31b
Added more variables to the package_info.conf. 2021-03-19 21:29:27 -03:00
Gonzalo Exequiel Pedone
b572a8cede
Generate package_info.conf from input file. Fixed install paths in Windows. Force static build when using GCC. Removed deploy scripts from sources tree. 2021-03-18 15:52:31 -03:00
Gonzalo Exequiel Pedone
3735240225
Fixed bundle search directory. 2021-02-23 10:05:13 -03:00
Gonzalo Exequiel Pedone
6d01e08aa7
Fix Info.plist search path 2. 2021-02-23 00:43:29 -03:00
Gonzalo Exequiel Pedone
f5e35541ff
Fix Info.plist search path. 2021-02-22 23:40:53 -03:00
Gonzalo Exequiel Pedone
83aa4ef201
Changed targetSystem() to targetPlatform(). 2021-02-22 22:02:01 -03:00
Gonzalo Exequiel Pedone
2d058c9534
Don't try/catch. 2021-02-22 21:36:42 -03:00
Gonzalo Exequiel Pedone
9fdad39b5d
Set INSTALL_PATH 3. 2021-02-22 21:27:15 -03:00
Gonzalo Exequiel Pedone
e502d66a3b
Set INSTALL_PATH 2. 2021-02-22 21:05:05 -03:00
Gonzalo Exequiel Pedone
63eb7199a1
Set INSTALL_PATH. 2021-02-22 20:46:25 -03:00
Gonzalo Exequiel Pedone
4eac656e55
Set BUILD_PATH. 2021-02-22 19:52:58 -03:00
Gonzalo Exequiel Pedone
f746a77318
Create package_info.conf when building and read it when deploying. 2021-02-22 19:19:17 -03:00
Gonzalo Exequiel Pedone
ef53a9508e
Read package name and version from conf file. 2021-02-22 16:34:29 -03:00
Gonzalo Exequiel Pedone
1eb560543b
Don't run install step when deploying. 2021-02-21 20:32:03 -03:00
Gonzalo Exequiel Pedone
209c7afc33
Try to force a Release build in Visual Studio 5. 2021-02-21 17:59:01 -03:00
Gonzalo Exequiel Pedone
fa7069f3de
Try to force a Release build in Visual Studio 4. 2021-02-21 17:45:24 -03:00
Gonzalo Exequiel Pedone
24c33ee00c
Try to force a Release build in Visual Studio 3. 2021-02-21 17:14:20 -03:00
Gonzalo Exequiel Pedone
6304dfa4ec
Try to force a Release build in Visual Studio 2. 2021-02-21 16:47:22 -03:00
Gonzalo Exequiel Pedone
bed77b5896
Try to force a Release build in Visual Studio. 2021-02-21 16:31:51 -03:00
Gonzalo Exequiel Pedone
0c8acf5d08
Simplify x64 detection. 2021-02-21 16:07:21 -03:00
Gonzalo Exequiel Pedone
a5d9089b0c
Make TARGET_ARCH persistent. 2021-02-21 15:34:17 -03:00
Gonzalo Exequiel Pedone
93d4197bd2
Don't copy files after build 2. 2021-02-21 14:56:46 -03:00
Gonzalo Exequiel Pedone
68d393f59c
Don't copy files after build. 2021-02-21 14:46:32 -03:00
Gonzalo Exequiel Pedone
055ea82546
Install project before deploy. 2021-02-21 14:19:57 -03:00
Gonzalo Exequiel Pedone
c62069f476
Updated CI scripts 10. 2021-02-21 02:49:41 -03:00
Gonzalo Exequiel Pedone
79b8dfce38
Updated CI scripts 9. 2021-02-21 02:33:12 -03:00