Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorganized unittests & added module pri | Steven Ceuppens | 2013-09-29 | 17 | -141/+86 |
| | | | | | Change-Id: Ib1aa45f7cc07ea4564b0e5f1315273a2526a4e74 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com> | ||||
* | Changes to integrate the websocket module as a full Qt Add-On module | Steven Ceuppens | 2013-09-28 | 1 | -17/+1 |
| | | | | | | | | | | | | | | | | | | | | | - Changed project files to use Qt structure - Moved existing sources into subdirectory, to make room for moduels - Created a "import/qmlwebsocket" module skeleton (works, but needs to be extended) - Modified examples to not use "include(.pri)", but use "QT += websocket" - Added qml example skeleton (works, but no useful functionality yet) Project can be build with: $ qmake $ make $ make install Module can be used in other projects with QT += websockets Change-Id: I2123026958b264670dbf8a978dee76edf5855806 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com> | ||||
* | tests: Enable "make check" to run unit tests | Sergio Ahumada | 2013-09-28 | 1 | -3/+2 |
| | | | | | Change-Id: I8333e7a19d937003f16a02d4e10e1a542150d63f Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com> | ||||
* | Added TODOs for extra tests | Kurt Pattyn | 2013-09-28 | 1 | -1/+7 |
| | | | | | Change-Id: I816d9adf686106443fe65df499f6615eca4599c5 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com> | ||||
* | Open buffer in readonly mode iso readwrite mode | Kurt Pattyn | 2013-09-01 | 1 | -10/+10 |
| | |||||
* | Corrected failing tests | Kurt Pattyn | 2013-09-01 | 1 | -31/+68 |
| | |||||
* | Added checks for non-emitting of other signals than the one we expect | Kurt Pattyn | 2013-09-01 | 1 | -15/+90 |
| | |||||
* | Added tests for valid and invalid close codes | Kurt Pattyn | 2013-09-01 | 1 | -86/+284 |
| | | | | Added tests for invalid UTF8 sequences in close frames | ||||
* | Added maxMessageSize() and maxFrameSize() static getters to aid in unit testing | Kurt Pattyn | 2013-09-01 | 1 | -6/+3 |
| | |||||
* | Moved registerMetaType calls to init() method | Kurt Pattyn | 2013-08-31 | 1 | -13/+14 |
| | |||||
* | Added -Wextra compiler check | Kurt Pattyn | 2013-08-30 | 1 | -1/+1 |
| | |||||
* | Added -Wall and -Werror flags when building on mac (is in fact dependent on ↵ | Kurt Pattyn | 2013-08-30 | 1 | -0/+2 |
| | | | | the compiler that is used; currently don't know how to check that) | ||||
* | Added extra unit tests | Kurt Pattyn | 2013-08-29 | 3 | -216/+364 |
| | |||||
* | Added a bunch of tests (still not complete; listed tests still to be done in ↵ | Kurt Pattyn | 2013-08-29 | 1 | -125/+758 |
| | | | | TO DO items) | ||||
* | Added TO DO's for tests still to be implemented | Kurt Pattyn | 2013-08-29 | 1 | -0/+18 |
| | |||||
* | Added unit tests for: | Kurt Pattyn | 2013-08-28 | 1 | -186/+257 |
| | | | | | | - incomplete headers - invalid headers - invalid payloads | ||||
* | Added dataprocessor test | Kurt Pattyn | 2013-08-26 | 2 | -12/+297 |
| | |||||
* | Replaced tabs by spaces | Kurt Pattyn | 2013-08-25 | 3 | -206/+206 |
| | |||||
* | Added required structure and .pro files to the project | Kurt Pattyn | 2013-08-25 | 1 | -0/+0 |
| | |||||
* | Renamed qwebsocket.pri to qwebsockets.pri | Kurt Pattyn | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | Cleaned up the project files | Kurt Pattyn | 2013-08-25 | 1 | -23/+6 |
| | |||||
* | Replaced write() methods with send() methods to comply with the ↵ | Kurt Pattyn | 2013-08-25 | 2 | -5/+5 |
| | | | | QAbstractSocket API | ||||
* | Renamed websocket.pri to qwebsocket.pri | Kurt Pattyn | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | Renamed test directory to tests (to be inline with Qt) | Kurt Pattyn | 2013-08-25 | 11 | -0/+534 |