summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pkgconfig deps: Warn when a static library isn't foundnirbheek/stable-fix-pkgconfig-dependency-staticNirbheek Chauhan2018-02-205-5/+30
* Fail if singleline string has multiple linesCaio Marcelo de Oliveira Filho2018-02-201-0/+3
* rmtree: Don't retry when the file is not foundNirbheek Chauhan2018-02-201-0/+2
* vala: Fix path of C file with generated Vala filesNirbheek Chauhan2018-02-203-9/+50
* Support running out-of-tree tests against a meson in PATHNirbheek Chauhan2018-02-201-5/+11
* wrap: Fix broken logic when initializing submodulesNirbheek Chauhan2018-02-201-6/+10
* Run FPGA tests.Jussi Pakkanen2018-02-201-0/+1
* Users.md: Update some old/broken URLsNirbheek Chauhan2018-02-201-17/+17
* docs: fix missing backtickEric Engestrom2018-02-191-1/+1
* Users.md: link to github page for easy editingNirbheek Chauhan2018-02-191-1/+1
* Merge pull request #2863 from jon-turney/exit-status-on-exceptionJussi Pakkanen2018-02-1810-9/+75
|\
| * Add source location to warning for comparing different typesJon Turney2018-02-151-2/+2
| * Fix exception in 'test cases/failing/55 wrong shared crate type' when rustc i...Jon Turney2018-02-151-2/+3
| * Fix test cases/failing/52 inconsistent comparisonJon Turney2018-02-152-4/+26
| * Only expose exception() test function during unit testsJon Turney2018-02-152-1/+3
| * Add a test case for python exception exit statusJon Turney2018-02-153-0/+18
| * Verify that failing tests are failing with an error, not a python exceptionJon Turney2018-02-154-3/+26
* | Merge pull request #2943 from ximion/masterJussi Pakkanen2018-02-188-8/+63
|\ \
| * | Don't mention "error" in error messagesMatthias Klumpp2018-02-171-1/+1
| * | Add test for subprojects in subdirectoriesMatthias Klumpp2018-02-127-0/+49
| * | Don't fail loading subprojects if subprojects_dir is in a subdirectoryMatthias Klumpp2018-02-121-5/+11
| * | Show a better error message if subproject can not be configuredMatthias Klumpp2018-02-121-2/+2
* | | Add python3 dependency documentation and link it from python3 moduleAleksey Filippov2018-02-182-0/+16
* | | doc: fix typo in icestorm documentationDavid Fort2018-02-171-1/+1
* | | Merge pull request #2999 from peteruithoven/patch-1Jussi Pakkanen2018-02-161-16/+36
|\ \ \
| * | | Add GETTEXT_PACKAGE as project argumentPeter Uithoven2018-02-071-2/+2
| * | | Localisation documentation alternativePeter Uithoven2018-01-311-16/+36
* | | | Merge pull request #3004 from bredelings/clean-boostJussi Pakkanen2018-02-161-81/+125
|\ \ \ \
| * | | | Add comment.Benjamin Redelings2018-02-081-0/+1
| * | | | Clean up code a bit.Benjamin Redelings2018-02-081-17/+22
| * | | | Don't give up - boost could be in search path.Benjamin Redelings2018-02-081-5/+3
| * | | | Don't give up before check for libraries - they could be in search path.Benjamin Redelings2018-02-081-5/+0
| * | | | Remove completed TODO notes.Benjamin Redelings2018-02-081-6/+0
| * | | | Remove unused import.Benjamin Redelings2018-02-081-1/+0
| * | | | Allow finding boost libraries on windows.Benjamin Redelings2018-02-071-22/+42
| * | | | Factor our sourceforge dir names, and don't crash on non-msvc.Benjamin Redelings2018-02-071-11/+15
| * | | | Don't crash if we are not msvc.Benjamin Redelings2018-02-071-6/+8
| * | | | Add note about mingw-w64 libraries.Benjamin Redelings2018-02-071-0/+4
| * | | | Factor out debug tag.Benjamin Redelings2018-02-071-4/+5
| * | | | Correctly check for cross-compilation.Benjamin Redelings2018-02-071-5/+5
| * | | | Add the right directory to linker search path.Benjamin Redelings2018-02-071-1/+1
| * | | | Remove old code and debug messages since abi tags now work.Benjamin Redelings2018-02-071-16/+3
| * | | | Add missing dash.Benjamin Redelings2018-02-071-1/+1
| * | | | Try using abi-tag to get libname and globber on windows.Benjamin Redelings2018-02-071-0/+6
| * | | | Compute abi tags for windows also.Benjamin Redelings2018-02-071-12/+40
| * | | | Move log_fail() out of sub-method.Benjamin Redelings2018-02-071-1/+1
* | | | | Fix subproject prefix handling when checking subproject option validity.Hemmo Nieminen2018-02-162-9/+26
* | | | | Document how to set options in subprojectsMartin Ejdestig2018-02-161-0/+7
* | | | | Merge pull request #3069 from dcbaker/pch_one_argJussi Pakkanen2018-02-162-13/+20
|\ \ \ \ \
| * | | | | backends: Only add pch args that are appropriate for the compilerDylan Baker2018-02-141-10/+4