- 01 Jan, 2021 1 commit
-
-
Christian Beer authored
-
- 31 Dec, 2020 5 commits
-
-
Christian Beer authored
fix compilation without deprecated OpenSSL APIs
-
Christian Beer authored
Complete list of files to be installed for tools
-
Christian Beer authored
Determine gtkver for wxWidgets more correctly
-
Christian Beer authored
[CI] add OSX workflow to Github Actions
-
Christian Beer authored
[CI] replace Travis and AppVeyor with Github Actions
-
- 24 Dec, 2020 4 commits
-
-
Christian Beer authored
The previous CI system (Appveyor) used `True` and `False` but the new one (Github Actions) uses `true` and `false`.
-
Charlie Fenton authored
-
Charlie Fenton authored
-
Charlie Fenton authored
Update comments in dependencyNames.sh Update Mac build instructions Force rebuild of CI-Travis dependency cache (temporary for testing)
-
- 23 Dec, 2020 3 commits
-
-
Christian Beer authored
Forgot to include this file in ebc507e0 Co-authored-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
Christian Beer authored
Replaces the previous Travis-CI job for OSX. The MacOS runner on Github Actions has a newer perl version installed which forced me to increase version numbers of dependencies in order to get it working. Deployment is not finished yet. This needs commit ebc507e0 as a prerequisite. Co-authored-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
Christian Beer authored
This consolidates the different CI builds on one platform that provides support for the major three operating systems we build on (Linux, Windows, MacOS). The nomenclature and syntax is a bit different but it has the same functionality. This commit introduces the Linux and Windows based workflows. All the build artifacts can now be downloaded from [bintray](https://bintray.com/beta/#/boinc/boinc-ci?tab=files ). The CI workflows run for every pull request, every merge into the master branch and every Sunday around 12:00 (GMT). Every first Sunday in a month a cleanup Script is run to delete old artifacts from Bintray. Artifacts from closed/merged pull requests get deleted then. Artifacts from weekly builds and merges into the master branch older than 6 months get deleted too. Co-authored-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
- 14 Dec, 2020 4 commits
-
-
David Anderson authored
client: show IPV6 address correctly
-
David Anderson authored
web: remove 30-day limit in forum search function
-
Vitalii Koshura authored
Add Javax Annotation.
-
Isira Seneviratne authored
-
- 07 Dec, 2020 1 commit
-
-
makise-homura authored
-
- 03 Dec, 2020 2 commits
-
-
David Anderson authored
The explanation for an error code could be years old.
-
David Anderson authored
Python: new constants
-
- 02 Dec, 2020 1 commit
-
-
David Anderson authored
Mac: Fixes for building with Xcode 12.2
-
- 01 Dec, 2020 2 commits
-
-
Charlie Fenton authored
Mac: Update Build instructions to say that code must be signed under a version of MacOS < 11.0 to allow installing on MacOS < 10.12.
-
Charlie Fenton authored
Installer & Readme: automatically get minimum required MacOS version at build time.
-
- 29 Nov, 2020 1 commit
-
-
Kevin Reed authored
client: allow an empty GUI RPC password, but generate alert message
-
- 26 Nov, 2020 2 commits
-
-
David Anderson authored
-
David Anderson authored
I don't know why this file is in the repo; it's generated automatically by the configure process
-
- 24 Nov, 2020 2 commits
-
-
David Anderson authored
Mac: improvements for Xcode 12 and MacOS 11 Big Sur
-
Charlie Fenton authored
-
- 23 Nov, 2020 1 commit
-
-
Charlie Fenton authored
Code-sign command-line executables, add info.plist file with identifier to boinccmd, package as DMG instead of Zip so Apple will "notarize" it. Set minimum MacOS version to OS 10.9 to eliminate most warnings from Xcode version 12.2. Fix a problem running BOINC screensaver on MacOS 11 Big Sur when built with Xcode version earlier than Xcode 11.
-
- 21 Nov, 2020 2 commits
-
-
Vitalii Koshura authored
Add check for libcurl when building for server
-
Jia Yuan Lo authored
Signed-off-by:
Jia Yuan Lo <jylo06g@gmail.com>
-
- 18 Nov, 2020 1 commit
-
-
Richard Haselgrove authored
Unblock x11 idle detection
-
- 17 Nov, 2020 2 commits
-
-
David Anderson authored
- lib: if fail to read GUI RPC passwd file, say whether the problem is "not found" or "can't read", and refer to web page. - allow LINUX_DEFAULT_DATA_DIR to be specified in via -D (not sure when this would be desirable) - fix compile warnings
-
Bryan Quigley authored
-
- 16 Nov, 2020 1 commit
-
-
Kevin Reed authored
Update deprecated Python syntax and func references
-
- 15 Nov, 2020 2 commits
-
-
David Anderson authored
Fix bug in number of placeholders in repr formatting for `front_Host`
-
David Anderson authored
Remove */lib paths from m4 (Issue #4095: boinc fails to link with LLD)
-
- 14 Nov, 2020 2 commits
-
-
Sven Eden authored
BOINC fails to link with LLD because of /usr/lib in the link command line. LLD does not continue to search for the correct library, once it finds one that doesn't fit. This is made by design and will not change. See also : https://bugs.gentoo.org/732024 The reason for LLD failing is, that its build system puts -L/usr and -L/usr/lib into the command line options. While these are not neccessary at all, they cause LLD to find 32bit libraries on 64bit systems first. As these 32bit libraries can not be used, LLD errors out. This commit removes the superfluous hard-coded injection of -L/usr and -L/usr/lib into the command line. The resulting build system has been tested with * Clang + LLD * gcc + ld.bfd * gcc + ld.gold Bug: #4095 Signed-off-by:
Sven Eden <sven.eden@prydeworx.com>
-
Hristo Georgiev authored
-
- 11 Nov, 2020 1 commit
-
-
David Anderson authored
Don't call magic_quotes_gpc on newer versions of PHP
-