aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixHEADmasterterminaldweller3 days1-1/+1
|
* fixterminaldweller3 days1-1/+1
|
* fixterminaldweller3 days1-7/+1
|
* fixterminaldweller3 days1-3/+9
|
* github actions fix attemptterminaldweller3 days1-19/+2
|
* added docker test build for 15terminaldweller3 days1-0/+17
|
* removed obsolete tagsterminaldweller3 days1-9/+0
|
* added docker test builds for 14,17,18, checked all docker builds from 11 to ↵terminaldweller3 days6-54/+72
| | | | 18 and for arch linux, updated readme
* gh actions fixterminaldweller2023-04-101-1/+1
|
* gh actions fixterminaldweller2023-04-101-1/+1
|
* github actions fixterminaldweller2023-04-092-2/+2
|
* github action matrix test fixterminaldweller2023-04-091-22/+21
|
* github action matrix testterminaldweller2023-04-091-21/+25
|
* github action fixterminaldweller2023-04-091-1/+1
|
* github actionsterminaldweller2023-04-092-1/+39
|
* llvm17 support test for travisterminaldweller2023-04-091-0/+15
|
* test build for llvm/clang 16 [ci skip]terminaldweller2022-11-241-0/+18
|
* updated the README with a deprecation notice for the gnu make build method. ↵terminaldweller2022-11-241-3/+4
| | | | moving forward only the cmake build will recive updates.[ci skip]
* travis build fix for 15 and 16terminaldweller2022-11-242-3/+3
|
* travis build fix for 15 and 16terminaldweller2022-11-241-4/+4
|
* llvm/clang 16 supportterminaldweller2022-11-242-0/+19
|
* fix for the travis badge. [ci skip]terminaldweller2022-03-011-1/+1
|
* updated the readme for llvm15, [skip ci]terminaldweller2022-03-011-3/+4
|
* llvm15 testterminaldweller2022-03-011-0/+15
|
* [ci skip] updated READMEv1.2.0terminaldweller2021-10-241-1/+1
|
* added -C option. llvm 14terminaldweller2021-10-243-2/+32
|
* Merge pull request #21 from pJunger/readmeFarzad Sadeghi2021-09-291-3/+3
|\ | | | | Fixed typo in CMAKE compiler option.
| * Update README.mdPatrick Junger2021-09-291-3/+3
| | | | | | | | Fixed CMAKE parameter name & git url. Added clang 12 & 13 as they are supported as of https://github.com/terminaldweller/cgrep/issues/18
* | removed coverity from travisterminaldweller2021-09-292-61/+15
|/
* Merge pull request #20 from schra/patch/llvm-confFarzad Sadeghi2021-08-031-1/+13
|\ | | | | Use a reasonable fallback for LLVM_CONF
| * [patch] Use a reasonable fallback for LLVM_CONFAndré Schröder2021-08-021-1/+13
|/ | | | | | | | | | | | | | | | | In #19 I wrote that I couldn't compile the code via $ cmake -B build -S cgrep/ -DUSE_MONOLITH_LIBTOOLING=ON -DCMAKE_CXX_COMPILER=clang++ $ cmake --build build This is because I didn't set LLVM_CONF and it falls back to llvm-config-10. There are two problems with this: First, CMake didn't actually check if LLVM_CONF existed. I now check it via the REQUIRED argument in find_program. Second, my OS (Arch Linux) doesn't name the binary like llvm-config-10 but it's called llvm-config, so the fallback never works on Arch. Thus, I added a non-complete but somewhat reasonable list of possible names.
* fix for llvm 13v1.1.2terminaldweller2021-07-141-2/+2
|
* fix for llvm 13v1.1.1terminaldweller2021-07-141-2/+7
|
* fix for llvm 13terminaldweller2021-07-141-1/+1
|
* fix for llvm 13terminaldweller2021-07-141-27/+30
|
* fixed a typo in travis.yaml. cant type for the life of meterminaldweller2021-07-141-2/+2
|
* removed llvm 5 and 6 since they are no longer included in the PPA. fix for ↵terminaldweller2021-07-141-39/+39
| | | | llvm 12/13.
* added llvm 12 and 13 to travis. added some dockerfiles i used for ↵terminaldweller2021-07-147-58/+83
| | | | building/testing against different llvm versions.
* addes a macro for ast_type_traits. starting from 12 it had a namespace changeterminaldweller2021-07-141-27/+33
|
* updated codacy badge.terminaldweller2021-07-131-1/+1
|
* migrated over to travis.com, updated build badge, preparing for llvm 12 and 13terminaldweller2021-07-132-7/+43
|
* added a dockerfile for cgrep. i'll try to add a smaller alpine image later. ↵terminaldweller2021-02-191-0/+13
| | | | this one's too big
* changing default shell to shterminaldweller2021-02-191-2/+2
|
* Merge branch 'master' into cmaketerminaldweller2021-02-192-0/+31
|\
| * update for gitpodFarzad Sadeghi2021-01-061-1/+1
| |
| * Merge pull request #17 from terminaldweller/terminaldweller/gitpod-setupFarzad Sadeghi2021-01-062-0/+31
| |\ | | | | | | Fully automate dev setup with Gitpod
| | * Fully automate dev setup with Gitpodterminaldweller/gitpod-setupFarzad Sadeghi2021-01-062-0/+31
| |/ | | | | | | | | | | | | This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click.
* | updated the readme accordingly with the new cmake buildcmakebloodstalker2020-11-061-0/+15
| |
* | its working nowbloodstalker2020-11-031-4/+8
| |
* | more fixesbloodstalker2020-11-031-11/+13
| |