Age | Commit message (Collapse) | Author |
|
It has its own repo now. See http://git.ghostscript.com/?p=gsview.git
|
|
Also a few fixes in the project files based upon recent updates.
|
|
The commit fc05b51c2b198dcc5553f6de1b8fb0e22e7d28ae cleaned up a few issues in the
display list cache but it introduced issues when multiple threads are using the lists.
In particular one thread could be using a list at the tail of the cache list, while
another thread is adding one to the cache, and removing the entry at the tail. The
solution is to make sure the ref count of the list is incremented when someone is using the list
and making sure that it gets decremented when they are done with the list.
|
|
Fred Ross-Perry found some issues with the display list counting. This fixes the
problems. Also he found a spot where we should have been doing just the page contents
as opposed to the page.
|
|
The contents of this folder will contain both winrt and gsview projects
which are shared in a common visual studio 2013 solution.
|