Commit graph

103 commits

Author SHA1 Message Date
Axel Isouard
ddee3556d7
CMake: Verbose for Travis 2016-11-26 11:48:23 +01:00
Axel Isouard
b7b3d1c58a
AppVeyor: Use ALL_BUILD.vcxproj instead of INSTALL.vcxproj 2016-11-26 10:36:06 +01:00
Axel Isouard
58e7553592
CMake: Create another directory 2016-11-26 09:52:41 +01:00
Axel Isouard
1944a92f9a
CMake: Rewrite package definitions 2016-11-26 09:39:24 +01:00
Axel Isouard
5fb6525b72
CMake: Retrieve Chromium and WebRTC separately 2016-11-25 20:08:27 +01:00
Axel Isouard
5c756a458c
CMake: Generate the static library instead of using merge_libs.py, fixes #14 2016-11-01 14:44:21 +01:00
Axel Isouard
3bca34b165
Win32: Add Win32Console.cpp, temporary fix for merge script
Signed-off-by: Axel Isouard <axel@isouard.fr>
2016-11-01 10:58:38 +01:00
Axel Isouard
32f637a95d
README: Add Visual Studio 2015 download links 2016-10-16 17:11:58 +02:00
Axel Isouard
d2018d9f14
Appveyor: Write configuration file 2016-10-16 17:11:35 +02:00
Axel Isouard
a30090ad82
CMake: Add merge_libs_wrapper.py script for Windows platform 2016-10-16 17:11:06 +02:00
Axel Isouard
86bb881422
CMake: Set PATH and PYTHONPATH variables correctly 2016-10-16 17:09:43 +02:00
Axel Isouard
30eda4df99 Update README.md file, add prerequisites for Windows 2016-10-15 15:52:42 +02:00
Axel Isouard
f42594d363 Win32: Now working under Jake 2016-10-13 20:12:08 +02:00
Axel Isouard
edf4abdcf0 CMake: Fix indentation + Windows specific commands 2016-10-09 08:42:36 +02:00
Axel Isouard
452450fd20 Jake: Remove checksum handling 2016-10-09 08:01:58 +02:00
Axel Isouard
559fb5e0f4 CMake: Fix for Windows platform 2016-10-08 23:19:01 +02:00
Axel Isouard
2c762585d1 Update package checksum, publish to npm 2016-10-08 16:01:13 +02:00
Axel Isouard
97e9ebbfb8 Travis: Output the package's MD5 checksum 2016-10-08 15:24:22 +02:00
Axel Isouard
378088aa75 Bump to version 0.0.1-rc.3 2016-10-08 13:51:05 +02:00
Axel Isouard
063c82aab5 Jake: check the package's integrity with MD5 2016-10-08 13:40:45 +02:00
Axel Isouard
aaa4bbc155 Bump to version 0.0.1-rc.2 2016-10-08 13:00:38 +02:00
Axel Isouard
b529c97ab0 Jake: delete the package after extraction 2016-10-08 12:57:51 +02:00
Axel Isouard
f2a0f69774 Output the relative directory for include and lib 2016-10-08 12:57:36 +02:00
Axel Isouard
b94ffc1f83 Travis: update package name 2016-10-08 12:30:40 +02:00
Axel Isouard
45352a9d0e Ignore node and gclient files 2016-10-08 12:21:57 +02:00
Axel Isouard
97c847bd4f Bump depot_tools 2016-10-08 12:21:48 +02:00
Axel Isouard
23c8c07772 CMake: Fix variables to match with Node package naming 2016-10-08 12:21:30 +02:00
Axel Isouard
dc8485bd17 Jake: Add jake files and package.json 2016-10-08 12:18:37 +02:00
Axel Isouard
80a824bf14 Bump depot_tools 2016-10-05 23:35:26 +02:00
Axel Isouard
a40f21007f Travis: Add config file 2016-10-05 23:35:20 +02:00
Axel Isouard
368b57662e CMake: Fix typos, use 2.8 version 2016-10-05 23:35:12 +02:00
Axel Isouard
0f7a17fdf0 Remove state variable inside the sample 2016-09-30 22:37:15 +02:00
Axel Isouard
8e89624abf Bump depot_tools 2016-09-30 22:36:58 +02:00
Axel Isouard
8e9f2c5eee Checkout WebRTC on a specific revision 2016-09-30 22:36:49 +02:00
Axel Isouard
b93a116013 Bump depot_tools 2016-09-29 23:05:06 +02:00
Axel Isouard
1f0c5d681d Fix CMake variables, add targets for the latest WebRTC revision 2016-09-29 23:04:58 +02:00
Axel Isouard
370cbb8699 Separate the PeerConnectionObserver class from the Peer class 2016-09-26 23:01:36 +02:00
Axel Isouard
7b70c378ac Write an IPeer interface and replace the include directives 2016-09-26 23:01:15 +02:00
Axel Isouard
735024c66a Include header files inside CMakeLists.txt 2016-09-26 22:58:25 +02:00
Axel Isouard
062f50a0a0 Rename UnixConsole.h to Console.h 2016-09-26 22:58:03 +02:00
Axel Isouard
6a6f80d5e9 Add Samples subdirectory, with a very basic sample program 2016-09-25 19:24:44 +02:00
Axel Isouard
d2b245e7a2 Indent fix 2016-09-25 19:23:57 +02:00
Axel Isouard
4341886787 The DEPS file is automatically removed for some reasons. 2016-09-25 19:23:35 +02:00
Axel Isouard
be0f108298 Do not disable WebRTC examples anymore since it's not required to do so 2016-09-25 19:22:50 +02:00
Axel Isouard
cf960ae303 Basic FindLibWebRTC CMake module 2016-09-24 13:54:21 +02:00
Axel Isouard
7e24da1642 Bump depot_tools dependency 2016-09-24 13:54:04 +02:00
Axel Isouard
4809124588 Write install commands for the library and header files 2016-09-24 13:52:53 +02:00
Axel Isouard
5590dfbadc Define and use macros, set install directory paths 2016-09-24 13:52:24 +02:00
Axel Isouard
5ec1c72cf9 Define the library's version correctly 2016-09-24 13:50:40 +02:00
Axel Isouard
c32eded15c Add .gitignore file 2016-09-24 13:48:51 +02:00