aboutsummaryrefslogtreecommitdiffstats
path: root/dev-scripts
Commit message (Expand)AuthorAgeFilesLines
* AppImage: Blacklist failing tests due to missing std::regexpSergio Martins2019-10-141-1/+1
* AppImage: Run a git pull in /clazy before executing the scriptSergio Martins2019-10-141-1/+1
* AppImage: Add cmake hack to build on our old Centos 6.8Sergio Martins2019-10-141-1/+1
* Update make_appimage.sh so it matches the new docker containerSergio Martins2019-10-142-11/+4
* AppImage: Remove more llvm binaries which we don't needSergio Martins2019-10-141-1/+1
* AppImage: Install llvm to our AppImage folderSergio Martins2019-10-134-8/+34
* Add Dockerfile to build a CentOS 6.8 container to build an AppImageSergio Martins2019-10-131-0/+44
* Update the AppImage script to LLVM 9.0v1.6Sergio Martins2019-10-121-1/+1
* generate.py: Also remove level3 from the readmesSergio Martins2019-09-031-1/+1
* generate.py: remove level3, it's no longer a thingSergio Martins2019-09-031-1/+1
* generate.py: Fix editing of ChangelogSergio Martins2019-05-111-1/+2
* Merge branch '1.5'Sergio Martins2019-04-221-0/+8
|\
| * AppImage: Set the PATH to the gcc compilerSergio Martins2019-04-221-3/+5
| * AppImage: set the compiler explicitySergio Martins2019-04-221-0/+3
| * AppImage: Set the path to llvm 8.0.0Sergio Martins2019-04-221-0/+3
* | Remove unneeded getpass importSergio Martins2019-03-211-1/+1
* | Remove level3 and movel those 5 checks to manual levelSergio Martins2019-03-041-1/+1
* | Bump make_windows_package.py to 1.6 in master branchSergio Martins2019-01-311-2/+2
|/
* Bump make_windows_package.py to 1.5Sergio Martins2019-01-311-2/+2
* Merge branch '1.4'Sergio Martins2018-11-152-0/+137
|\
| * make_appimage.py: Sign the image with gpgSergio Martins2018-11-151-0/+13
| * Minor app image improvementsSergio Martins2018-11-152-6/+12
| * make_appimage.sh: Remove the cleanup sectionSergio Martins2018-11-151-6/+0
| * make_appimage.sh: Pass -DLINK_CLAZY_TO_LLVM=OFF to cmakeSergio Martins2018-11-151-1/+1
| * make_appimage.py: Run the unit-tests after making the app imageSergio Martins2018-11-151-0/+14
| * make_appimage.sh: Remove unneeded files after buildingSergio Martins2018-11-152-8/+7
| * Add a script that creates the clazy AppImageSergio Martins2018-11-141-0/+82
| * Copy license and readme into the appimageSergio Martins2018-11-141-0/+3
| * Print what the docker script is doingSergio Martins2018-11-141-0/+11
| * Fix permissions for the generated docker files by the containerSergio Martins2018-11-141-0/+5
| * Add my script to build clazy in docker to make an app imageSergio Martins2018-11-141-0/+10
* | Rename ClangLazy.so to ClazyPlugin.soSergio Martins2018-10-241-1/+1
|/
* Improve the windows package scriptSergio Martins2018-10-211-1/+4
* Add my script to make binaries for windowsSergio Martins2018-10-211-0/+107
* Make test_build_on_distros.sh configurable via a json fileSergio Martins2018-09-221-21/+0
* Make it easier to link to READMEs by removing the level name.Sergio Martins2018-05-151-4/+42
* generate.py: Make it work on WindowsSergio Martins2018-03-081-7/+7
* generate.py: Detect check moves between levelsSergio Martins2018-03-041-19/+58
* generate.py: Allow to specify which checks to generateSergio Martins2018-03-031-3/+13
* checks starting with qt- should have classname starting with QtSergio Martins2018-03-031-3/+6
* generate.py: Fix bug where files wouldn't be createdSergio Martins2018-03-031-6/+6
* checks.json: 'categories' is not a mandatory keySergio Martins2018-03-031-1/+2
* generate.py: Also generate Changelog entry when creating a new checkSergio Martins2018-03-031-2/+13
* generate.py: Print a message when nothing was needed to be generatedSergio Martins2018-03-031-11/+43
* cleanupSergio Martins2018-03-031-15/+5
* cleanupSergio Martins2018-03-031-20/+24
* generate.py: Also generate the check's cpp and header from templateSergio Martins2018-03-033-3/+134
* generate.py: Generate unit-test folder and filesSergio Martins2018-03-023-0/+33
* generate.py: Generate README's for checks that don't have oneSergio Martins2018-03-022-0/+20
* generate.py: Print help if no arguments givenSergio Martins2018-03-021-0/+2