Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #15 - part 2: Remove code for implementation of atomics with __sync | Moonchild | 2022-03-02 |
| | | | | | All supported compilers support using C++11 <atomic> natively, so implementing this using gcc's old __sync functions is no longer necessary. | ||
* | Issue #15 - Part 1: remove a number of old GCC hacks. | Moonchild | 2022-03-02 |
| | |||
* | No issue - Research and resolve NIGHTLY_BUILD conditionals | Moonchild | 2022-02-20 |
| | |||
* | Manually Revert "[DOM XSLT] Use a request to stop transforming." | Matt A. Tobin | 2022-02-17 |
| | | | | Causes a hang on Windows and simply a blank page on unix when viewing XML | ||
* | [Packager] Set make-update.sh as executable | Matt A. Tobin | 2022-02-15 |
| | |||
* | Issue #17 - Actually build the progressui when not-Windows | Matt A. Tobin | 2022-02-15 |
| | | | | Also, don't have a redundant conditional for the updater icon. | ||
* | Revert "Issue #17 - Actually build the progressui when not-Windows" | Matt A. Tobin | 2022-02-15 |
| | | | | This reverts commit 1881ac068ab227c905d7c306fb0b69f543cea8b5. | ||
* | Issue #17 - Actually build the progressui when not-Windows | Matt A. Tobin | 2022-02-15 |
| | | | | Also, don't have a redundant conditional for the updater icon. | ||
* | No issue - Update docs. | Moonchild | 2022-02-14 |
| | |||
* | Issue #7 - Correct the check version number to include .patch version | Moonchild | 2022-02-13 |
| | |||
* | Issue #7 - Set correct minimum GCC version for GRE. | Moonchild | 2022-02-13 |
| | |||
* | Create the Goanna Runtime Environment | Moonchild | 2022-02-12 |