- 31 Jan, 2017 2 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
CMake fixes on Microsoft Windows
-
- 20 Jul, 2016 1 commit
-
-
Ian Craggs authored
-
- 24 Jun, 2016 1 commit
-
-
Ryan Pendleton authored
Signed-off-by:
Ryan Pendleton <me@ryanp.me>
-
- 22 Jun, 2016 4 commits
-
-
Guilherme Maciel Ferreira authored
The pthread library have being added to Windows build. Which causes linking problems on Visual Studio. Signed-off-by:
Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-
Guilherme Maciel Ferreira authored
Signed-off-by:
Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-
Guilherme Maciel Ferreira authored
WIN32 is true when the target system is Microsoft Windows, 32 and 64 bits. UNIX is true when the target system is Unix or Unix-like (i.e. Apple, BSD and CYGWIN). Signed-off-by:
Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-
Guilherme Maciel Ferreira authored
Libraries need LIBRARY destination (for shared libraries), and ARCHIVE for static libraries. Whereas executables need only RUNTIME destination. Signed-off-by:
Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-
- 20 Jun, 2016 2 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
- 17 Jun, 2016 5 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
- 15 Jun, 2016 4 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
- 06 Jun, 2016 4 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
- 01 Jun, 2016 1 commit
-
-
- 31 May, 2016 9 commits
-
-
-
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
Automatic reconnect and offline buffering
-
Ian Craggs authored
Conflicts: src/Socket.c
-
- 27 May, 2016 4 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
-
- 16 May, 2016 2 commits
-
-
Ian Craggs authored
Build cmake fix
-
Ian Craggs authored
Fix samples
-
- 10 May, 2016 1 commit
-
-
Guilherme Maciel Ferreira authored
According to ISO/IEC 9899:2011, section 7.22.4.4 (The exit function), "the constant EXIT_FAILURE is the implementation independent way to issue failures to exit(3)." Whereas EXIT_SUCCESS is the standard way to return success. Favor this platform independent constants than the literal numbers. Signed-off-by:
Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-