Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (107)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (12072)

  • configure : Don’t explicitly disable PIC for windows targets

    28 mai 2013, par Martin Storsjö
    configure : Don’t explicitly disable PIC for windows targets
    

    This reverts e08c946c6 and 05165c2f7a. The actual intention of
    e08c946c6 was to fix shared library builds for arm/win32, which
    can also be accomplished in other ways.

    Disabling pic on those platforms broke inline assembly on cygwin/64
    (since some inline assembly requires knowing whether we are building
    as PIC or not), and might also break inline assembly on other
    compilers on windows.

    As a side-effect, this unfortunately brings back all the warnings
    about PIC not having any effect on that platform.

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

    • [DH] configure
  • configure : Don’t add -fPIC on windows targets

    5 juin 2013, par Martin Storsjö
    configure : Don’t add -fPIC on windows targets
    

    This avoids warnings about this option not having any effect on
    this platform.

    We still want to enable the pic configure item for these platforms
    (if detected via the compiler builtin define __PIC__) to get proper
    inline assembly workarounds.

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

    • [DH] configure
  • configure : Don’t explicitly disable PIC for windows targets

    28 mai 2013, par Martin Storsjö
    configure : Don’t explicitly disable PIC for windows targets
    

    This reverts e08c946c6 and 05165c2f7a. The actual intention of
    e08c946c6 was to fix shared library builds for arm/win32, which
    can also be accomplished in other ways.

    Disabling pic on those platforms broke inline assembly on cygwin/64
    (since some inline assembly requires knowing whether we are building
    as PIC or not), and might also break inline assembly on other
    compilers on windows.

    As a side-effect, this unfortunately brings back all the warnings
    about PIC not having any effect on that platform.

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

    • [DBH] configure