// -*- 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 e36248efa840ddcc0f3457c8699f3eded231&showmsg=1'>root/gnu/packages/julia.scm
AgeCommit message (Collapse)Author
2017-07-05gnu: julia: Add support for aarch64-linux.Efraim Flashner
* gnu/packages/julia.scm (julia)[arguments]: Add make-flag argument for aarch64-linux. [supported-systems]: Add aarch64-linux.
2017-06-22gnu: julia: Update to 0.6.0.Ricardo Wurmus
* gnu/packages/julia.scm (libuv-julia): Update to 1.9.0-5.52d72a52. (julia): Update to 0.6.0. [arguments]: Remove phase "fix-llvm-flag"; add phase "disable-documentation"; use threaded fftw variant in phase "hardcode-soname-map"; disable "file" tests in phase "disable-broken-tests"; add "USE_LLVM_SHLIB=0" to make flags. [native-inputs]: Add "unicode-data".
2017-04-14gnu: julia: Update to 0.5.1.Ricardo Wurmus
* gnu/packages/julia.scm (julia): Update to 0.5.1.
2016-10-01gnu: julia: Update to 0.5.0.Ricardo Wurmus
* gnu/packages/julia.scm (libuv-julia): Update to commit 8d5131b6c1595920dd30644cd1435b4f344b46c8. (libunwind-for-julia): New variable. (julia): Update to 0.5.0. [arguments]: Disable stripping of binaries; modify "prepare-deps" phase; add "fix-llvm-flag" phase; add "set-home" phase; adjust "hardcode-soname-map" phase; remove fix for "double-conversion" from "fix-include-and-link-paths" phase; enable "repl" and "replcompletions" tests; disable "backtrace", "compile", "replutil", and "cmdlineargs" tests; remove USE_SYSTEM_RMATH flag; remove USE_SYSTEM_GRISU flag. [inputs]: Replace "llvm-3.5" with "llvm"; replace "libunwind" with "libunwind-for-julia"; remove "double-conversion"; remove "rmath-julia"; update "suitesparse" origin; replace "virtualenv" origin with "python2-virtualenv". [native-inputs]: Add "openssl".