summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Add config file for Visual Studio 2022 and add github CI actionJohnny Willemsen2021-11-121-0/+16
| | | | | | | | * ACE/ace/config-win32-msvc-143.h: Added. * .github/workflows/windows.yml: * ACE/ace/config-win32-msvc.h:
* GitHub Actions: use a newer vcpkgAdam Mitz2021-11-101-1/+1
|
* GitHub Actions: Try MSVC builds with /std:c++17 and 20Adam Mitz2021-10-291-2/+20
|
* Update linux.ymlJohnny Willemsen2021-10-061-0/+6
|
* Moved clang5 to ubuntu 18.04Johnny Willemsen2021-09-291-1/+1
| | | | * .github/workflows/linux.yml:
* Merge pull request #1632 from simpsont-oci/disable_fast_fail_for_matrix_buildsAdam Mitz2021-07-304-0/+5
|\ | | | | [GitHub Actions] Disable fail-fast strategy for matrix builds
| * typo fix, one more locationTimothy Simpson2021-07-224-4/+5
| |
| * Disable fast-fail strategy for matrix buildsTimothy Simpson2021-07-224-0/+4
| |
* | Update windows.ymlJohnny Willemsen2021-07-231-1/+1
|/
* Update linux.ymlJohnny Willemsen2021-06-141-1/+1
|
* Upgrade to vcpkg 2021.05.12Johnny Willemsen2021-05-141-1/+1
|
* Make use of concurrency cancel-in-progressJohnny Willemsen2021-05-056-18/+20
|
* Upgrade to latest vcpkg releaseJohnny Willemsen2021-05-031-1/+1
|
* Update linux.ymlJohnny Willemsen2021-04-281-1/+1
|
* Add gcc11 to github actions CIJohnny Willemsen2021-04-281-0/+5
|
* Merge pull request #1476 from jwillemsen/jwi-clang12Johnny Willemsen2021-04-191-0/+6
|\ | | | | Add clang12
| * Add clang12Johnny Willemsen2021-04-191-0/+6
| | | | | | | | * .github/workflows/linux.yml:
* | Add workflow_dispatch to github action CIJohnny Willemsen2021-04-095-0/+5
|/
* Update windows.ymlJohnny Willemsen2021-03-151-2/+2
|
* Add zlib to the github action on windowsJohnny Willemsen2021-03-151-7/+10
| | | | * .github/workflows/windows.yml:
* Specify workflow namesJohnny Willemsen2021-03-091-1/+1
|
* Specify workflow namesJohnny Willemsen2021-03-091-3/+3
|
* Add cancel of previous runsJohnny Willemsen2021-03-091-0/+18
|
* Upgrade to lukka/run-vcpkg@v7Johnny Willemsen2021-02-221-1/+1
|
* Don't force c++11 through the github action, that should be the defaultJohnny Willemsen2021-01-251-7/+2
| | | | * .github/workflows/macosx.yml:
* Add dependabot configuration for github actionsJohnny Willemsen2021-01-151-0/+7
|
* Use cygpath to convert to unix pathsJohnny Willemsen2020-12-021-8/+4
| | | | * .github/workflows/windows.yml:
* Special path envJohnny Willemsen2020-12-021-0/+8
| | | | * .github/workflows/windows.yml:
* Install mignw compilerJohnny Willemsen2020-12-021-8/+1
| | | | * .github/workflows/windows.yml:
* Only mingw64gccJohnny Willemsen2020-12-021-2/+2
| | | | * .github/workflows/windows.yml:
* No ipv6Johnny Willemsen2020-12-021-1/+0
| | | | * .github/workflows/windows.yml:
* pacman must use msys shellJohnny Willemsen2020-12-021-8/+11
| | | | * .github/workflows/windows.yml:
* Further enhance mingw stepsJohnny Willemsen2020-12-021-7/+40
| | | | * .github/workflows/windows.yml:
* Use linux stepsJohnny Willemsen2020-12-021-4/+8
| | | | * .github/workflows/windows.yml:
* Update job name and changed shellJohnny Willemsen2020-12-021-5/+1
| | | | * .github/workflows/windows.yml:
* Correct jobs yamlJohnny Willemsen2020-12-021-4/+2
| | | | * .github/workflows/windows.yml:
* Add mingw github actionJohnny Willemsen2020-12-021-0/+41
| | | | * .github/workflows/windows.yml:
* Upgrade to run-vcpkg v6Johnny Willemsen2020-11-281-1/+1
|
* Remove C++03 from the github macosx actionsJohnny Willemsen2020-11-091-1/+1
| | | | * .github/workflows/macosx.yml:
* Upgrade to vcpkg 2020.11Johnny Willemsen2020-11-031-1/+1
|
* Upgrade to lukka/run-vcpkg@v5Johnny Willemsen2020-11-021-1/+1
|
* Add macos-11.0 github action environmentJohnny Willemsen2020-10-281-2/+2
| | | | * .github/workflows/macosx.yml:
* Add clang11Johnny Willemsen2020-10-241-0/+6
| | | | * .github/workflows/linux.yml:
* Merge pull request #1259 from jwillemsen/jwillemsen-patch-1Johnny Willemsen2020-10-121-1/+1
|\ | | | | Change to use microsoft/setup-msbuild@v1
| * Change to use microsoft/setup-msbuild@v1Johnny Willemsen2020-10-121-1/+1
| |
* | Upgrade to lukka/run-vcpkg@v4Johnny Willemsen2020-10-121-1/+1
|/
* Removed setting of ipv6, doesn't work with faceJohnny Willemsen2020-10-081-8/+0
| | | | * .github/workflows/face.yml:
* Add separate workflow for face and run the scheduled builds earlierJohnny Willemsen2020-10-085-4/+90
| | | | | | | | | | | * .github/workflows/face.yml: Added. * .github/workflows/fuzz.yml: * .github/workflows/linux.yml: * .github/workflows/macosx.yml: * .github/workflows/windows.yml: * README.md:
* Merge pull request #1236 from jwillemsen/jwi-codeqlJohnny Willemsen2020-09-091-0/+14
|\ | | | | Add CodeQL configuration as test
| * Add CodeQL configuration as testJohnny Willemsen2020-09-091-0/+14
| | | | | | | | * .github/workflows/linux.yml: