Commit Graph

34821 Commits

Author SHA1 Message Date
Vitalii Koshura 038f60e130
Merge pull request #4561 from barton2526/cache
Update the GitHub cache action by unpinning the version
2021-10-12 14:58:06 +02:00
Vitalii Koshura dfa8aed34f
Merge pull request #4559 from BOINC/mac_build_curl_without_openssl
Mac: build curl to use Secure Transport instead of OpenSSL
2021-10-12 13:28:09 +02:00
Vitalii Koshura 45c6aacbd5
Merge pull request #4560 from barton2526/spelling2
Fix typos missed in #4538
2021-10-12 10:52:34 +02:00
barton26 bf3c96647c Don't pin the cache action 2021-10-12 04:17:14 -04:00
barton26 4ee2403752 fix typos I missed 2021-10-12 03:04:25 -04:00
Vitalii Koshura 665e110189
Merge pull request #4538 from barton2526/spelling
Miscellaneous spelling and typo fixes
2021-10-11 22:40:11 +02:00
Charlie Fenton e853a007d3 Platforms other than Mac and Windows may still use ca-bundle.crt 2021-10-11 04:23:40 -07:00
Charlie Fenton 85b9494d96 Mac curl: build curl to use Secure Transport instead of OpenSSL so it uses MacOS maintained certificates instead of ca-bundle.crt 2021-10-11 04:04:03 -07:00
barton26 d3bd8748b6 clientgui typo 2021-10-11 04:34:38 -04:00
barton26 9e5ff22dfd
Merge branch 'BOINC:master' into spelling 2021-10-11 03:55:52 -04:00
David Anderson 4b5d9859ae
Merge pull request #4552 from AenBleidd/vko_add_source_code_check
[CI] Add CI workflow to check source code for illegal symbols
2021-10-10 18:11:38 -07:00
David Anderson 7f63e05ab8
Merge pull request #4556 from BOINC/vko_add_coverity
[CI] Add Coverity scan
2021-10-10 18:08:02 -07:00
Vitalii Koshura 7559323963
[CI] Add Coverity scan
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-10-10 23:06:26 +02:00
Vitalii Koshura c1248078b3
[CI] Add CI workflow to check source code for illegal symbols
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-10-09 00:17:47 +02:00
Vitalii Koshura acb7581cd7
Merge pull request #4532 from barton2526/isNone
Use `is None` instead of `== None`
2021-10-08 19:02:16 +02:00
RichardHaselgrove f71d583b34
Merge pull request #4545 from AenBleidd/vko_4542_build_curl_for_windows_without_openssl
[Windows] Build curl for Windows without openssl.
2021-10-08 08:01:35 +01:00
RichardHaselgrove d8ca941ee5
Merge pull request #4527 from AenBleidd/vko_2364_windows_manager_fix_tab_width
[Windows][Manager] Fix tab width issue.
2021-10-07 18:55:35 +01:00
Vitalii Koshura 6209505175
Merge pull request #4531 from barton2526/wxWidgets3.0.5
Update third party wxWidgets with bugfix builds
2021-10-07 19:55:19 +02:00
Vitalii Koshura 6acf765784
[Windows][Manager] Fix tab width issue.
wxNB_FIXEDWIDTH flag has effect on Windows only. And when used, it forces the control to have fixed tab width that doesn't use tab title to calculate needed tab width.

Removing wxNB_FIXEDWIDTH flag as not useful in this case.

This fixes #2364.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-10-07 16:03:06 +02:00
barton26 498837481d Revert "coprocs typos + copyright symbols"
This reverts commit c95b0a326f3271c08e4eeaba69c88b8f898f15b5.
2021-10-06 14:42:18 -04:00
barton26 0e7587b803 coprocs typos + copyright symbols 2021-10-06 14:42:17 -04:00
barton26 0a6a48759d Sched + Tests + Misc typos 2021-10-06 14:42:17 -04:00
barton26 249b9baa27 Packages + Samples typos 2021-10-06 14:42:17 -04:00
barton26 d74b625f81 m4 + mac_installer typos 2021-10-06 14:42:17 -04:00
barton26 985cecddca lib typos 2021-10-06 14:42:17 -04:00
barton26 68b691466e clientsetup + clientscr typos 2021-10-06 14:42:17 -04:00
barton26 1a19a3811f ClientGUI typos 2021-10-06 14:42:17 -04:00
barton26 364c30d003 Client typos 2021-10-06 14:42:17 -04:00
barton26 ca6bd1c4cf Android + API typos 2021-10-06 14:42:16 -04:00
Vitalii Koshura ee640ea684
[Windows] Build curl for Windows without openssl.
Build it with schannel instead that allows curl to use Windows certificate store and doesn't relay on ca-bundle.crt anymore.

This fixes #4542

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-10-06 12:12:37 +02:00
David Anderson 8d0d460961
Merge pull request #4539 from BOINC/dpa_url_change
all master URL update to https:
2021-10-03 20:48:30 -07:00
RichardHaselgrove 44da4b7ad8
Merge pull request #4540 from AenBleidd/vko_update_ca-bindle.crt
Update ca-bundle.crt
2021-10-02 16:08:26 +01:00
Vitalii Koshura 8d277918cc
Update ca-bundle.crt
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-10-02 14:49:51 +02:00
davidpanderson e4c6319b1c If a scheduler reply has a different master URL than the current one:
- if it's a http: to https: change, do it
- otherwise tell the user the project seems to have changed its master URL,
  and they should detach/reattach.
Remove the nonsensical "your are attached twice..." message.

Note: code you wrote a long time ago sometimes doesn't seem
to make any sense at all.
2021-10-01 21:56:14 -07:00
David Anderson d7bdc1f04d
Merge pull request #4533 from barton2526/python-fixes
Remove semicolons in python code
2021-10-01 12:50:52 -07:00
Vitalii Koshura c3c8888cdc
Merge pull request #4535 from BOINC/mac_fix-for-wxWidgets_3.1.5
Mac: Build BOINC with wxWidgets 3.1.5
2021-10-01 12:05:53 +02:00
Vitalii Koshura a83ca2b9df
Merge pull request #4534 from barton2526/typobug
Fix a typo that introduced a bug
2021-10-01 09:28:19 +02:00
Charlie Fenton 5bae0cfddd Mac: fix typos in build instructions for BOINC with wxWidgets 3.1.5 on Mac 2021-10-01 00:22:21 -07:00
Charlie Fenton a2ab294b21 Mac: update build instructions for wxWidgets 3.1.5 2021-09-30 23:53:33 -07:00
Charlie Fenton 56ac9416fb Compatibility fix for wxWidgets 3.1.5 wxBitmapCombo Box, which requires all bitmaps in a combo box to be the same size. 2021-09-30 23:52:51 -07:00
Charlie Fenton 05a9ddab3b Backward-compatible fixes to use of sizers for wxWidgets 3.1.5 2021-09-30 23:49:41 -07:00
Charlie Fenton 83afef6cc2 Mac: changes for wxWidgets 3.1.5 that affect only macintosh-specific code 2021-09-30 23:47:09 -07:00
Charlie Fenton c04357bc19 Mac: Fix build errors when building BOINC with wxWidgets 3.1.5 2021-09-30 23:36:32 -07:00
barton26 5d0f69f063 Fix typo that introduces a bug 2021-10-01 02:16:55 -04:00
barton26 d22ed53f6a Remove semicolons in python code 2021-10-01 00:23:26 -04:00
barton26 092e8bcd99 Use `is None` instead of `== None` 2021-09-30 17:07:53 -04:00
barton26 e829f05757 Update third party wxWidgets with bugfix builds 2021-09-30 16:05:46 -04:00
David Anderson 7d881cb88c
Merge pull request #4518 from AenBleidd/vko_convert_projectcontrolslistadapter_from_java_to_kotlin_for_pr
[Android] Convert ProjectControlsListAdapter class from Java to Kotlin
2021-09-28 14:05:50 -07:00
David Anderson 87651fac55
Merge pull request #4523 from AenBleidd/vko_windows_add_arm64_for_pr
[Windows] Build using ARM64
2021-09-28 14:05:32 -07:00
David Anderson 17298e3392
Merge pull request #4526 from BOINC/mac_fix_build_instructions_Xcode12
Mac: Update Build instructions for Xcode 12.5.1 and MacOS 11.6
2021-09-20 23:34:00 -07:00