Miklos Vajna
89f79a1bf4
MessageQueue: moving a local object in a return statement prevents copy elision
...
As pointed out by clang -Wpessimizing-move.
2016-03-29 13:36:30 +02:00
Jan Holesovsky
9e180171c2
WaE: Shadowed variable.
2016-03-29 12:42:45 +02:00
Ashod Nakashian
69b4f42d3c
loolwsd: preparing MessageQueue for vector<char> payload
...
Change-Id: I30bf7b4c641f4363790587ddc8ba8fb2bf9d269a
Reviewed-on: https://gerrit.libreoffice.org/23582
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
2016-03-29 02:46:54 +00:00
Henry Castro
e0241b1825
loolwsd: Added remove_if to MessageQueue
...
Change-Id: If4e72796eb39ee66e7604cf67688329fc94d9539
Reviewed-on: https://gerrit.libreoffice.org/20900
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
2015-12-23 17:09:48 +00:00
Jan Holesovsky
dacd176c84
loolwsd: We wanted to call the _impl() version.
...
This was in preparation for a more complex Queue; maybe we should just remove
the non-needed _impl() versions again (?)
2015-12-17 18:50:00 +01:00
Miklos Vajna
2bb596a256
loolwsd: coding style
...
If README says "spaces, not tabs" and "braces go on separate lines",
then be consistent about it before it gets normal to not respect those
rules.
2015-11-24 09:43:17 +01:00
Jan Holesovsky
6a1477d8a9
loolwsd: Specialize the MessageQueue a bit.
...
Introduce a bit of hierarchy there, at some stage we'll want to re-order the
tile requests a bit so that it works better for collaborative editing; for the
moment, removing the duplicate entries is enough.
2015-11-09 11:54:09 +01:00