Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-25 | add static Boost dependency test | Adam C. Foltzer | 1 | -2/+5 | |
2017-05-25 | look for static Boost libraries on *nix when requested | Adam C. Foltzer | 1 | -2/+4 | |
This was already mostly working before due to how the linker arguments were constructed, but this will now be more resilient to the case where dynamic libraries only are present. | |||||
2017-05-25 | add support for static flag on Windows Boost dependency | Adam C. Foltzer | 1 | -2/+3 | |
2017-05-22 | Merge pull request #1664 from QuLogic/codecov | Jussi Pakkanen | 10 | -21/+124 | |
Enable code coverage | |||||
2017-05-22 | Merge pull request #1828 from MikeWey/dlang-compiles | Jussi Pakkanen | 2 | -0/+45 | |
Add 'compiles' and 'has_multi_arguments' for dlang. | |||||
2017-05-22 | Update the Frida URL and description. | Ole André Vadla RavnÄs | 1 | -1/+1 | |
2017-05-21 | Use assert instead of error. | Mike Wey | 1 | -12/+4 | |
2017-05-21 | Add codecov badge. | Elliott Sales de Andrade | 1 | -0/+1 | |
2017-05-21 | Give each coverage build a unique name. | Elliott Sales de Andrade | 2 | -2/+2 | |
Travis builds are currently build number (123.1, 123.2, etc.) and AppVeyor is some random string, making it hard to determine which builds cover what. | |||||
2017-05-21 | Enable code coverage on AppVeyor. | Elliott Sales de Andrade | 2 | -7/+19 | |
* Install pip on msys (which doesn't have it) * Install codecov/coverage everywhere. * Generate coverage XML file manually because codecov tries to call the coverage script itself and it's in a weird place on the path. | |||||
2017-05-21 | Use a wrapper script to run tests in Cygwin. | Elliott Sales de Andrade | 3 | -10/+15 | |
2017-05-21 | Enable code coverage on Travis. | Elliott Sales de Andrade | 2 | -2/+47 | |
2017-05-21 | Add coverage export for tests. | Elliott Sales de Andrade | 4 | -7/+47 | |
2017-05-21 | Fix cross environment pollution. | Ole André Vadla RavnÄs | 6 | -24/+55 | |
Environment variables like CFLAGS and LDFLAGS should not affect the cross environment. Fixes #1772 | |||||
2017-05-21 | Merge hdiutil fix branch. | Jussi Pakkanen | 1 | -4/+3 | |
2017-05-21 | Re-add comment about hdiutil output | Stefan Graupner | 1 | -0/+2 | |
2017-05-21 | Change hdiutil detach | Stefan Graupner | 1 | -4/+1 | |
The detach now always fetches the correct mountpoint. | |||||
2017-05-21 | Create helper function for a rmtree that works reliably on Windows. | Jussi Pakkanen | 3 | -19/+24 | |
2017-05-21 | Merge pull request #1792 from jon-turney/custom_target_vs_module_defs | Jussi Pakkanen | 10 | -2/+79 | |
Allow vs_module_defs to use a custom_target | |||||
2017-05-21 | cross: Fix host_machine.system in the example iphone cross config. | Ole André Vadla RavnÄs | 1 | -1/+1 | |
2017-05-21 | Update link | cagatay-y | 1 | -1/+1 | |
Gcovr homepage is moved. Updated the link to the new URL. | |||||
2017-05-21 | Merge pull request #1823 from jon-turney/master | Jussi Pakkanen | 1 | -21/+28 | |
Improve documentation of build target and custom target objects | |||||
2017-05-21 | Fix typo | cagatay-y | 1 | -1/+1 | |
2017-05-21 | Change repeated word | cagatay-y | 1 | -1/+1 | |
2017-05-21 | Ignore built docs directory. | Elliott Sales de Andrade | 1 | -1/+2 | |
2017-05-21 | Remove extra temporary file from docs. | Elliott Sales de Andrade | 1 | -29/+0 | |
2017-05-20 | Update the test case. | Mike Wey | 2 | -2/+12 | |
2017-05-20 | fix lookup of boost modules when cross-compiling on osx | Goncalo Carvalho | 1 | -1/+1 | |
2017-05-20 | Add 'compiles' and 'has_multi_arguments' for dlang. | Mike Wey | 3 | -0/+43 | |
2017-05-20 | Updated list of users and minor sitemap cleanup. | Jussi Pakkanen | 2 | -2/+5 | |
2017-05-19 | docs: The return value of executable() is a builttarget object. | Jon Turney | 1 | -1/+1 | |
Make executable() consistent with all other functions returning a buildtarget, it's return type is a buildtarget object. | |||||
2017-05-19 | docs: Document the object returned by custom_target | Jon Turney | 1 | -2/+10 | |
2017-05-19 | docs: Correct list of things that are a build target to include shared_module | Jon Turney | 1 | -1/+1 | |
2017-05-19 | docs: Move "build target object" from "build-in objects" to "returned objects" | Jon Turney | 1 | -18/+17 | |
Also move "run result" object so objects are sorted alphabetically | |||||
2017-05-18 | Merge pull request #1810 from QuLogic/pycharm-warnings | Jussi Pakkanen | 24 | -130/+202 | |
Fix various warnings found in PyCharm | |||||
2017-05-18 | Skip unittests that request it rather than mark them as failed. Closes #1804. | Jussi Pakkanen | 1 | -0/+4 | |
2017-05-17 | Don't allow non-equality comparisons across types. | Elliott Sales de Andrade | 2 | -0/+12 | |
2017-05-17 | Only allow equality comparisons for non-elementary types. | Elliott Sales de Andrade | 4 | -0/+106 | |
2017-05-17 | Remove extra casts on InterpreterBase.evaluate_statement. | Elliott Sales de Andrade | 2 | -41/+6 | |
The result of this method is always a "native" object, and code coverage (plus a manual inspection) shows that this conversion is never done. | |||||
2017-05-17 | Delete the correct directory in dist check. | Elliott Sales de Andrade | 1 | -1/+1 | |
2017-05-17 | Add super call in RunTargetHolder. | Elliott Sales de Andrade | 1 | -0/+1 | |
2017-05-17 | Remove dead code paths. | Elliott Sales de Andrade | 2 | -3/+1 | |
2017-05-17 | Add missing asserts in unit tests. | Elliott Sales de Andrade | 1 | -0/+3 | |
2017-05-17 | Handle required `ExtraFrameworkDependency`s. | Elliott Sales de Andrade | 1 | -0/+3 | |
2017-05-17 | Fix undefined variables/methods. | Elliott Sales de Andrade | 2 | -2/+2 | |
2017-05-17 | Rearrange trys to avoid possible undefined vars. | Elliott Sales de Andrade | 3 | -10/+11 | |
2017-05-17 | Avoid shadowing outer variables. | Elliott Sales de Andrade | 1 | -11/+11 | |
Though actually, just rename them into something clearer. | |||||
2017-05-17 | Remove unused variables. | Elliott Sales de Andrade | 11 | -34/+29 | |
2017-05-17 | Use more direct dictionary literals. | Elliott Sales de Andrade | 2 | -12/+4 | |
2017-05-17 | Remove unnecessary __init__ methods. | Elliott Sales de Andrade | 3 | -7/+2 | |