summaryrefslogtreecommitdiff
path: root/utils/log.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with NDEBUG definedJohn Mark Bell2011-04-031-5/+4
| | | | svn path=/trunk/netsurf/; revision=12154
* move logging initialisationVincent Sanders2011-04-021-0/+23
| | | | svn path=/trunk/netsurf/; revision=12152
* Log to stderrJohn Mark Bell2011-03-121-4/+16
| | | | svn path=/trunk/netsurf/; revision=11983
* Fix windows url barVincent Sanders2010-10-171-10/+1
| | | | | | Clean up toolbar and urlbar creation and subclassing svn path=/trunk/netsurf/; revision=10891
* Add seconds/microseconds wallclock time to log output, move header includes ↵Rob Kendrick2010-10-041-6/+19
| | | | | | to inside guard. svn path=/trunk/netsurf/; revision=10864
* Update my e-mail address.John Tytgat2008-08-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=4908
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-1/+1
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Add a -v option to enable debug logging. Pass -v by default to the RO runimage.Daniel Silverstone2007-05-301-3/+4
| | | | svn path=/trunk/netsurf/; revision=3306
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2004-07-08 20:13:35 by joty]John Tytgat2004-07-081-10/+9
| | | | | | Log function name too when compiling with Norcroft. svn path=/import/netsurf/; revision=1058
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-2/+2
| | | | | | Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
* [project @ 2002-10-08 09:38:29 by bursa]James Bursa2002-10-081-0/+24
LOG(()) macro for easier debugging. svn path=/import/netsurf/; revision=41