aboutsummaryrefslogtreecommitdiff
path: root/tests/client/cachetest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move glib includes outside of extern "C"Luca Weiss2021-05-171-2/+0
| | | | | | | | | | | | | | | | Recent glib versions throw this error otherwise: In file included from /usr/include/glib-2.0/glib/gatomic.h:31, from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /home/pmos/build/src/qmenumodel-0.8.0/libqmenumodel/src/converter.cpp:22: /usr/include/c++/10.2.1/type_traits:56:3: error: template with C linkage 56 | template<typename _Tp, _Tp __v> | ^~~~~~~~ /home/pmos/build/src/qmenumodel-0.8.0/libqmenumodel/src/converter.cpp:21:1: note: 'extern "C"' linkage started here 21 | extern "C" { | ^~~~~~~~~~
* remove deprecated g_type_init() callsMarco Trevisan (Treviño)2016-10-221-5/+0
|
* Add myself to the list of authors.Olivier Tilloy2012-12-041-0/+1
|
* Add a test to verify that normal menu items are not cached (only sub-menus are).Olivier Tilloy2012-12-041-0/+13
|
* Add a test to verify that the cache is correctly updated after multiple ↵Olivier Tilloy2012-12-041-6/+34
| | | | insertions and removals.
* Updated comments.Olivier Tilloy2012-12-041-14/+4
|
* Compare the exact cache indexes instead of just comparing the size of the cache.Olivier Tilloy2012-12-041-15/+22
|
* Simplify test code.Olivier Tilloy2012-12-041-8/+0
|
* Remove useless include.Olivier Tilloy2012-12-041-1/+0
|
* QMenuModel now keeps cache of any link element.Renato Araujo Oliveira Filho2012-12-011-0/+175