summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* minor fixashmew2/kolibri-crossAshish Gupta2017-10-081-2/+2
|
* xFix BUILD_CCAshish Gupta2017-09-151-3/+3
|
* use cross and env for kolibriosAshish Gupta2017-05-151-8/+10
|
* Make easier to migrate to other machines via KOLIBRI_SVN_CHECKOUT variableAshish Gupta2017-05-141-6/+6
|
* Patch Makefile.tools to support cross compiling from Linux to KolibriOSAshish Gupta2017-04-151-6/+46
|
* attempt to fix ci system coverage target for new version of gcovrVincent Sanders2017-03-091-1/+1
|
* make jenkins coverage target exclude test sourcesVincent Sanders2017-03-051-2/+1
|
* Update Component verison for releaserelease/1.5Vincent Sanders2016-02-141-2/+2
|
* Update tooling to use MACPorts library pathsVincent Sanders2016-02-081-0/+7
|
* Fix mac os x make program selectionVincent Sanders2016-02-061-0/+1
|
* hack to correct path on mac os x workersVincent Sanders2016-02-061-0/+4
|
* cope with Apple clang versionVincent Sanders2016-02-061-0/+4
|
* Update Component verison for releaserelease/1.4Vincent Sanders2015-12-181-1/+1
|
* Coverity submission URL is now using httpsVincent Sanders2015-12-081-1/+1
|
* update coverity submission urlVincent Sanders2015-12-081-1/+1
|
* Update documentation generationVincent Sanders2015-06-243-6/+22
|
* make coverage builds not fail on warningVincent Sanders2015-04-301-1/+1
|
* Try different approach to get coverage conversion correctVincent Sanders2015-04-301-1/+1
|
* correct the expansion of the target directory for gcov conversionVincent Sanders2015-04-301-1/+1
|
* Set the gcov coverage conversion to the correct source rootVincent Sanders2015-04-301-1/+1
|
* Supress warnings as errors in static analysis buildsVincent Sanders2015-04-251-1/+2
|
* Add support for INCLUDEDIR in pkg-config files.Adrien Destugues2015-03-212-0/+6
|
* Update the component version for releaserelease/1.3Vincent Sanders2015-03-081-1/+1
|
* revert previous change as it completely breaks the gcovr outputVincent Sanders2015-01-101-1/+1
|
* Make coverage generate from absolute source pathVincent Sanders2015-01-101-1/+1
|
* add freebsd to buildsystem toolingVincent Sanders2014-12-211-0/+8
|
* Fix BUILD/HOST confusionVincent Sanders2014-12-196-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 substitutionVincent Sanders2014-11-272-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 compilingJohn-Mark Bell2014-11-161-3/+2
|
* make scan-build CI system builds noisyVincent Sanders2014-11-161-1/+1
|
* Do not guess identity of CC for native buildsJohn-Mark Bell2014-11-161-5/+10
|
* fix quotation in case expansion for make selectionVincent Sanders2014-11-161-1/+1
|
* updated to use new coresystem build parametersVincent Sanders2014-11-161-53/+37
|
* Migrate to target tripletsJohn-Mark Bell2014-11-165-283/+114
|
* Update component version for releaserelease/1.2Vincent Sanders2014-08-251-1/+1
|
* spell bison correctlyVincent Sanders2014-05-021-1/+1
|
* allow buildsystem to cope with gnu make being named something elseVincent Sanders2014-05-011-8/+17
|
* add tooling support for OpenBSDVincent Sanders2014-05-011-0/+15
|
* add support for multilibrelease/1.1David Tardon2014-01-132-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 somethingVincent Sanders2013-11-161-1/+1
|
* do an actual build instead of a clean on coverityVincent Sanders2013-11-161-1/+1
|
* fix null check logicVincent Sanders2013-11-161-1/+1
|
* fix coverity to pass project name and verify required parameters are setVincent Sanders2013-11-161-1/+10
|
* add coverity targetVincent Sanders2013-11-161-2/+36
|
* make jenkins ci build script diferentiate between default and explicit ↵Vincent Sanders2013-06-071-1/+8
| | | | test-install
* add static build capabilityVincent Sanders2013-05-111-5/+41
|
* ensure make TARGET parameter is setVincent Sanders2013-05-101-8/+12
|
* fix darwin targetVincent Sanders2013-05-101-0/+3
|
* add flags to make compiles display verbose outputVincent Sanders2013-05-101-9/+9
|
* improve jenkinks ci script to cope with coverage and install without testVincent Sanders2013-05-101-28/+78
|