about summary refs log tree commit diff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2018-06-12platforms/raspberrypi: enable kernelAutoModulesBen Wolsieffer1-1/+2
2018-06-10maxscale: init at 2.1.17 (#33835)Izorkin1-0/+10
2018-06-10lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491)volth3-4/+68
* lib: bitAnd, bitOr, bitXor * lib: test for bitAnd, bitOr, bitXor * lib: bitsize-agnostic zipIntBits * lib: bitNot * lib: bitNot
2018-06-10lib: add groupBy (#38612)volth2-1/+37
2018-06-05Revert "lib: bitAnd, bitOr, bitXor"Profpatsch3-62/+4
2018-06-03Merge pull request #41373 from volth/bitwiseJörg Thalheim3-4/+62
lib: bitAnd, bitOr, bitXor
2018-06-02lib: test for bitAnd, bitOr, bitXorvolth1-0/+15
2018-06-01lib: bitAnd, bitOr, bitXorvolth2-4/+47
2018-06-01Merge branch 'plat-fix-for-merge-2' into masterTuomas Tynkkynen1-150/+7
2018-05-31platforms.nix: More rpi2 cleanupTuomas Tynkkynen1-5/+2
2018-05-31platforms.nix: Clean up obsolete cruft from raspberrypi2Tuomas Tynkkynen1-73/+4
2018-05-31platforms.nix: Clean up obsolete cruft from raspberrypiTuomas Tynkkynen1-69/+0
Works fine without, and the 'DRM n' is actually preventing the mainline VC4 driver from building.
2018-05-31linux_rpi: Specify defconfig in kernel expressionTuomas Tynkkynen1-3/+1
In particular, now the mainline kernel can be built on the RPi 1 as well (so kernelBaseConfig should always be a mainline defconfig from now on). And RPi 2 users can now use linux_rpi without doing the `nixpkgs.config.platform = lib.systems.platforms.raspberrypi2;` dance.
2018-05-29lib: Fix `nix-env -qaP -f . --xml --meta`John Ericson1-3/+3
A merge undid my fix in d437f2c365a12fb3894eb87f52decf53c745f475.
2018-05-26Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen1-1/+14
2018-05-25Merge pull request #36344 from grahamc/fancy-option-namesGraham Christensen1-1/+14
lib/options: teach showOptions about funny option names
2018-05-26Merge branch 'master' into stagingJan Malakhovski1-0/+2
Fixed conflicts: - lib/systems/for-meta.nix: in favor of staging - pkgs/os-specific/darwin/xcode/default.nix: in favor of master
2018-05-24lib: Fix `nix-env -qaP -f . --xml --meta`John Ericson1-1/+3
The function value cannot be serialized so nix-env was mad. Turns out we can just remove it like we do in `lib/systems/inspect.nix`.
2018-05-18Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen1-1/+1
Conflicts: pkgs/top-level/all-packages.nix
2018-05-17Merge pull request #40659 from bkchr/androidndkJohn Ericson1-1/+1
Androidndk
2018-05-17androidndk: Fix usage as crossSystemBastian Köcher1-1/+1
2018-05-16Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson1-1/+7
Keep the dontCheck because the test suite fails, get rid of the LDFLAGS hack because we don't need it!
2018-05-16doc: Fixes documented default option for `<name>` for submodules. (#40464)Samuel Dionne-Riel1-1/+7
Fixes #40463 This is related to change 1d56d0c8a79334cd7149fd580512046558eaac78
2018-05-14Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson1-0/+1
2018-05-14Merge pull request #34805 from rycee/fix/dorenameMatthew Justin Bauer1-0/+1
lib: make use of visible variable in doRename
2018-05-13Merge master into stagingFrederik Rietdijk1-8/+19
2018-05-13Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into stagingJohn Ericson4-14/+65
2018-05-12Merge pull request #39447 from oxij/nixos/warn-missing-stateversionMatthew Justin Bauer1-8/+19
nixos: warn on missing `stateVersion`
2018-05-12lib: modules: propagate `highestPrio`Jan Malakhovski1-8/+19
Yeah, it's ugly. But it's the minimal change that doesn't break anything else.
2018-05-12Merge branch 'fix-gcc-with-float'John Ericson2-13/+17
2018-05-12lib: Fix float handling for Aarch32John Ericson2-13/+17
Forgot to adjust default so abi with explicit float attr would be used.
2018-05-12prebuilt android cc: Edit wrapper to pass the right -m flags for armv7aJohn Ericson1-0/+3
(cherry picked from commit 827ef0914089e1a2bba140b49e1311eff28cc156)
2018-05-11lib/system: Remove float from androideabiJohn Ericson1-1/+1
There are two different official variations which differ in their float support, so such a blanket statement is invalid. `lib.systems.platforms.*android` already handles each case correctly. Correcting an error in 827ef0914089e1a2bba140b49e1311eff28cc156.
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
This is analogous to the GNU assertion.
2018-05-11lib/systems/inspect: Fix after assertionsJohn Ericson1-0/+3
Function are never equal in Nix, so we need to filter out this attribute in ABIs.
2018-05-11Merge pull request #40385 from obsidiansystems/lib-android-platformsJohn Ericson2-0/+33
lib: Add 32-bit Android platforms
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
lib/systems: Sort platforms, and space CPUs
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
Add with/without to match enable/disable, and add `--{enable,with}-key=value` versions of both.
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
ARM ABIs now have a float field. This is used as a fallback to lessen our use of `platform.gcc.float`. I didn't know what the MIPs convention is so I kept using `platform.gcc.float` in that case.
2018-05-10Merge pull request #40255 from matthewbauer/remove-enableIfAvailableMatthew Justin Bauer1-2/+0
treewide: remove lib.meta.enableIfAvailable
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
It is ambiguous, and therefore banned within GCC.
2018-05-10Merge master into stagingFrederik Rietdijk1-1/+1
2018-05-10Merge commit 'feb648ce59ffbed94c58133eb7aa2761992a35e1' into stagingJohn Ericson4-10/+25