Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (94)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (17615)

  • configure : add -fPIE instead of -pie to C flags for ThreadSanitizer

    2 décembre 2016, par Wan-Teh Chang
    configure : add -fPIE instead of -pie to C flags for ThreadSanitizer
    

    - pie was added to C flags for ThreadSanitizer in commit
    19f251a2882a8d0779b432e63bf282e4d9c443bb. Under clang 3.8.0, the -pie
    flag causes a compiler warning and a linker error when running configure
    — toolchain=clang-tsan. Here is an excerpt from config.log :

    clang ... -fsanitize=thread -pie -std=c11 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.hL61stP9.o /tmp/ffconf.YO6ZaSFG.c
    clang : warning : argument unused during compilation : ’-pie’
    clang -fsanitize=thread -pie -Wl,—as-needed -Wl,-z,noexecstack -o /tmp/ffconf.W5c2e41l /tmp/ffconf.hL61stP9.o -lbz2 -pthread
    /usr/bin/ld : /tmp/ffconf.hL61stP9.o : relocation R_X86_64_PC32 against undefined symbol `atan2f@@GLIBC_2.2.5’ can not be used when making a shared object ; recompile with -fPIC
    /usr/bin/ld : final link failed : Bad value
    clang : error : linker command failed with exit code 1 (use -v to see invocation)

    To be conservative, I changed -pie to -fPIE. But the documentation seems
    to imply just -fsanitize=thread is enough :

    http://clang.llvm.org/docs/ThreadSanitizer.html
    https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual

    Signed-off-by : Wan-Teh Chang <wtc@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] configure
  • configure : add -fPIE instead of -pie to C flags for ThreadSanitizer

    2 décembre 2016, par Wan-Teh Chang
    configure : add -fPIE instead of -pie to C flags for ThreadSanitizer
    

    - pie was added to C flags for ThreadSanitizer in commit
    19f251a2882a8d0779b432e63bf282e4d9c443bb. Under clang 3.8.0, the -pie
    flag causes a compiler warning and a linker error when running configure
    — toolchain=clang-tsan. Here is an excerpt from config.log :

    clang ... -fsanitize=thread -pie -std=c11 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.A8SsaoCF.o /tmp/ffconf.JdpujQlD.c
    clang : warning : argument unused during compilation : ’-pie’
    clang -fsanitize=thread -pie -Wl,—as-needed -o /tmp/ffconf.2iYA4bsw /tmp/ffconf.A8SsaoCF.o -lm -lm -lbz2 -lz -pthread
    /usr/bin/ld : /tmp/ffconf.A8SsaoCF.o : relocation R_X86_64_PC32 against undefined symbol `atan2f@@GLIBC_2.2.5’ can not be used when making a shared object ; recompile with -fPIC
    /usr/bin/ld : final link failed : Bad value
    clang : error : linker command failed with exit code 1 (use -v to see invocation)

    To be conservative, I changed -pie to -fPIE. But the documentation seems
    to imply just -fsanitize=thread is enough :

    http://clang.llvm.org/docs/ThreadSanitizer.html
    https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual

    Signed-off-by : Wan-Teh Chang <wtc@google.com>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] configure
  • checkasm : arm : Ignore changes to bits 0-4 and 7 of FPSCR

    17 juillet 2016, par Martin Storsjö
    checkasm : arm : Ignore changes to bits 0-4 and 7 of FPSCR
    

    These bits are set by exceptions in NEON instructions.

    Also print the differing bits when FPSCR is clobbered,
    and use bic instead of lsl, for clearing the topmost bits.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] tests/checkasm/arm/checkasm.S