Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixHEADmaster | terminaldweller | 2024-09-13 | 1 | -1/+1 |
| | |||||
* | fix | terminaldweller | 2024-09-13 | 1 | -1/+1 |
| | |||||
* | fix | terminaldweller | 2024-09-13 | 1 | -7/+1 |
| | |||||
* | fix | terminaldweller | 2024-09-13 | 1 | -3/+9 |
| | |||||
* | github actions fix attempt | terminaldweller | 2024-09-13 | 1 | -19/+2 |
| | |||||
* | added docker test build for 15 | terminaldweller | 2024-09-13 | 1 | -0/+17 |
| | |||||
* | removed obsolete tags | terminaldweller | 2024-09-13 | 1 | -9/+0 |
| | |||||
* | added docker test builds for 14,17,18, checked all docker builds from 11 to ↵ | terminaldweller | 2024-09-13 | 6 | -54/+72 |
| | | | | 18 and for arch linux, updated readme | ||||
* | gh actions fix | terminaldweller | 2023-04-10 | 1 | -1/+1 |
| | |||||
* | gh actions fix | terminaldweller | 2023-04-10 | 1 | -1/+1 |
| | |||||
* | github actions fix | terminaldweller | 2023-04-09 | 2 | -2/+2 |
| | |||||
* | github action matrix test fix | terminaldweller | 2023-04-09 | 1 | -22/+21 |
| | |||||
* | github action matrix test | terminaldweller | 2023-04-09 | 1 | -21/+25 |
| | |||||
* | github action fix | terminaldweller | 2023-04-09 | 1 | -1/+1 |
| | |||||
* | github actions | terminaldweller | 2023-04-09 | 2 | -1/+39 |
| | |||||
* | llvm17 support test for travis | terminaldweller | 2023-04-09 | 1 | -0/+15 |
| | |||||
* | test build for llvm/clang 16 [ci skip] | terminaldweller | 2022-11-24 | 1 | -0/+18 |
| | |||||
* | updated the README with a deprecation notice for the gnu make build method. ↵ | terminaldweller | 2022-11-24 | 1 | -3/+4 |
| | | | | moving forward only the cmake build will recive updates.[ci skip] | ||||
* | travis build fix for 15 and 16 | terminaldweller | 2022-11-24 | 2 | -3/+3 |
| | |||||
* | travis build fix for 15 and 16 | terminaldweller | 2022-11-24 | 1 | -4/+4 |
| | |||||
* | llvm/clang 16 support | terminaldweller | 2022-11-24 | 2 | -0/+19 |
| | |||||
* | fix for the travis badge. [ci skip] | terminaldweller | 2022-03-01 | 1 | -1/+1 |
| | |||||
* | updated the readme for llvm15, [skip ci] | terminaldweller | 2022-03-01 | 1 | -3/+4 |
| | |||||
* | llvm15 test | terminaldweller | 2022-03-01 | 1 | -0/+15 |
| | |||||
* | [ci skip] updated READMEv1.2.0 | terminaldweller | 2021-10-24 | 1 | -1/+1 |
| | |||||
* | added -C option. llvm 14 | terminaldweller | 2021-10-24 | 3 | -2/+32 |
| | |||||
* | Merge pull request #21 from pJunger/readme | Farzad Sadeghi | 2021-09-29 | 1 | -3/+3 |
|\ | | | | | Fixed typo in CMAKE compiler option. | ||||
| * | Update README.md | Patrick Junger | 2021-09-29 | 1 | -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 travis | terminaldweller | 2021-09-29 | 2 | -61/+15 |
|/ | |||||
* | Merge pull request #20 from schra/patch/llvm-conf | Farzad Sadeghi | 2021-08-03 | 1 | -1/+13 |
|\ | | | | | Use a reasonable fallback for LLVM_CONF | ||||
| * | [patch] Use a reasonable fallback for LLVM_CONF | André Schröder | 2021-08-02 | 1 | -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.2 | terminaldweller | 2021-07-14 | 1 | -2/+2 |
| | |||||
* | fix for llvm 13v1.1.1 | terminaldweller | 2021-07-14 | 1 | -2/+7 |
| | |||||
* | fix for llvm 13 | terminaldweller | 2021-07-14 | 1 | -1/+1 |
| | |||||
* | fix for llvm 13 | terminaldweller | 2021-07-14 | 1 | -27/+30 |
| | |||||
* | fixed a typo in travis.yaml. cant type for the life of me | terminaldweller | 2021-07-14 | 1 | -2/+2 |
| | |||||
* | removed llvm 5 and 6 since they are no longer included in the PPA. fix for ↵ | terminaldweller | 2021-07-14 | 1 | -39/+39 |
| | | | | llvm 12/13. | ||||
* | added llvm 12 and 13 to travis. added some dockerfiles i used for ↵ | terminaldweller | 2021-07-14 | 7 | -58/+83 |
| | | | | building/testing against different llvm versions. | ||||
* | addes a macro for ast_type_traits. starting from 12 it had a namespace change | terminaldweller | 2021-07-14 | 1 | -27/+33 |
| | |||||
* | updated codacy badge. | terminaldweller | 2021-07-13 | 1 | -1/+1 |
| | |||||
* | migrated over to travis.com, updated build badge, preparing for llvm 12 and 13 | terminaldweller | 2021-07-13 | 2 | -7/+43 |
| | |||||
* | added a dockerfile for cgrep. i'll try to add a smaller alpine image later. ↵ | terminaldweller | 2021-02-19 | 1 | -0/+13 |
| | | | | this one's too big | ||||
* | changing default shell to sh | terminaldweller | 2021-02-19 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into cmake | terminaldweller | 2021-02-19 | 2 | -0/+31 |
|\ | |||||
| * | update for gitpod | Farzad Sadeghi | 2021-01-06 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #17 from terminaldweller/terminaldweller/gitpod-setup | Farzad Sadeghi | 2021-01-06 | 2 | -0/+31 |
| |\ | | | | | | | Fully automate dev setup with Gitpod | ||||
| | * | Fully automate dev setup with Gitpodterminaldweller/gitpod-setup | Farzad Sadeghi | 2021-01-06 | 2 | -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 buildcmake | bloodstalker | 2020-11-06 | 1 | -0/+15 |
| | | |||||
* | | its working now | bloodstalker | 2020-11-03 | 1 | -4/+8 |
| | | |||||
* | | more fixes | bloodstalker | 2020-11-03 | 1 | -11/+13 |
| | |