index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
add BUILD_SHARED to support library type and add BUILD_SHARED to README
Zam
2018-11-26
2
-8
/
+14
*
Implement XEP-0352: Client State Indication
Linus Jahn
2018-10-29
9
-1
/
+71
*
[tests] Explicitly include QXmppRtpChannel.h (see #78)
Jeremy Lainé
2018-10-27
1
-0
/
+2
*
Add .gitignore
Boris Pek
2018-10-11
1
-0
/
+3
*
Fix generating of Doxygen documentation
Boris Pek
2018-10-11
3
-14
/
+18
*
Fix spelling error
Boris Pek
2018-10-08
1
-1
/
+1
*
CMake: Add binary paths for tests to the include paths
Niels Ole Salscheider
2018-09-30
3
-0
/
+3
*
travis: Install clang
Niels Ole Salscheider
2018-09-30
1
-1
/
+1
*
travis: Only use system binaries
Niels Ole Salscheider
2018-09-30
1
-1
/
+5
*
[travis] test builds in Ubuntu Xenial instead of Ubuntu Trusty
Boris Pek
2018-09-24
1
-1
/
+1
*
[travis] build qxmpp out-of-source
Jeremy Lainé
2018-09-24
1
-1
/
+3
*
CMake: Use CMakePackageConfigHelpers to generate the package config
Niels Ole Salscheider
2018-09-24
3
-4
/
+20
*
Add missed variables initialization in constructors of few classes.
Boris Pek
2018-09-18
5
-3
/
+13
*
QXmppElement: add self-assignment check to 'operator='.
Boris Pek
2018-09-18
1
-4
/
+7
*
[travis] test build on OS X
Jeremy Lainé
2018-09-18
3
-7
/
+30
*
[cmake] set the C++ standard to C++11
Jeremy Lainé
2018-09-18
1
-0
/
+1
*
[socks] fix a compiler warning on MSVC
Jeremy Lainé
2018-09-18
1
-1
/
+1
*
[tests] disable tests that require QXMPP_AUTOTEST_EXPORT (fixes #149)
Jeremy Lainé
2018-09-18
1
-3
/
+3
*
[docs] stop mentioning obsolete platforms in README
Jeremy Lainé
2018-09-18
1
-15
/
+0
*
[appveyor] initial attempt at compiling
Jeremy Lainé
2018-09-18
1
-0
/
+17
*
[docs] mention cmake --build instead of make
Jeremy Lainé
2018-09-18
1
-2
/
+2
*
[tests] switch from coveralls to codecov
Jeremy Lainé
2018-09-08
4
-10
/
+6
*
auto-connect to next DNS-SRV record server on connection failure
Martin Koller
2018-09-08
1
-5
/
+23
*
[cmake] fix documentation string for BUILD_EXAMPLES
Jeremy Lainé
2018-09-08
1
-1
/
+1
*
Build examples by default
Niels Ole Salscheider
2018-09-08
1
-1
/
+1
*
support XEP-0237 Roster Versioning
Zam
2018-08-17
4
-4
/
+61
*
[readme] add badge for code coverage
Jeremy Lainé
2018-06-24
1
-1
/
+2
*
[tests] generate code coverage report
Jeremy Lainé
2018-06-24
2
-0
/
+14
*
CMake: Fix typo in install interface
Niels Ole Salscheider
2018-06-23
1
-1
/
+1
*
.travis.yml: Remove superfluous environments for qt4
Niels Ole Salscheider
2018-06-23
1
-10
/
+3
*
Merge pull request #131 from olesalscheider/cmake
Niels Ole Salscheider
2018-06-23
165
-9653
/
+577
|
\
|
*
CMake: Make the library properly importable
Niels Ole Salscheider
2018-06-17
1
-1
/
+14
|
*
Fix paths in CMakeLists.txt
Niels Ole Salscheider
2018-06-17
5
-11
/
+13
|
*
Add myself to AUTHORS file
Niels Ole Salscheider
2017-09-04
1
-0
/
+4
|
*
Update README.md
Niels Ole Salscheider
2017-09-04
1
-34
/
+13
|
*
Update changelog
Niels Ole Salscheider
2017-09-04
1
-0
/
+2
|
*
Fix qxmppsasl test
Niels Ole Salscheider
2017-09-04
1
-1
/
+1
|
*
Drop the version string test
Niels Ole Salscheider
2017-09-04
1
-6
/
+0
|
*
Fix QXmppSslServer::incomingConnection signature
Niels Ole Salscheider
2017-09-04
2
-2
/
+2
|
*
Install pkgconfig file
Niels Ole Salscheider
2017-09-04
2
-0
/
+21
|
*
Update travis scripts
Niels Ole Salscheider
2017-09-04
2
-32
/
+7
|
*
Re-add codecs support to the build system
Niels Ole Salscheider
2017-09-04
6
-0
/
+142
|
*
Port examples to the new build system
Niels Ole Salscheider
2017-09-04
17
-115
/
+33
|
*
Remove example_4 and GuiClient
Niels Ole Salscheider
2017-09-04
69
-6639
/
+0
|
*
Port docs to new build system
Niels Ole Salscheider
2017-09-04
5
-155
/
+38
|
*
Port tests to the new build system
Niels Ole Salscheider
2017-09-04
40
-158
/
+64
|
*
Generate QXmppGlobal from the build system
Niels Ole Salscheider
2017-09-04
3
-50
/
+16
|
*
Drop support for Qt 4
Niels Ole Salscheider
2017-09-04
13
-2119
/
+1
|
*
Initial CMake build system
Niels Ole Salscheider
2017-09-04
11
-370
/
+246
*
|
Update README.md
Boris Pek
2018-03-09
1
-2
/
+2
[next]