summaryrefslogtreecommitdiff
path: root/test/benchmark-common.c
Commit message (Collapse)AuthorAgeFilesLines
* get rid of modelines The modelines were inconsistent and caused issuesBenjamin Otte2008-04-221-1/+0
| | | | | | | | | * */*.[ch]: get rid of modelines The modelines were inconsistent and caused issues when used in different editors. svn path=/trunk/; revision=1756
* gcc warning fixes to be able to compile with -Werror: markBenjamin Otte2008-02-281-1/+1
| | | | | | | | | | | | | 2008-02-28 Benjamin Otte <otte@gnome.org> gcc warning fixes to be able to compile with -Werror: * daemon/gvfsbackendburn.c: mark virtual_node_ref as unused, because it is * test/benchmark-common.c: (benchmark_timeout): signal handlers take an int argument. svn path=/trunk/; revision=1417
* Some more cleanup.Alexander Larsson2008-02-191-0/+3
| | | | | | | | | | | | | 2008-02-19 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendsftp.c: * daemon/gvfsbackendtrash.c: * gconf/gapplookupgconf.c: * test/benchmark-common.c: Some more cleanup. svn path=/trunk/; revision=1303
* Fixes for solaris build. Patches from Damien CarberyAlexander Larsson2007-11-081-2/+2
| | | | | | | | | | | | | 2007-11-08 Alexander Larsson <alexl@redhat.com> * daemon/gvfsdaemon.c: * daemon/gvfsjobmove.c: * test/benchmark-common.c: Fixes for solaris build. Patches from Damien Carbery svn path=/trunk/; revision=1019
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
| | | | | | | | | | | | 2007-11-01 Christian Kellner <gicmo@gnome.org> * client/*.[ch]: * common/*.[ch]: * daemon/*.[ch]: * test/*.[ch]: Add copyright information to source files. svn path=/trunk/; revision=1007
* Add test directory and initial benchmarks.Alexander Larsson2007-09-131-0/+193
Original git commit by Hans Petter Jansson <hpj@cl.no> at 1183012268 -0500 svn path=/trunk/; revision=592