Emily
01eddf68dd
mvfst: add techknowlogick to maintainers
2024-11-18 17:43:45 +00:00
Emily
fef1275d9b
mvfst: add emily to maintainers
2024-11-18 17:43:45 +00:00
Emily
0931562600
mvfst: add update script
2024-11-18 17:43:45 +00:00
Emily
49ad47893e
mvfst: split outputs
2024-11-18 17:43:45 +00:00
Emily
ea635930e7
mvfst: enable tests
2024-11-18 17:43:45 +00:00
Emily
e5709fe814
mvfst: propagate required dependencies
2024-11-18 17:43:45 +00:00
Emily
ee1e828c27
mvfst: condition shared libraries on platform setting
2024-11-18 17:43:45 +00:00
Emily
5b08d09834
mvfst: 2024.03.11.00 -> 2024.11.18.00
...
Diff: https://github.com/facebook/mvfst/compare/refs/tags/v2024.03.11.00...v2024.11.18.00
2024-11-18 17:43:39 +00:00
Emily
c647a83120
mvfst: use Ninja
2024-11-18 17:42:43 +00:00
Emily
4f8f722165
mvfst: reorder inputs
2024-11-18 17:42:43 +00:00
Emily
067a44e638
mvfst: use hash
2024-11-18 17:42:43 +00:00
Emily
40d409e3db
mvfst: use refs/tags/
2024-11-18 17:42:43 +00:00
Emily
5848ed9bfb
mvfst: remove with lib;
2024-11-18 17:42:43 +00:00
Emily
e82a30f577
mvfst: use finalAttrs
2024-11-18 17:42:43 +00:00
Emily
d76e1dc840
mvfst: move to pkgs/by-name
2024-11-18 17:42:43 +00:00
Emily
5b60e96f64
mvfst: convert to new Darwin SDK pattern
2024-11-18 17:42:43 +00:00
Emily
ee8c1b1980
mvfst: format with nixfmt-rfc-style
2024-11-18 17:42:43 +00:00
Emily
4871d40414
fizz: add techknowlogick to maintainers
2024-11-18 17:42:43 +00:00
Emily
5115b6186a
fizz: add emily to maintainers
2024-11-18 17:42:43 +00:00
Emily
0414a001b6
fizz: add update script
2024-11-18 17:42:43 +00:00
Emily
dbb5591b5b
fizz: split outputs
2024-11-18 17:42:43 +00:00
Emily
f88b7334ea
fizz: enable more tests
2024-11-18 17:42:43 +00:00
Emily
03b58e14f7
fizz: propagate required dependencies
2024-11-18 17:42:43 +00:00
Emily
136740dec6
fizz: condition shared libraries on platform setting
2024-11-18 17:42:43 +00:00
Emily
67fd043f62
fizz: 2024.03.11.00 -> 2024.11.11.00
...
Diff: https://github.com/facebookincubator/fizz/compare/refs/tags/v2024.03.11.00...v2024.11.18.00
Changelog: https://github.com/facebookincubator/fizz/releases/tag/v2024.11.18.00
2024-11-18 17:42:35 +00:00
Emily
3f4e898d0a
fizz: set __darwinAllowLocalNetworking
2024-11-18 17:42:21 +00:00
Emily
1c1d6a6ba2
fizz: use Ninja
2024-11-18 17:42:21 +00:00
Emily
ca280ee51f
fizz: remove unnecessary CMake flag
...
No point silencing these warnings.
2024-11-18 17:42:21 +00:00
Emily
cb829657b8
fizz: remove unnecessary NIX_LDFLAGS
2024-11-18 17:42:21 +00:00
Emily
74e329179b
fizz: remove unnecessary input
2024-11-18 17:42:21 +00:00
Emily
997d4edee5
fizz: reorder inputs to match upstream file
2024-11-18 17:42:21 +00:00
Emily
d68470e96b
fizz: reorder attributes
2024-11-18 17:42:21 +00:00
Emily
be3861494e
fizz: remove with lib;
2024-11-18 17:42:21 +00:00
Emily
eb19c30c3a
fizz: move to pkgs/by-name
2024-11-18 17:42:21 +00:00
Emily
91c31b1069
fizz: convert to new Darwin SDK pattern
2024-11-18 17:42:21 +00:00
Emily
95d28ae657
fizz: format with nixfmt-rfc-style
2024-11-18 17:42:21 +00:00
Emily
c71ed296d7
folly: add techknowlogick to maintainers
2024-11-18 17:42:21 +00:00
Emily
df175d625e
folly: add emily to maintainers
2024-11-18 17:42:21 +00:00
Emily
f86db4874d
folly: add update script
2024-11-18 17:42:21 +00:00
Emily
a3afbe7ccf
folly: enable tests
2024-11-18 17:42:21 +00:00
Emily
bba7126b28
folly: bump to fmt_11
...
This is the version used upstream.
2024-11-18 17:42:21 +00:00
Emily
fb3b469558
folly: propagate required dependencies
2024-11-18 17:42:20 +00:00
Emily
cad3e3ece6
folly: condition shared libraries on platform setting
2024-11-18 17:42:20 +00:00
Emily
3352d4f1ab
folly: remove obsolete AArch64 hack
2024-11-18 17:42:20 +00:00
Emily
ae0425bd9a
folly: refine -fpermissive flag
...
This was added for AArch64 support, but we can use a more targeted
flag for the build failure.
2024-11-18 17:42:20 +00:00
Emily
fbdced9bb3
folly: fix split outputs
...
Downstream derivations were picking up references to the `dev` output
through indirect `__FILE__` usage in the headers. I borrowed and
modified this trick from the Boost package, where I believe vcunat
originated it. It’s not very pretty and it should be in a hook or
something, but it works at a pinch.
2024-11-18 17:42:20 +00:00
Emily
2fc882c70c
folly: patch pkg-config file instead of CMake files
...
This is closer to fixing the problem at the source.
2024-11-18 17:42:20 +00:00
Emily
d4c26774d5
folly: 2024.03.11.00 -> 2024.11.18.00
...
Diff: https://github.com/facebook/folly/compare/refs/tags/v2024.03.11.00...v2024.11.18.00
2024-11-18 17:42:09 +00:00
Emily
eca60c841c
folly: use Ninja
2024-11-15 13:45:59 +00:00
Emily
5ee21f2961
folly: refine meta.platforms
2024-11-15 13:45:59 +00:00