-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependencies before checks #3
Commits on Oct 21, 2019
-
p01arst0rm committed
Oct 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 086a81b - Browse repository at this point
Copy the full SHA 086a81bView commit details
Commits on Oct 24, 2019
-
p01arst0rm committed
Oct 24, 2019 Configuration menu - View commit details
-
Copy full SHA for f6f7046 - Browse repository at this point
Copy the full SHA f6f7046View commit details
Commits on Oct 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for aab6511 - Browse repository at this point
Copy the full SHA aab6511View commit details -
p01arst0rm committed
Oct 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 507d28f - Browse repository at this point
Copy the full SHA 507d28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a968f5 - Browse repository at this point
Copy the full SHA 3a968f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae66bb - Browse repository at this point
Copy the full SHA 7ae66bbView commit details -
meson: Don't look for libraries in lib dir
1. First of all, this doesn't work in nixpkgs. Per [1], gcc ignores `-L` for purposes of `--print-file-dirs`, which breaks horribly on linux. But if we don't pass extra dirs, meosn first just tries `-l...`, which does work. 2. Even if it did work, `libdir` means where we are installing libs, not where libs are expected to be found. Those are not necessarily the same (again, nixpkgs), and even when they are and non-standard, it is better to use DESTDIR or have a modified toolchain. [1]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87758
Configuration menu - View commit details
-
Copy full SHA for a142164 - Browse repository at this point
Copy the full SHA a142164View commit details -
Configuration menu - View commit details
-
Copy full SHA for 232da76 - Browse repository at this point
Copy the full SHA 232da76View commit details
Commits on Nov 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 727dc56 - Browse repository at this point
Copy the full SHA 727dc56View commit details -
Make libsodium an auto dependency
This means do autodetection if the user doesn't specify.
Configuration menu - View commit details
-
Copy full SHA for 1be6ab4 - Browse repository at this point
Copy the full SHA 1be6ab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90f9f4a - Browse repository at this point
Copy the full SHA 90f9f4aView commit details -
Clean up descriptions in Meson
1. Fix that for libsodium 2. Consistently capitalize
Configuration menu - View commit details
-
Copy full SHA for 12ce28b - Browse repository at this point
Copy the full SHA 12ce28bView commit details -
- `crossSystem` in `shell.nix` - `buildInputs` vs `nativeBuildInputs`
Configuration menu - View commit details
-
Copy full SHA for be144b8 - Browse repository at this point
Copy the full SHA be144b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3db52b8 - Browse repository at this point
Copy the full SHA 3db52b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 291e1d8 - Browse repository at this point
Copy the full SHA 291e1d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd2e1d1 - Browse repository at this point
Copy the full SHA cd2e1d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b380f75 - Browse repository at this point
Copy the full SHA b380f75View commit details -
Merge pull request #1 from Ericson2314/fix-build-in-nix-shell
Fix build in nix shell
polar authoredNov 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 21185d9 - Browse repository at this point
Copy the full SHA 21185d9View commit details
Commits on Nov 11, 2019
-
Move compiler checking code after finding dependencies
This commit just moves the code, nothing leverages this yet.
Configuration menu - View commit details
-
Copy full SHA for 6c5d969 - Browse repository at this point
Copy the full SHA 6c5d969View commit details -
Use pkg-config for libeditline
Also heh, from editline to libeditline again, after a142164.
Configuration menu - View commit details
-
Copy full SHA for 6def096 - Browse repository at this point
Copy the full SHA 6def096View commit details -
Use dependencies when searching for headers
- editline_dep for editline.h - libbz2_dep for bzlib.h, except we cannot because no pkg-config file so document that.
Configuration menu - View commit details
-
Copy full SHA for ca12ce0 - Browse repository at this point
Copy the full SHA ca12ce0View commit details