aboutsummaryrefslogtreecommitdiffstats
path: root/dev-scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow to run generate.py from any folder, not just top-levelSergio Martins2018-03-021-5/+8
* README: Fix anchors of urls for manual levelSergio Martins2018-03-021-11/+18
* generate.py now also generates the README.md's list of checksSergio Martins2018-03-021-11/+34
* generate.py now also generates CheckSources.cmakeSergio Martins2018-03-021-6/+48
* Update README, also include checks from manual levelSergio Martins2018-02-231-2/+10
* Rename HiddenLevel to ManualLevelSergio Martins2018-02-231-2/+2
* Move code for generating README.md list of checks to python scriptSergio Martins2018-01-141-2/+34
* Fix build with C++ library without std::regexSergio Martins2018-01-081-0/+10
* Only call VisitStmt/VisitDecl() on checks that need itSergio Martins2017-12-121-4/+20
* Move CheckManager::isReservedCheckName() out of the main binarySergio Martins2017-12-121-0/+12
* Checks.h: Make the generated code prettier / less verboseSergio Martins2017-12-121-3/+14
* Replace the REGISTER_* macros with auto-generated codeSergio Martins2017-12-121-0/+169
* docker: remove "clazy" prefix from log, not neededSergio Martins2017-06-111-1/+1
* docker: Test on fedora 25 tooSergio Martins2017-06-111-0/+1
* Docker: test ubuntu 17.04 instead of 15.10Sergio Martins2017-06-101-1/+1
* Fix typoSergio Martins2016-12-181-1/+2
* Remove ubuntu 14.04 from the docker test runSergio Martins2016-12-181-1/+0
* Improve the docker script a bitSergio Martins2016-12-181-5/+11