Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update component version for releaserelease/1.7 | Vincent Sanders | 2018-08-19 | 1 | -1/+1 |
| | |||||
* | Support print_stacktrace for UBSAN | Daniel Silverstone | 2018-07-28 | 1 | -1/+1 |
| | |||||
* | Add support for sanitize to jenkins-build.sh | Daniel Silverstone | 2018-07-28 | 1 | -1/+11 |
| | |||||
* | Enable sanitize target for new gccs and clang | Daniel Silverstone | 2018-07-28 | 4 | -0/+47 |
| | |||||
* | Test runner: Fix handling of empty output lines. | Michael Drake | 2018-01-20 | 1 | -1/+3 |
| | |||||
* | Update component version for releaserelease/1.6 | Vincent Sanders | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | attempt to fix ci system coverage target for new version of gcovr | Vincent Sanders | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | make jenkins coverage target exclude test sources | Vincent Sanders | 2017-03-05 | 1 | -2/+1 |
| | |||||
* | Update Component verison for releaserelease/1.5 | Vincent Sanders | 2016-02-14 | 1 | -2/+2 |
| | |||||
* | Update tooling to use MACPorts library paths | Vincent Sanders | 2016-02-08 | 1 | -0/+7 |
| | |||||
* | Fix mac os x make program selection | Vincent Sanders | 2016-02-06 | 1 | -0/+1 |
| | |||||
* | hack to correct path on mac os x workers | Vincent Sanders | 2016-02-06 | 1 | -0/+4 |
| | |||||
* | cope with Apple clang version | Vincent Sanders | 2016-02-06 | 1 | -0/+4 |
| | |||||
* | Update Component verison for releaserelease/1.4 | Vincent Sanders | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Coverity submission URL is now using https | Vincent Sanders | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | update coverity submission url | Vincent Sanders | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Update documentation generation | Vincent Sanders | 2015-06-24 | 3 | -6/+22 |
| | |||||
* | make coverage builds not fail on warning | Vincent Sanders | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Try different approach to get coverage conversion correct | Vincent Sanders | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | correct the expansion of the target directory for gcov conversion | Vincent Sanders | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Set the gcov coverage conversion to the correct source root | Vincent Sanders | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Supress warnings as errors in static analysis builds | Vincent Sanders | 2015-04-25 | 1 | -1/+2 |
| | |||||
* | Add support for INCLUDEDIR in pkg-config files. | Adrien Destugues | 2015-03-21 | 2 | -0/+6 |
| | |||||
* | Update the component version for releaserelease/1.3 | Vincent Sanders | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | revert previous change as it completely breaks the gcovr output | Vincent Sanders | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | Make coverage generate from absolute source path | Vincent Sanders | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | add freebsd to buildsystem tooling | Vincent Sanders | 2014-12-21 | 1 | -0/+8 |
| | |||||
* | Fix BUILD/HOST confusion | Vincent Sanders | 2014-12-19 | 6 | -78/+101 |
| | | | | | | | The recent buildsystem improvements now use BUILD and HOST to set the ABI of the system doing the building and the ABI being targeted. Unfortunately we got these the wrong way round, this fixes that confusion. | ||||
* | Update the pkg-config installation macro for library substitution | Vincent Sanders | 2014-11-27 | 2 | -2/+6 |
| | | | | | | | | This adds REQUIRED_LIBS variable which is a space separated list of libraries that will be macro expanded into LIBRARIES in pkg-config install target. This is typically used in the "Libs:" stanza for additional (possibly conditional) libraries necessary to link the final program. | ||||
* | Only set CC__ if we're cross compiling | John-Mark Bell | 2014-11-16 | 1 | -3/+2 |
| | |||||
* | make scan-build CI system builds noisy | Vincent Sanders | 2014-11-16 | 1 | -1/+1 |
| | |||||
* | Do not guess identity of CC for native builds | John-Mark Bell | 2014-11-16 | 1 | -5/+10 |
| | |||||
* | fix quotation in case expansion for make selection | Vincent Sanders | 2014-11-16 | 1 | -1/+1 |
| | |||||
* | updated to use new coresystem build parameters | Vincent Sanders | 2014-11-16 | 1 | -53/+37 |
| | |||||
* | Migrate to target triplets | John-Mark Bell | 2014-11-16 | 5 | -283/+114 |
| | |||||
* | Update component version for releaserelease/1.2 | Vincent Sanders | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | spell bison correctly | Vincent Sanders | 2014-05-02 | 1 | -1/+1 |
| | |||||
* | allow buildsystem to cope with gnu make being named something else | Vincent Sanders | 2014-05-01 | 1 | -8/+17 |
| | |||||
* | add tooling support for OpenBSD | Vincent Sanders | 2014-05-01 | 1 | -0/+15 |
| | |||||
* | add support for multilibrelease/1.1 | David Tardon | 2014-01-13 | 2 | -0/+6 |
| | | | | | | | | Linux distributions typically put 64-bit libraries into /usr/lib64 to allow coexistence of 32-bit and 64-bit libraries on one system. The build system should make allowance for this. Signed-off-by: John-Mark Bell <jmb@netsurf-browser.org> | ||||
* | actually tar something | Vincent Sanders | 2013-11-16 | 1 | -1/+1 |
| | |||||
* | do an actual build instead of a clean on coverity | Vincent Sanders | 2013-11-16 | 1 | -1/+1 |
| | |||||
* | fix null check logic | Vincent Sanders | 2013-11-16 | 1 | -1/+1 |
| | |||||
* | fix coverity to pass project name and verify required parameters are set | Vincent Sanders | 2013-11-16 | 1 | -1/+10 |
| | |||||
* | add coverity target | Vincent Sanders | 2013-11-16 | 1 | -2/+36 |
| | |||||
* | make jenkins ci build script diferentiate between default and explicit ↵ | Vincent Sanders | 2013-06-07 | 1 | -1/+8 |
| | | | | test-install | ||||
* | add static build capability | Vincent Sanders | 2013-05-11 | 1 | -5/+41 |
| | |||||
* | ensure make TARGET parameter is set | Vincent Sanders | 2013-05-10 | 1 | -8/+12 |
| | |||||
* | fix darwin target | Vincent Sanders | 2013-05-10 | 1 | -0/+3 |
| | |||||
* | add flags to make compiles display verbose output | Vincent Sanders | 2013-05-10 | 1 | -9/+9 |
| |