summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* [Packager] Add an install target for unix and execute the installer (if ↵Matt A. Tobin2022-03-03
| | | | built) on Windows
* Merge branch 'remove-hacks'Moonchild2022-03-02
|\
| * Issue #15 - Part 3: Remove more old gcc compiler hacks.Moonchild2022-03-02
| |
| * Issue #15 - part 2: Remove code for implementation of atomics with __syncMoonchild2022-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.Moonchild2022-03-02
|/
* No issue - Research and resolve NIGHTLY_BUILD conditionalsMoonchild2022-02-20
|
* Manually Revert "[DOM XSLT] Use a request to stop transforming."Matt A. Tobin2022-02-17
| | | | Causes a hang on Windows and simply a blank page on unix when viewing XML
* [Packager] Set make-update.sh as executableMatt A. Tobin2022-02-15
|
* Issue #17 - Actually build the progressui when not-WindowsMatt A. Tobin2022-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. Tobin2022-02-15
| | | | This reverts commit 1881ac068ab227c905d7c306fb0b69f543cea8b5.
* Issue #17 - Actually build the progressui when not-WindowsMatt A. Tobin2022-02-15
| | | | Also, don't have a redundant conditional for the updater icon.
* No issue - Update docs.Moonchild2022-02-14
|
* Issue #7 - Correct the check version number to include .patch versionMoonchild2022-02-13
|
* Issue #7 - Set correct minimum GCC version for GRE.Moonchild2022-02-13
|
* Create the Goanna Runtime EnvironmentMoonchild2022-02-12