Amin Yahyaabadi
|
d1458aa5c0
|
fix: use a map to set the default versions on ubuntu
|
2022-05-20 20:00:30 -07:00 |
Amin Yahyaabadi
|
43b287e9ae
|
fix: use apt's default for doxygen on older ubuntu
|
2022-05-20 19:35:03 -07:00 |
Amin Yahyaabadi
|
d321271fc9
|
fix: set older default only for ubuntu 18
|
2022-05-20 19:28:05 -07:00 |
Amin Yahyaabadi
|
870172d8c1
|
test: fix the ubuntu-specific gcovr, doxygen, meson tests
|
2022-05-20 19:16:58 -07:00 |
Amin Yahyaabadi
|
86e88d8ce2
|
fix: use older default versions for gcovr, meson, doxygen on ubuntu 18
|
2022-05-20 18:51:32 -07:00 |
Amin Yahyaabadi
|
af7a395e60
|
fix: update dependencies
|
2022-05-20 18:32:41 -07:00 |
Amin Yahyaabadi
|
22f58a9c72
|
chore: ignore exe folder to fix cspell
|
2022-05-20 18:31:29 -07:00 |
Amin Yahyaabadi
|
bf5e374768
|
Merge pull request #83 from aminya/doxygen-win [skip ci]
fix: fix doxygen installation path on windows
|
2022-05-20 18:16:44 -07:00 |
Amin Yahyaabadi
|
5524077a0f
|
fix: add cmath to the gcc and llvm tests
|
2022-05-20 18:15:50 -07:00 |
Amin Yahyaabadi
|
ade2538ede
|
fix: fix doxygen installation path on windows
|
2022-05-20 17:38:52 -07:00 |
Amin Yahyaabadi
|
f1ac436995
|
Merge pull request #82 from aminya/mingw [skip ci]
|
2022-05-20 17:37:54 -07:00 |
Amin Yahyaabadi
|
97b65fabfc
|
test: fix the mingw setupDir
|
2022-05-20 17:07:25 -07:00 |
Amin Yahyaabadi
|
c667a3fe8e
|
fix: change MingwInfo to have releaseName and fileSuffix
|
2022-05-20 16:28:35 -07:00 |
Amin Yahyaabadi
|
d24850cd0e
|
feat: directly download mingw binaries on Windows
|
2022-05-20 15:58:11 -07:00 |
Amin Yahyaabadi
|
bdff7f7943
|
refactor: add setupChocoMingw
|
2022-05-20 15:19:19 -07:00 |
Amin Yahyaabadi
|
1c4d0a479b
|
chore: v0.14.3 [skip ci]
|
2022-05-17 14:26:15 -07:00 |
Amin Yahyaabadi
|
b1be34e87c
|
fix: pass -y to 7z for extraction
|
2022-05-17 13:57:29 -07:00 |
Amin Yahyaabadi
|
3526010570
|
fix: use double quote for LDFLAGS/CPPFLAGS
|
2022-05-17 13:19:04 -07:00 |
Amin Yahyaabadi
|
e9ad632584
|
Merge pull request #80 from aminya/gcovr [skip ci]
|
2022-05-15 04:34:59 -07:00 |
Amin Yahyaabadi
|
0188a5abb2
|
fix: update gcovr, meson, conan, task
|
2022-05-15 03:58:11 -07:00 |
Amin Yahyaabadi
|
e5a638c770
|
fix: update cpp_vcpkg_project
|
2022-05-15 03:53:26 -07:00 |
Amin Yahyaabadi
|
75619ca972
|
chore: v0.14.2 [skip ci]
|
2022-05-12 19:10:55 -07:00 |
Amin Yahyaabadi
|
209bb28e11
|
fix: add the exe extension for CC/CXX
|
2022-05-12 18:42:49 -07:00 |
Amin Yahyaabadi
|
c8f6527003
|
fix: add env variables in parallel for llvm and gcc
|
2022-05-12 18:39:47 -07:00 |
Amin Yahyaabadi
|
777ee3fd6d
|
fix: fix addPathSystem/addEnvSystem fallback
|
2022-05-12 17:38:39 -07:00 |
Amin Yahyaabadi
|
a4e2df0c28
|
fix: fix the quoting of CPPFLAGS and LDFLAGS for pwsh
|
2022-05-12 17:31:41 -07:00 |
Amin Yahyaabadi
|
c6a8977164
|
Merge pull request #79 from aminya/faster-pwsh [skip ci]
|
2022-05-12 16:54:23 -07:00 |
Amin Yahyaabadi
|
7e3e265a8a
|
fix: make execPowershell async
|
2022-05-12 12:55:00 -07:00 |
Amin Yahyaabadi
|
8fdba4c150
|
fix: faster execPowershell by adding -NoProfile, etc.
PowerShell is much faster this way
|
2022-05-12 12:43:13 -07:00 |
Amin Yahyaabadi
|
0286b4c7c4
|
Merge pull request #78 from aminya/spaces [skip ci]
fix: escape the spaces in LDFLAGS and CPPFLAGS
|
2022-05-11 21:38:12 -07:00 |
Amin Yahyaabadi
|
1476cdd202
|
fix: quote CPPFLAGS and LDFLAGS instead of escaping
|
2022-05-11 17:21:28 -07:00 |
Amin Yahyaabadi
|
3eb3fc16a7
|
fix: only escape LDFLAGS and CPPFLAGS
This partially reverts 41d161c37f
|
2022-05-11 17:17:54 -07:00 |
Amin Yahyaabadi
|
4109838bca
|
fix: use escape-path-with-spaces to fix new windows paths
|
2022-05-11 17:13:27 -07:00 |
Amin Yahyaabadi
|
51704ac849
|
test: test the installations with a space
|
2022-05-11 16:56:12 -07:00 |
Amin Yahyaabadi
|
41d161c37f
|
fix: escape the spaces when adding environment variables and paths
|
2022-05-11 16:48:11 -07:00 |
Amin Yahyaabadi
|
a78b699485
|
Merge pull request #77 from aminya/cpath-windows [skip ci]
|
2022-05-11 16:35:54 -07:00 |
Amin Yahyaabadi
|
d8593e1dfc
|
fix: do not set CPATH for clang on windows
|
2022-05-11 14:51:51 -07:00 |
Amin Yahyaabadi
|
5fb63f56b8
|
v0.14.1 [skip ci]
|
2022-05-09 20:17:42 -07:00 |
Amin Yahyaabadi
|
9614260d33
|
Merge pull request #71 from aminya/doxygen [skip ci]
|
2022-05-09 20:17:02 -07:00 |
Amin Yahyaabadi
|
9504707635
|
fix: search for the doxygen directory in activate
|
2022-05-09 19:58:08 -07:00 |
Amin Yahyaabadi
|
c10dc8c1e2
|
fix: use choco to install doxygen on windows
|
2022-05-09 17:43:56 -07:00 |
Amin Yahyaabadi
|
9b4f52ec33
|
fix: fix the doxygen binRelativeDir on Windows
|
2022-05-09 17:40:42 -07:00 |
Amin Yahyaabadi
|
2ddc806c2e
|
fix: update the default to doxygen 1.9.4
|
2022-05-09 17:40:40 -07:00 |
Amin Yahyaabadi
|
4b6411c5f2
|
Merge pull request #76 from aminya/windows-unzip [skip ci]
|
2022-05-09 17:40:22 -07:00 |
Amin Yahyaabadi
|
ee437a5789
|
fix: installing libclang-cpp9 for doxygen
|
2022-05-09 17:28:13 -07:00 |
Amin Yahyaabadi
|
cd21dd244f
|
fix: extract zip files using 7z on windows
`extractZip` from @actions uses the pre-installed PowerShell
This doesn't work properly with old PowerShell versions
|
2022-05-09 16:26:08 -07:00 |
Amin Yahyaabadi
|
ba5279b00d
|
refactor: add getSevenZip function
|
2022-05-09 16:20:32 -07:00 |
Amin Yahyaabadi
|
f815a5ccfc
|
Merge pull request #73 from Wihmajster/readme-windows [skip ci]
|
2022-05-07 17:04:26 -07:00 |
Gabriel Breziński
|
ce9b0fc905
|
use backslash instead of forward slash in windows example
|
2022-05-08 01:46:26 +02:00 |
Gabriel Breziński
|
4cd87e4ea2
|
use curl.exe instead of curl in windows example
|
2022-05-08 01:42:55 +02:00 |