about summary refs log tree commit diff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-05-11prebuilt android cc: Edit wrapper to pass the right -m flags for armv7aJohn Ericson1-0/+3
2018-05-11lib/systems: Add assertion to "android" ABIJohn Ericson1-2/+10
2018-05-11lib/systems/inspect: Fix after assertionsJohn Ericson1-0/+3
2018-05-11Merge pull request #40385 from obsidiansystems/lib-android-platformsJohn Ericson2-0/+33
2018-05-11lib: Add 32-bit Android platformsJohn Ericson2-0/+33
2018-05-11Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson3-87/+106
2018-05-11Merge pull request #40378 from obsidiansystems/lib-platform-sortJohn Ericson3-87/+106
2018-05-11lib/systems: Sort platforms, and space CPUsJohn Ericson3-87/+106
2018-05-11Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson6-48/+73
2018-05-11lib: Add more configure flag helpersJohn Ericson2-19/+53
2018-05-10Merge remote-tracking branch 'upstream/master' into lib-floatJohn Ericson23-4092/+438
2018-05-10lib: Clean up float/fpu optionsJohn Ericson3-27/+20
2018-05-10Merge pull request #40255 from matthewbauer/remove-enableIfAvailableMatthew Justin Bauer1-2/+0
2018-05-10Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2-2/+17
2018-05-10lib/systems: Prohibit "gnu" ABI (*-gnu) with 32-bit ARMJohn Ericson2-2/+17
2018-05-10Merge master into stagingFrederik Rietdijk1-1/+1
2018-05-10Merge commit 'feb648ce59ffbed94c58133eb7aa2761992a35e1' into stagingJohn Ericson4-10/+25
2018-05-10Merge remote-tracking branch 'upstream/master' into lib-platform-simplifyJohn Ericson1-1/+1
2018-05-10Merge commit '70963b382f3f820ba6d3bc3b3aaf50a2957ec1ff' into lib-platform-sim...John Ericson24-4089/+422
2018-05-10treewide: Get rid of `*Platform.arch`John Ericson1-11/+1
2018-05-10Merge remote-tracking branch 'upstream/master' into uclibcJohn Ericson1-1/+1
2018-05-10Merge commit '70963b382f3f820ba6d3bc3b3aaf50a2957ec1ff' into uclibcJohn Ericson24-4089/+422
2018-05-09xbursttools: Cleanup slightlyJohn Ericson1-0/+14
2018-05-09lib/systems: Add uClibc just like MUSLJohn Ericson3-0/+5
2018-05-09Merge pull request #40261 from obsidiansystems/more-armJohn Ericson1-0/+6
2018-05-09lib/systems: Parse more arm cpu typesJohn Ericson1-0/+6
2018-05-09treewide: remove lib.meta.enableIfAvailableMatthew Bauer1-2/+0
2018-05-09lib.makeSearchPath: allow null in search pathMatthew Bauer1-1/+1
2018-05-08Merge remote-tracking branch 'upstream/master' into stagingMatthew Bauer7-17/+90
2018-05-07lib.types: fix loaOf behavior for long listsRobert Helgesson4-9/+64
2018-05-06lib/types: remove unnecessary coerceFunc assertionSilvan Mosberger1-4/+1
2018-05-06lib/types: clear up coercedTo descriptionSilvan Mosberger2-4/+4
2018-05-06lib/types: Add coercedTo unsound testsSilvan Mosberger4-0/+21
2018-05-06lib/types: Fix coercedTo checkSilvan Mosberger1-1/+1
2018-05-03lib.systems.gnu: Accept gnueabi as a gnu platformBen Gamari1-1/+5
2018-05-01lib/systems: Fix eval for iphone32* examplesJohn Ericson1-1/+1
2018-05-01lib/systems: Update iOS examplesJohn Ericson1-6/+26
2018-04-30Merge pull request #39788 from obsidiansystems/aarch32-for-masterJohn Ericson1-1/+1
2018-04-30Merge remote-tracking branch 'upstream/master' into aarch32John Ericson14-3999/+163
2018-04-28treewide: rename version attributesMaximilian Bosch2-4/+6
2018-04-28lib: deduplicate version/suffix referencesMaximilian Bosch1-4/+5
2018-04-27lib/debug: add replacement instructions & release notesProfpatsch1-6/+13
2018-04-27lib/debug: document module & functions, prune importsProfpatsch1-37/+81
2018-04-27lib/debug: deprecate `traceCallXml`Profpatsch1-2/+4
2018-04-27lib/debug: deprecate `addErrorContextToAttrs`Profpatsch2-6/+8
2018-04-27lib/debug: deprecate `traceValIfNot`Profpatsch1-2/+3
2018-04-27lib/debug: deprecate attrNamesToStr, traceXMLVal(Marked)Profpatsch1-4/+15
2018-04-27lib/debug: deprecate & modernize showValProfpatsch1-13/+19
2018-04-27lib/debug: remove the deprecated strict functionProfpatsch2-7/+3
2018-04-27lib/debug: add traceValFn, traceValSeqFn, traceValSeqNFnProfpatsch2-7/+11