aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profiler/profiler.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the profiler plugin.Matthew Barnes2011-03-291-62/+0
| | | | | | | This plugin was for developers, but no one uses it anymore. Plus the only profiling hooks left in Evolution were in the MessageList widget, which performs fine. There's better ways to collect profiling data these days anyway (sysprof, systemtap, etc.).
* Coding style cleanups.Matthew Barnes2010-09-131-2/+2
|
* Bug #610495 - Plugins should define e_plugin_lib_enableRoy Marples2010-04-271-0/+8
|
* Fix mismatched quotes.Matthew Barnes2010-03-291-1/+1
|
* Fix for few compiler warningsMilan Crha2009-08-311-1/+3
|
* Fix build break.Matthew Barnes2009-06-021-1/+1
|
* More code cleanup.Matthew Barnes2009-06-021-1/+1
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-1/+1
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
|
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-13/+14
| | | | | | More changes to come. svn path=/trunk/; revision=36247
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35665
* Fix warnings from sparse and gccKjartan Maraas2007-10-311-0/+2
| | | | svn path=/trunk/; revision=34458
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* A profiler plugin.Not Zed2005-04-281-0/+49
2005-04-26 Not Zed <NotZed@Ximian.com> * A profiler plugin. svn path=/trunk/; revision=29238