summaryrefslogtreecommitdiff
path: root/windows/schedule.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-235/+0
|
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
| | | | | split out the string handling API from the rest of the utils header and fix up all the fallout.
* move sys/time.h support functionality out of generic headerVincent Sanders2016-04-191-1/+1
| | | | | | | The utils header is a large collection of functionality for several system headers and API. This splits out the ones from sys/time.h into a separate header reducing the need for many unconnected source files to include the system header unecessarily.
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-11/+11
| | | | | The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up
* Change LOG() macro to be varadicVincent Sanders2015-05-281-3/+2
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* fixup missing includes from schedule changesVincent Sanders2014-03-091-3/+4
|
* move scheduleing into browser operation tableVincent Sanders2014-03-091-43/+53
|
* Move schedule.h to utils/John Mark Bell2011-03-131-2/+2
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-1/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* improve comments and add more explanation about subtletiesVincent Sanders2011-02-151-12/+10
| | | | svn path=/trunk/netsurf/; revision=11686
* Stop win32 frontend using 100% cpu time when idleVincent Sanders2011-02-081-100/+118
| | | | svn path=/trunk/netsurf/; revision=11633
* Add Windows frontendVincent Sanders2010-01-311-0/+208
svn path=/trunk/netsurf/; revision=9940