Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard library naming for exceptions | Pierre Ossman | 2024-11-06 | 1 | -1/+1 |
| | | | | | This makes things more consistent since we mix with the standard library exceptions so often. | ||||
* | Split SystemException to handle Windows | Pierre Ossman | 2024-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | Windows has (at least) two error namespaces, both errno and GetLastResult(). These overlap, so it is important we keep track of which one we are dealing with. To make things extra problematic, the BSD socket API normally uses errno, but on Windows it has been mapped in to the GetLastResult() namespace. Try to keep better control of this by using separate classes for the namespaces. | ||||
* | Use nullptr in all C++ code | Pierre Ossman | 2024-06-24 | 1 | -1/+1 |
| | | | | | It's more readable than 0, and a bit safer than NULL, so let's try to follow modern norms. | ||||
* | Migrating to new directory structure adopted from the RealVNC's source tree. ↵ | Constantin Kaplinsky | 2006-05-25 | 1 | -0/+45 |
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519 |