Displaying 3 results from an estimated 3 matches for "proxygen".
Did you mean:
roxygen
2020 Sep 01
2
HTTP library in LLVM
...al/pistache) similarly has additional features and dependencies that are likely unnecessary.
> * [crow](https://github.com/ipkn/crow) is similar to cpprestsdk and pistache, it depends on Boost.
> * [cpp-netlib](https://github.com/cpp-netlib/cpp-netlib) looks nice but depends on Boost.
> * [proxygen](https://github.com/facebook/proxygen) is also nice but has a lot of dependencies including Boost.
>
> On Mon, Aug 31, 2020 at 4:48 PM Jonas Devlieghere <jonas at devlieghere.com> wrote:
>>
>> On Mon, Aug 31, 2020 at 4:38 PM Petr Hosek via llvm-dev <llvm-dev at lists.llvm...
2020 Aug 31
2
HTTP library in LLVM
On Mon, Aug 31, 2020 at 4:38 PM Petr Hosek via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> There are several options, I've looked at couple of them and the one I
> like the most so far is https://github.com/yhirose/cpp-httplib for a few
> reasons:
>
> * It's MIT licensed.
> * It supports Linux, macOS and Windows (and presumably other platforms).
> * It
2012 Mar 29
1
Defect ISO generation after yum upgrade
...e ISO files are generated but useless. I you are able to see the picture I would like to know "who" writes the -
Loading /system.igz? failed!
Is it the kernel already loading the cpio+gzip'ed file or is it still isolinux.
This script generates new ISO files
#!/bin/bash
BUILDPATH=/proxygen
GENERATEDPATH=/var/www/html/proxy/generated
# if build command contains buildsystem a new system is build
if [[ $@ = *buildsystem* ]]; then
# Build initramfs
rm -f $BUILDPATH/boot/system.igz
chown -R 0:0 $BUILDPATH/system
cd $BUILDPATH/system
find . -print0 | cpio --null -ov --format=newc | g...