This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using built-in specs. | |
COLLECT_GCC=i686-pc-skift-g++ | |
COLLECT_LTO_WRAPPER=/home/nicolas/Projects/skift/toolchain/local/libexec/gcc/i686-pc-skift/10.1.0/lto-wrapper | |
Target: i686-pc-skift | |
Configured with: /home/nicolas/Projects/skift/toolchain/tarballs/gcc-10.1.0/configure --target=i686-pc-skift --prefix=/home/nicolas/Projects/skift/toolchain/local --disable-nls --with-newlib --with-sysroot=/home/nicolas/Projects/skift/toolchain/../build/sysroot --enable-languages=c,c++ | |
Thread model: single | |
Supported LTO compression algorithms: zlib zstd | |
gcc version 10.1.0 (GCC) | |
COMPILER_PATH=/home/nicolas/Projects/skift/toolchain/local/libexec/gcc/i686-pc-skift/10.1.0/:/home/nicolas/Projects/skift/toolchain/local/libexec/gcc/i686-pc-skift/10.1.0/:/home/nicolas/Projects/skift/toolchain/local/libexec/gcc/i686-pc-skift/:/home/nicolas/Projects/skift/toolchain/local/lib/gcc/i686-pc-skift/10.1.0/:/home/nicolas/Projects/skift/toolchain/local/lib/gcc/i686-pc-skift/:/home/nicolas/Projects/skift/toolchain/local/lib/gcc/i686-pc-skift/10.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma once | |
#include <libutils/OwnPtr.h> | |
template <typename> | |
class Callback; | |
template <typename Out, typename... In> | |
class Callback<Out(In...)> | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bienvenue, sur le discord DEVSE! :blobnom: | |
Notre engagement | |
En tant que membres, contributeurs et dirigeants, nous nous engageons à faire de la participation à notre communauté une expérience sans harcèlement pour tous, quels que soient l'âge, la taille, le handicap visible ou invisible, l'origine ethnique, les caractéristiques sexuelles, l'identité et l'expression du genre, le niveau d'expérience, l'éducation, le statut socio-économique, la nationalité, l'apparence personnelle, les origines, la religion ou l'identité et l'orientation sexuelles. | |
Nous nous engageons à agir et à interagir de manière à contribuer à une communauté ouverte, accueillante, diverse, inclusive et saine. | |
@everyone dans le but de fournir un environnement de discussion sain et inclusif, nous nous engageons a respecter le code de conduit suivant: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 967 100 967 0 0 216 0 0:00:04 0:00:04 --:--:-- 216 | |
Bootstrapping installer: | |
Checking version... | |
Version: v0.3.4 | |
Downloading... | |
Extracting... | |
Initializing... |