Adam C. Foltzer
80fd7106e8
add support for static flag on Windows Boost dependency
8 years ago
Jussi Pakkanen
07f117e385
Merge pull request #1664 from QuLogic/codecov
...
Enable code coverage
8 years ago
Jussi Pakkanen
19faebe09f
Merge pull request #1828 from MikeWey/dlang-compiles
...
Add 'compiles' and 'has_multi_arguments' for dlang.
8 years ago
Ole André Vadla Ravnås
ef736bb084
Update the Frida URL and description.
8 years ago
Mike Wey
b337145ec6
Use assert instead of error.
8 years ago
Elliott Sales de Andrade
083b2756d1
Add codecov badge.
8 years ago
Elliott Sales de Andrade
617a0da426
Give each coverage build a unique name.
...
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.
8 years ago
Elliott Sales de Andrade
6e2fff1f44
Enable code coverage on AppVeyor.
...
* 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.
8 years ago
Elliott Sales de Andrade
fcfe3c3231
Use a wrapper script to run tests in Cygwin.
8 years ago
Elliott Sales de Andrade
8a9479f8ea
Enable code coverage on Travis.
8 years ago
Elliott Sales de Andrade
17328e7019
Add coverage export for tests.
8 years ago
Ole André Vadla Ravnås
b595cda4ed
Fix cross environment pollution.
...
Environment variables like CFLAGS and LDFLAGS should not affect the
cross environment.
Fixes #1772
8 years ago
Jussi Pakkanen
5794f37af5
Merge hdiutil fix branch.
8 years ago
Stefan Graupner
f4b20a1cc3
Re-add comment about hdiutil output
8 years ago
Stefan Graupner
80f252bb5c
Change hdiutil detach
...
The detach now always fetches the correct mountpoint.
8 years ago
Jussi Pakkanen
effe4fb134
Create helper function for a rmtree that works reliably on Windows.
8 years ago
Jussi Pakkanen
189784b474
Merge pull request #1792 from jon-turney/custom_target_vs_module_defs
...
Allow vs_module_defs to use a custom_target
8 years ago
Ole André Vadla Ravnås
c352c34ff1
cross: Fix host_machine.system in the example iphone cross config.
8 years ago
cagatay-y
79b0111018
Update link
...
Gcovr homepage is moved. Updated the link to the new URL.
8 years ago
Jussi Pakkanen
3bd6130df2
Merge pull request #1823 from jon-turney/master
...
Improve documentation of build target and custom target objects
8 years ago
cagatay-y
a24a91b29e
Fix typo
8 years ago
cagatay-y
55a9b6c240
Change repeated word
8 years ago
Elliott Sales de Andrade
a7ccf01640
Ignore built docs directory.
8 years ago
Elliott Sales de Andrade
a2a28c72ea
Remove extra temporary file from docs.
8 years ago
Mike Wey
0bfc93f9e8
Update the test case.
8 years ago
Goncalo Carvalho
6eb75a04a1
fix lookup of boost modules when cross-compiling on osx
8 years ago
Mike Wey
19da02a5d8
Add 'compiles' and 'has_multi_arguments' for dlang.
8 years ago
Jussi Pakkanen
e985d930af
Updated list of users and minor sitemap cleanup.
8 years ago
Jon Turney
75099510f1
docs: The return value of executable() is a builttarget object.
...
Make executable() consistent with all other functions returning a
buildtarget, it's return type is a buildtarget object.
8 years ago
Jon Turney
cad8386733
docs: Document the object returned by custom_target
8 years ago
Jon Turney
f12a7f2ad0
docs: Correct list of things that are a build target to include shared_module
8 years ago
Jon Turney
5c7f9797c3
docs: Move "build target object" from "build-in objects" to "returned objects"
...
Also move "run result" object so objects are sorted alphabetically
8 years ago
Jussi Pakkanen
5ec6151e56
Merge pull request #1810 from QuLogic/pycharm-warnings
...
Fix various warnings found in PyCharm
8 years ago
Jussi Pakkanen
a31bc4ede5
Skip unittests that request it rather than mark them as failed. Closes #1804 .
8 years ago
Elliott Sales de Andrade
0e56ec2dbd
Don't allow non-equality comparisons across types.
8 years ago
Elliott Sales de Andrade
b36513a5b6
Only allow equality comparisons for non-elementary types.
8 years ago
Elliott Sales de Andrade
30645ed54b
Remove extra casts on InterpreterBase.evaluate_statement.
...
The result of this method is always a "native" object, and code coverage
(plus a manual inspection) shows that this conversion is never done.
8 years ago
Elliott Sales de Andrade
c69d82795c
Delete the correct directory in dist check.
8 years ago
Elliott Sales de Andrade
1846eb3c77
Add super call in RunTargetHolder.
8 years ago
Elliott Sales de Andrade
34e4d32ac7
Remove dead code paths.
8 years ago
Elliott Sales de Andrade
4abe9a9d78
Add missing asserts in unit tests.
8 years ago
Elliott Sales de Andrade
07bad04a86
Handle required `ExtraFrameworkDependency`s.
8 years ago
Elliott Sales de Andrade
00f89b0f6e
Fix undefined variables/methods.
8 years ago
Elliott Sales de Andrade
83d1c7f063
Rearrange trys to avoid possible undefined vars.
8 years ago
Elliott Sales de Andrade
f8fe9939e4
Avoid shadowing outer variables.
...
Though actually, just rename them into something clearer.
8 years ago
Elliott Sales de Andrade
ea636fcd51
Remove unused variables.
8 years ago
Elliott Sales de Andrade
e66465369d
Use more direct dictionary literals.
8 years ago
Elliott Sales de Andrade
faf114299b
Remove unnecessary __init__ methods.
8 years ago
Elliott Sales de Andrade
65b1d33931
Remove unused imports.
8 years ago
Jon Turney
197594146c
Add a test for link_depends using a custom target
8 years ago