// -*- C++ -*- // Boost general library 'format' --------------------------- // See http://www.boost.org for updates, documentation, and revision history. // (C) Samuel Krempp 2001 // krempp@crans.ens-cachan.fr // Permission to copy, use, modify, sell and // distribute this software is granted provided this copyright notice appears // in all copies. This software is provided "as is" without express or implied // warranty, and with no claim as to its suitability for any purpose. // ideas taken from Rüdiger Loos's format class // and Karl Nelson's ofstream // ---------------------------------------------------------------------------- // format.hpp : primary header // ---------------------------------------------------------------------------- #ifndef BOOST_FORMAT_HPP #define BOOST_FORMAT_HPP #include #include #include #include #if HAVE_LOCALE #include #else #define BOOST_NO_STD_LOCALE #define BOOST_NO_LOCALE_ISIDIGIT #include #endif #include // **** Forward declarations ---------------------------------- #include // basic_format, and other frontends #include // misc forward declarations for internal use // **** Auxiliary structs (stream_format_state , and format_item ) #include // **** Format class interface -------------------------------- #include // **** Exceptions ----------------------------------------------- #include // **** Implementation ------------------------------------------- //#include // member functions #include // class for grouping arguments #include // argument-feeding functions //#include // format-string parsing (member-)functions // **** Implementation of the free functions ---------------------- //#include #endif // BOOST_FORMAT_HPP >gnu/packages/dunst.scm
AgeCommit message (Expand)Author
2022-03-16gnu: dunst: Update to 1.8.1....* gnu/packages/dunst.scm (dunst): Update to 1.8.1. * gnu/packages/patches/dunst-1.7.3-fix-crash.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jai Vetrivelan
2022-02-04gnu: dunst: Fix crash on invalid pixbuf notification....* gnu/packages/patches/dunst-1.7.3-fix-crash.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/dunst.scm (dunst)[source]<#:patches>: Add it. Danny Milosavljevic
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-12-12gnu: dunst : Update to 1.7.3....* gnu/packages/dunst.scm (dunst): Update to 1.7.3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> gyara
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-11gnu: gtk: Replace gdk-pixbuf+svg by librsvg....With the addition of a profile hook for computing the gdk-pixbuf loaders cache file, there is no longer a need for gdk-pixbuf+svg, and librsvg can propagate gdk-pixbuf without fear, so replace the former for the latter. The replacement was automated with the following command: $ git grep -l ',gdk-pixbuf+svg)' \ | xargs sed 's/(".*" ,gdk-pixbuf+svg)/("librsvg" ,librsvg)/' -i * gnu/packages/gtk.scm (gdk-pixbuf+svg): Delete package. (gtk+-2)[propagated-inputs]: Replace gdk-pixbuf+svg with librsvg. (gtk+)[propagated-inputs]: Likewise. * gnu/packages/gnome.scm (gdk-pixbuf+svg): Add deprecated package. Maxim Cournoyer
2021-11-09gnu: dunst: Update to 1.7.1....* gnu/packages/dunst.scm (dunst): Update to 1.7.1. Guillaume Le Vaillant
2021-11-01gnu: dunst: Update to 1.7.0....* gnu/packages/dunst.scm (dunst): Update to 1.7.0. [source]: Fix indentation. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Alexandr Vityazev