// -*- 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?id=a1dc5ac832a106d46450961e78e7db3f83bf2bff'>gnu/packages/dictionaries.scm
AgeCommit message (Expand)Author
2024-08-31gnu: translate-shell: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/dictionaries.scm (translate-shell): Fix indentation. [inputs]: Add 'bash-minimal'. [native-inputs]: Remove labels. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I3fcca53b2645f5eb15be7eb9b91217525a2e4e3a Maxime Devos
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer
2023-11-01gnu: translate-shell: Compile emacs bytecode....* gnu/packages/dictionaries.scm (translate-shell)[#:phases]: Add ‘emacs-build’. Liliana Marie Prikler
2023-11-01gnu: translate-shell: Build autoloads before installing them....* gnu/packages/dictionaries.scm (translate-shell)[#:phases]: Move ‘emacs-make-autoloads’ before ‘unpack’. Drop ‘emacs-autoload-compilation’. Liliana Marie Prikler
2023-07-16gnu: sdcv: Update to 0.5.5....* gnu/packages/dictionaries.scm (sdcv): Update to 0.5.5. [arguments]: ...don't we? Remove the 'remove-jq-requirement phase. [native-inputs]: Add jq. Tobias Geerinckx-Rice
2023-02-12gnu: translate-shell: Update to 0.9.7.1....* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.7.1. Efraim Flashner