diff -Nru libcutl-1.8.1+ds1/aclocal.m4 libcutl-1.10.0+ds1/aclocal.m4 --- libcutl-1.8.1+ds1/aclocal.m4 2014-07-21 08:16:01.000000000 +0000 +++ libcutl-1.10.0+ds1/aclocal.m4 2015-11-24 13:45:54.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.12.6 -*- Autoconf -*- +# generated automatically by aclocal 1.14.1 -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2013 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11,6 +11,7 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, @@ -19,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -31,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.12' +[am__api_version='1.14' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.12.6], [], +m4_if([$1], [1.14.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -50,12 +51,12 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.12.6])dnl +[AM_AUTOMAKE_VERSION([1.14.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) -# Copyright (C) 2011-2012 Free Software Foundation, Inc. +# Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -75,7 +76,8 @@ : ${AR=ar} AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface], - [am_cv_ar_interface=ar + [AC_LANG_PUSH([C]) + am_cv_ar_interface=ar AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int some_variable = 0;]])], [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([am_ar_try]) @@ -92,7 +94,7 @@ fi rm -f conftest.lib libconftest.a ]) - ]) + AC_LANG_POP([C])]) case $am_cv_ar_interface in ar) @@ -116,7 +118,7 @@ # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -169,7 +171,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2012 Free Software Foundation, Inc. +# Copyright (C) 1997-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -200,7 +202,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -391,7 +393,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -402,7 +404,7 @@ # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -431,7 +433,7 @@ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the @@ -467,7 +469,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -476,6 +478,12 @@ # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- @@ -488,7 +496,7 @@ # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.62])dnl +[AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl @@ -518,8 +526,7 @@ dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], -[$0: two- and three-arguments forms are deprecated. For more info, see: -http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation]) + [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], @@ -573,22 +580,60 @@ [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl -dnl Support for Objective C++ was only introduced in Autoconf 2.65, -dnl but we still cater to Autoconf 2.62. -m4_ifdef([AC_PROG_OBJCXX], -[AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], - m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) -_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl -dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the -dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro -dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl -]) + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ -596,7 +641,6 @@ m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. @@ -618,7 +662,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -639,7 +683,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -660,7 +704,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -710,7 +754,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2012 Free Software Foundation, Inc. +# Copyright (C) 1997-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -725,8 +769,8 @@ # AM_MISSING_HAS_RUN # ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl @@ -739,8 +783,8 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) @@ -749,7 +793,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -778,7 +822,54 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -797,7 +888,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -878,7 +969,67 @@ rm -f conftest.file ]) -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -906,7 +1057,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2006-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -925,7 +1076,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2012 Free Software Foundation, Inc. +# Copyright (C) 2004-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -944,76 +1095,114 @@ # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar +# AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) -m4_if([$1], [v7], - [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - [m4_case([$1], [ustar],, [pax],, - [m4_fatal([Unknown tar format])]) -AC_MSG_CHECKING([how to create a $1 tar archive]) -# Loop over all known methods to create a tar archive until one works. + +# We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -_am_tools=${am_cv_prog_tar_$1-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of '-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar /dev/null 2>&1 && break - fi -done -rm -rf conftest.dir -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR diff -Nru libcutl-1.8.1+ds1/config/ar-lib libcutl-1.10.0+ds1/config/ar-lib --- libcutl-1.8.1+ds1/config/ar-lib 2014-07-21 08:16:03.000000000 +0000 +++ libcutl-1.10.0+ds1/config/ar-lib 2015-11-24 13:45:55.000000000 +0000 @@ -4,7 +4,7 @@ me=ar-lib scriptversion=2012-03-01.08; # UTC -# Copyright (C) 2010-2012 Free Software Foundation, Inc. +# Copyright (C) 2010-2013 Free Software Foundation, Inc. # Written by Peter Rosin . # # This program is free software; you can redistribute it and/or modify diff -Nru libcutl-1.8.1+ds1/config/compile libcutl-1.10.0+ds1/config/compile --- libcutl-1.8.1+ds1/config/compile 1970-01-01 00:00:00.000000000 +0000 +++ libcutl-1.10.0+ds1/config/compile 2015-11-24 13:45:55.000000000 +0000 @@ -0,0 +1,347 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2012-10-14.11; # UTC + +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff -Nru libcutl-1.8.1+ds1/config/config.guess libcutl-1.10.0+ds1/config/config.guess --- libcutl-1.8.1+ds1/config/config.guess 2014-07-21 08:16:03.000000000 +0000 +++ libcutl-1.10.0+ds1/config/config.guess 2015-11-24 13:45:55.000000000 +0000 @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2013-05-16' +timestamp='2013-06-10' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -995,6 +995,12 @@ ppc:Linux:*:*) echo powerpc-unknown-linux-${LIBC} exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-unknown-linux-${LIBC} + exit ;; + ppcle:Linux:*:*) + echo powerpcle-unknown-linux-${LIBC} + exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; diff -Nru libcutl-1.8.1+ds1/config/config.sub libcutl-1.10.0+ds1/config/config.sub --- libcutl-1.8.1+ds1/config/config.sub 2014-07-21 08:16:03.000000000 +0000 +++ libcutl-1.10.0+ds1/config/config.sub 2015-11-24 13:45:55.000000000 +0000 @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2013-04-24' +timestamp='2013-08-10' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -257,7 +257,7 @@ | avr | avr32 \ | be32 | be64 \ | bfin \ - | c4x | clipper \ + | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ | epiphany \ | fido | fr30 | frv \ @@ -372,7 +372,7 @@ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ - | clipper-* | craynv-* | cydra-* \ + | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ @@ -794,7 +794,7 @@ os=-mingw64 ;; mingw32) - basic_machine=i386-pc + basic_machine=i686-pc os=-mingw32 ;; mingw32ce) @@ -830,7 +830,7 @@ basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) - basic_machine=i386-pc + basic_machine=i686-pc os=-msys ;; mvs) @@ -1546,6 +1546,9 @@ c4x-* | tic4x-*) os=-coff ;; + c8051-*) + os=-elf + ;; hexagon-*) os=-elf ;; diff -Nru libcutl-1.8.1+ds1/config/depcomp libcutl-1.10.0+ds1/config/depcomp --- libcutl-1.8.1+ds1/config/depcomp 2014-07-21 08:16:03.000000000 +0000 +++ libcutl-1.10.0+ds1/config/depcomp 2015-11-24 13:45:55.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2012-07-12.20; # UTC +scriptversion=2013-05-30.07; # UTC -# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2013 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,9 +27,9 @@ case $1 in '') - echo "$0: No command. Try '$0 --help' for more information." 1>&2 - exit 1; - ;; + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] @@ -56,11 +56,65 @@ ;; esac +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + # A tabulation character. tab=' ' # A newline character. nl=' ' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 @@ -88,32 +142,32 @@ fi if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then - # This is just like msvisualcpp but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvisualcpp + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then - # This is just like msvc7 but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvc7 + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 fi if test "$depmode" = xlc; then - # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. - gccflag=-qmakedep=gcc,-MF - depmode=gcc + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc fi case "$depmode" in @@ -136,8 +190,7 @@ done "$@" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -163,15 +216,14 @@ fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" - alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -## The second -e expression handles DOS-style file names with drive letters. + # The second -e expression handles DOS-style file names with drive + # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. @@ -180,15 +232,15 @@ ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. - tr ' ' "$nl" < "$tmpdepfile" | ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ - | sed -e 's/$/ :/' >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -206,8 +258,7 @@ "$@" -MDupdate "$tmpdepfile" fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -215,7 +266,6 @@ if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" - # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in @@ -223,19 +273,15 @@ # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ - tr "$nl" ' ' >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" - # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" ;; @@ -253,9 +299,8 @@ # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u @@ -268,9 +313,7 @@ "$@" -M fi stat=$? - - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi @@ -279,65 +322,37 @@ do test -f "$tmpdepfile" && break done - if test -f "$tmpdepfile"; then - # Each line is of the form 'foo.o: dependent.h'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" + aix_post_process_depfile ;; -icc) - # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'. - # However on - # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c - # ICC 7.0 will fill foo.d with something like - # foo.o: sub/foo.c - # foo.o: sub/foo.h - # which is wrong. We want - # sub/foo.o: sub/foo.c - # sub/foo.o: sub/foo.h - # sub/foo.c: - # sub/foo.h: - # ICC 7.1 will output - # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using '\': - # foo.o: sub/foo.c ... \ - # sub/foo.h ... \ - # ... - # tcc 0.9.26 (FIXME still under development at the moment of writing) - # will emit a similar output, but also prepend the continuation lines - # with horizontal tabulation characters. +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" - # Each line is of the form 'foo.o: dependent.h', - # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \ - < "$tmpdepfile" > "$depfile" - sed ' - s/[ '"$tab"'][ '"$tab"']*/ /g - s/^ *// - s/ *\\*$// - s/^[^:]*: *// - /^$/d - /:$/d - s/$/ :/ - ' < "$tmpdepfile" >> "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; @@ -356,34 +371,37 @@ # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= + set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. - base=`echo "$source" | sed -e 's|^.*/||' -e 's/\.[-_a-zA-Z0-9]*$//'` - tmpdepfile="$base.d" + set_base_from "$source" + tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. - lockdir="$base.d-lock" - trap "echo '$0: caught signal, cleaning up...' >&2; rm -rf $lockdir" 1 2 13 15 + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 numtries=100 i=$numtries - while test $i -gt 0 ; do + while test $i -gt 0; do # mkdir is a portable test-and-set. - if mkdir $lockdir 2>/dev/null; then + if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. - rm -rf $lockdir + rmdir "$lockdir" break else - ## the lock is being held by a different process, - ## wait until the winning process is done or we timeout - while test -d $lockdir && test $i -gt 0; do + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done @@ -409,8 +427,8 @@ sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. - sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | - sed -e 's/$/ :/' >> "$depfile" + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -421,9 +439,8 @@ # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d @@ -434,8 +451,7 @@ "$@" +Maked fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi @@ -445,76 +461,61 @@ test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ - s/^ *// - s/ \\*$// - s/$/:/ - p - }' "$tmpdepfile" >> "$depfile" + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" else - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) - # The Tru64 compiler uses -MD to generate dependencies as a side - # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. - # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put - # dependencies in 'foo.d' instead, so we check for that too. - # Subdirectories are respected. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - - if test "$libtool" = yes; then - # With Tru64 cc, shared objects can also be used to make a - # static library. This mechanism is used in libtool 1.4 series to - # handle both shared and static libraries in a single compilation. - # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. - # - # With libtool 1.5 this exception was removed, and libtool now - # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in $dir.libs/$base.o.d and - # in $dir$base.o.d. We have to check for both files, because - # one of the two compilations can be disabled. We should prefer - # $dir$base.o.d over $dir.libs/$base.o.d because the latter is - # automatically cleaned when .libs/ is deleted, while ignoring - # the former would cause a distcleancheck panic. - tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 - tmpdepfile2=$dir$base.o.d # libtool 1.5 - tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 - tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 - "$@" -Wc,-MD - else - tmpdepfile1=$dir$base.o.d - tmpdepfile2=$dir$base.d - tmpdepfile3=$dir$base.d - tmpdepfile4=$dir$base.d - "$@" -MD - fi + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; msvc7) if test "$libtool" = yes; then @@ -525,8 +526,7 @@ "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" - if test "$stat" = 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -552,6 +552,7 @@ G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; @@ -603,13 +604,14 @@ # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | - sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile" + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" - tr ' ' "$nl" < "$tmpdepfile" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -662,10 +664,12 @@ # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" - sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; @@ -701,10 +705,10 @@ esac done - "$@" -E | - sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | - sed '$ s: \\$::' > "$tmpdepfile" + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" @@ -736,15 +740,15 @@ shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") - set fnord "$@" - shift - shift - ;; + set fnord "$@" + shift + shift + ;; *) - set fnord "$@" "$arg" - shift - shift - ;; + set fnord "$@" "$arg" + shift + shift + ;; esac done "$@" -E 2>/dev/null | diff -Nru libcutl-1.8.1+ds1/config/ltmain.sh libcutl-1.10.0+ds1/config/ltmain.sh --- libcutl-1.8.1+ds1/config/ltmain.sh 2014-07-21 08:15:58.000000000 +0000 +++ libcutl-1.10.0+ds1/config/ltmain.sh 2015-11-24 13:45:52.000000000 +0000 @@ -70,7 +70,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.2 +# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.7ubuntu1 # automake: $automake_version # autoconf: $autoconf_version # @@ -80,7 +80,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.2 Debian-2.4.2-1.2" +VERSION="2.4.2 Debian-2.4.2-1.7ubuntu1" TIMESTAMP="" package_revision=1.3337 diff -Nru libcutl-1.8.1+ds1/config/missing libcutl-1.10.0+ds1/config/missing --- libcutl-1.8.1+ds1/config/missing 2014-07-21 08:16:03.000000000 +0000 +++ libcutl-1.10.0+ds1/config/missing 2015-11-24 13:45:55.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-01-06.18; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2012 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,61 +29,33 @@ exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, 'missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file 'aclocal.m4' - autoconf touch file 'configure' - autoheader touch file 'config.h.in' - autom4te touch the output file, or create a stub one - automake touch all 'Makefile.in' files - bison create 'y.tab.[ch]', if possible, from existing .[ch] - flex create 'lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create 'lex.yy.c', if possible, from existing .c - makeinfo touch the output file - yacc create 'y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. @@ -98,228 +70,141 @@ ;; -*) - echo 1>&2 "$0: Unknown '$1' option" + echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; +# Run the given program, remember its exit status. +"$@"; st=$? - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running '$TOOL --version' or '$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acinclude.m4' or '${configure_ac}'. You might want - to install the Automake and Perl packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified '${configure_ac}'. You might want to install the - Autoconf and GNU m4 packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acconfig.h' or '${configure_ac}'. You might want - to install the Autoconf and GNU m4 packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; +# If it succeeded, we are done. +test $st -eq 0 && exit 0 - automake*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. - You might want to install the Automake and Perl packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: '$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get '$1' as part of Autoconf from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: '$1' $msg. You should only need it if - you modified a '.y' file. You may need the Bison package - in order for those modifications to take effect. You can get - Bison from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.l' file. You may need the Flex package - in order for those modifications to take effect. You can get - Flex from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - Help2man package in order for those modifications to take - effect. You can get Help2man from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.texi' or '.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy 'make' (AIX, - DU, IRIX). You might want to install the Texinfo package or - the GNU make package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - *) - echo 1>&2 "\ -WARNING: '$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the 'README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing '$1' program." - exit 1 - ;; -esac +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff -Nru libcutl-1.8.1+ds1/configure libcutl-1.10.0+ds1/configure --- libcutl-1.8.1+ds1/configure 2014-07-21 08:16:02.000000000 +0000 +++ libcutl-1.10.0+ds1/configure 2015-11-24 13:45:55.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libcutl 1.8.1. +# Generated by GNU Autoconf 2.69 for libcutl 1.10.0. # # Report bugs to . # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='libcutl' PACKAGE_TARNAME='libcutl' -PACKAGE_VERSION='1.8.1' -PACKAGE_STRING='libcutl 1.8.1' +PACKAGE_VERSION='1.10.0' +PACKAGE_STRING='libcutl 1.10.0' PACKAGE_BUGREPORT='libcutl-users@codesynthesis.com' PACKAGE_URL='' @@ -700,6 +700,10 @@ CC ac_ct_AR AR +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -764,6 +768,7 @@ ac_subst_files='' ac_user_opts=' enable_option_checking +enable_silent_rules enable_dependency_tracking enable_shared enable_static @@ -1332,7 +1337,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libcutl 1.8.1 to adapt to many kinds of systems. +\`configure' configures libcutl 1.10.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1402,7 +1407,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libcutl 1.8.1:";; + short | recursive ) echo "Configuration of libcutl 1.10.0:";; esac cat <<\_ACEOF @@ -1410,6 +1415,8 @@ --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking @@ -1515,7 +1522,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libcutl configure 1.8.1 +libcutl configure 1.10.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1956,7 +1963,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libcutl $as_me 1.8.1, which was +It was created by libcutl $as_me 1.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2336,7 +2343,7 @@ -am__api_version='1.12' +am__api_version='1.14' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2520,8 +2527,8 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 @@ -2761,6 +2768,45 @@ fi rmdir .tst 2>/dev/null +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." @@ -2783,7 +2829,7 @@ # Define the identity of the package. PACKAGE='libcutl' - VERSION='1.8.1' + VERSION='1.10.0' cat >>confdefs.h <<_ACEOF @@ -2824,92 +2870,173 @@ AMTAR='$${TAR-tar}' -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 -$as_echo_n "checking how to create a ustar tar archive... " >&6; } -# Loop over all known methods to create a tar archive until one works. +# We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar plaintar pax cpio none' -_am_tools=${am_cv_prog_tar_ustar-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of '-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - { echo "$as_me:$LINENO: $_am_tar --version" >&5 + +# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5 +$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; } + if test $am_uid -le $am_max_uid; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + _am_tools=none + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5 +$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; } + if test $am_gid -le $am_max_gid; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + _am_tools=none + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 +$as_echo_n "checking how to create a ustar tar archive... " >&6; } + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_ustar-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + { echo "$as_me:$LINENO: $_am_tar --version" >&5 ($_am_tar --version) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && break - done - am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x ustar -w "$$tardir"' - am__tar_='pax -L -x ustar -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H ustar -L' - am__tar_='find "$tardir" -print | cpio -o -H ustar -L' - am__untar='cpio -i -H ustar -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_ustar}" && break + done + am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x ustar -w "$$tardir"' + am__tar_='pax -L -x ustar -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H ustar -L' + am__tar_='find "$tardir" -print | cpio -o -H ustar -L' + am__untar='cpio -i -H ustar -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_ustar}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } - rm -rf conftest.dir - if test -s conftest.tar; then - { echo "$as_me:$LINENO: $am__untar &5 + rm -rf conftest.dir + if test -s conftest.tar; then + { echo "$as_me:$LINENO: $am__untar &5 ($am__untar &5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } - grep GrepMe conftest.dir/file >/dev/null 2>&1 && break - fi -done -rm -rf conftest.dir + { echo "$as_me:$LINENO: cat conftest.dir/file" >&5 + (cat conftest.dir/file) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break + fi + done + rm -rf conftest.dir -if ${am_cv_prog_tar_ustar+:} false; then : + if ${am_cv_prog_tar_ustar+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_prog_tar_ustar=$_am_tool fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 $as_echo "$am_cv_prog_tar_ustar" >&6; } + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" @@ -3762,6 +3889,65 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 @@ -3998,7 +4184,13 @@ if ${am_cv_ar_interface+:} false; then : $as_echo_n "(cached) " >&6 else - am_cv_ar_interface=ar + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + am_cv_ar_interface=ar cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int some_variable = 0; @@ -4029,6 +4221,11 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5 @@ -6452,7 +6649,7 @@ rm -rf conftest* ;; -x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext @@ -6477,7 +6674,10 @@ ;; esac ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -6496,7 +6696,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) @@ -15939,7 +16142,7 @@ Report bugs to ." lt_cl_version="\ -libcutl config.lt 1.8.1 +libcutl config.lt 1.10.0 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -19094,7 +19297,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libcutl $as_me 1.8.1, which was +This file was extended by libcutl $as_me 1.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19160,7 +19363,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libcutl config.status 1.8.1 +libcutl config.status 1.10.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -20272,7 +20475,7 @@ case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -20323,7 +20526,7 @@ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the diff -Nru libcutl-1.8.1+ds1/configure.ac libcutl-1.10.0+ds1/configure.ac --- libcutl-1.8.1+ds1/configure.ac 2014-07-21 08:15:54.000000000 +0000 +++ libcutl-1.10.0+ds1/configure.ac 2015-11-24 13:45:49.000000000 +0000 @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file AC_PREREQ(2.60) -AC_INIT([libcutl], [1.8.1], [libcutl-users@codesynthesis.com]) +AC_INIT([libcutl], [1.10.0], [libcutl-users@codesynthesis.com]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([cutl/exception.hxx]) diff -Nru libcutl-1.8.1+ds1/cutl/fs/path.hxx libcutl-1.10.0+ds1/cutl/fs/path.hxx --- libcutl-1.8.1+ds1/cutl/fs/path.hxx 2013-05-30 19:57:40.000000000 +0000 +++ libcutl-1.10.0+ds1/cutl/fs/path.hxx 2015-11-12 15:45:08.000000000 +0000 @@ -6,7 +6,7 @@ #define CUTL_FS_PATH_HXX #include -#include +#include #include @@ -39,7 +39,6 @@ // could be multiple seperators. For example, on Windows // we check for both '/' and '\'. // - static bool is_separator (C c) { @@ -78,6 +77,33 @@ return string_type::npos; } + + static int + compare (string_type const& l, string_type const& r) + { + size_type ln (l.size ()), rn (r.size ()), n (ln < rn ? ln : rn); + for (size_type i (0); i != n; ++i) + { +#ifdef _WIN32 + C lc (tolower (l[i])), rc (tolower (r[i])); +#else + C lc (l[i]), rc (r[i]); +#endif + if (is_separator (lc) && is_separator (rc)) + continue; + + if (lc < rc) return -1; + if (lc > rc) return 1; + } + + return ln < rn ? -1 : (ln > rn ? 1 : 0); + } + + private: +#ifdef _WIN32 + static C + tolower (C); +#endif }; template @@ -210,10 +236,8 @@ public: // Normalize the path. This includes collapsing the '.' and '..' // directories if possible, collapsing multiple directory - // separators, converting all directory separators to the - // canonical form, and making the path lower-case if the - // filesystem is not case-sensitive (e.g., Windows). Returns - // *this. + // separators, and converting all directory separators to the + // canonical form. Returns *this. // basic_path& normalize (); @@ -249,10 +273,13 @@ return *this; } + // Note that comparison is case-insensitive if the filesystem is + // not case-sensitive (e.g., Windows). + // bool operator== (basic_path const& x) const { - return path_ == x.path_; + return traits::compare (path_, x.path_) == 0; } bool @@ -264,11 +291,11 @@ bool operator< (basic_path const& x) const { - return path_ < x.path_; + return traits::compare (path_, x.path_) < 0; } public: - string_type + const string_type& string () const { return path_; @@ -287,11 +314,6 @@ void init (); -#ifdef _WIN32 - static C - tolower (C); -#endif - private: string_type path_; }; diff -Nru libcutl-1.8.1+ds1/cutl/fs/path.ixx libcutl-1.10.0+ds1/cutl/fs/path.ixx --- libcutl-1.8.1+ds1/cutl/fs/path.ixx 2013-05-30 19:08:49.000000000 +0000 +++ libcutl-1.10.0+ds1/cutl/fs/path.ixx 2014-09-06 12:20:29.000000000 +0000 @@ -11,6 +11,22 @@ { namespace fs { +#ifdef _WIN32 + template <> + inline char path_traits:: + tolower (char c) + { + return std::tolower (c); + } + + template <> + inline wchar_t path_traits:: + tolower (wchar_t c) + { + return std::towlower (c); + } +#endif + template inline bool basic_path:: absolute () const @@ -51,21 +67,5 @@ return string (); } #endif - -#ifdef _WIN32 - template <> - inline char basic_path:: - tolower (char c) - { - return std::tolower (c); - } - - template <> - inline wchar_t basic_path:: - tolower (wchar_t c) - { - return std::towlower (c); - } -#endif } } diff -Nru libcutl-1.8.1+ds1/cutl/fs/path.txx libcutl-1.10.0+ds1/cutl/fs/path.txx --- libcutl-1.8.1+ds1/cutl/fs/path.txx 2013-05-30 19:13:31.000000000 +0000 +++ libcutl-1.10.0+ds1/cutl/fs/path.txx 2014-09-06 12:00:56.000000000 +0000 @@ -182,15 +182,9 @@ for (typename paths::const_iterator i (r.begin ()), e (r.end ()); i != e;) { -#ifdef _WIN32 - for (size_type j (0), n (i->size ()); j < n; ++j) - p += tolower ((*i)[j]); -#else p += *i; -#endif - ++i; - if (i != e) + if (++i != e) p += traits::directory_separator; } diff -Nru libcutl-1.8.1+ds1/cutl/libcutl-vc10.vcxproj libcutl-1.10.0+ds1/cutl/libcutl-vc10.vcxproj --- libcutl-1.8.1+ds1/cutl/libcutl-vc10.vcxproj 2014-07-21 08:15:54.000000000 +0000 +++ libcutl-1.10.0+ds1/cutl/libcutl-vc10.vcxproj 2015-11-24 13:45:49.000000000 +0000 @@ -65,22 +65,22 @@ true ..\bin\ - cutl-d-1.8-vc10 + cutl-d-1.10-vc10 true ..\bin64\ - cutl-d-1.8-vc10 + cutl-d-1.10-vc10 false ..\bin\ - cutl-1.8-vc10 + cutl-1.10-vc10 false ..\bin64\ - cutl-1.8-vc10 + cutl-1.10-vc10 @@ -160,60 +160,60 @@ - - - - - - - - - - - + + + + - + + + + + - - + + - - - - + + + + + + - - - - - + - - + + - - - + + - - + - + + + + + + + + - - - + + + diff -Nru libcutl-1.8.1+ds1/cutl/libcutl-vc10.vcxproj.filters libcutl-1.10.0+ds1/cutl/libcutl-vc10.vcxproj.filters --- libcutl-1.8.1+ds1/cutl/libcutl-vc10.vcxproj.filters 2014-07-21 08:15:54.000000000 +0000 +++ libcutl-1.10.0+ds1/cutl/libcutl-vc10.vcxproj.filters 2015-11-24 13:45:49.000000000 +0000 @@ -12,58 +12,46 @@ - - Header Files - - + Header Files - + Header Files - + Header Files - + Header Files Header Files - - Header Files - - - Header Files - Header Files - - Header Files - - + Header Files Header Files - + Header Files - + Header Files - + Header Files - + Header Files - + Header Files - + Header Files @@ -72,106 +60,118 @@ Header Files - + Header Files - + Header Files - + Header Files - + Header Files - + Header Files Header Files - + Header Files - + Header Files - + Header Files - + Header Files Header Files - - Header Files - - + Header Files - + Header Files Header Files - + Header Files - + Header Files Header Files - + Header Files - + Header Files - + Header Files - + Header Files Header Files - + Header Files Header Files - + Header Files - + + Header Files + + + Header Files + + + Header Files + + Header Files Header Files + + Header Files + + + Header Files + Header Files Header Files - + Header Files - + Header Files - + Header Files - + Header Files diff -Nru libcutl-1.8.1+ds1/cutl/libcutl-vc9.vcproj libcutl-1.10.0+ds1/cutl/libcutl-vc9.vcproj --- libcutl-1.8.1+ds1/cutl/libcutl-vc9.vcproj 2014-07-21 08:15:54.000000000 +0000 +++ libcutl-1.10.0+ds1/cutl/libcutl-vc9.vcproj 2015-11-24 13:45:49.000000000 +0000 @@ -66,7 +66,7 @@ /> - - + + diff -Nru libcutl-1.8.1+ds1/cutl/Makefile.am libcutl-1.10.0+ds1/cutl/Makefile.am --- libcutl-1.8.1+ds1/cutl/Makefile.am 2014-07-21 08:15:54.000000000 +0000 +++ libcutl-1.10.0+ds1/cutl/Makefile.am 2015-11-24 13:45:49.000000000 +0000 @@ -2,14 +2,14 @@ # copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -EXTRA_DIST = details/config-vc.h details/boost/integer_fwd.hpp details/boost/functional/hash/extensions.hpp details/boost/functional/hash/detail/limits.hpp details/boost/functional/hash/detail/float_functions.hpp details/boost/functional/hash/detail/hash_float.hpp details/boost/functional/hash/hash.hpp details/boost/functional/hash/hash_fwd.hpp details/boost/functional/hash.hpp details/boost/config.hpp details/boost/regex/config.hpp details/boost/regex/src/internals.hpp details/boost/regex/config/cwchar.hpp details/boost/regex/v4/match_flags.hpp details/boost/regex/v4/basic_regex.hpp details/boost/regex/v4/instances.hpp details/boost/regex/v4/perl_matcher.hpp details/boost/regex/v4/match_results.hpp details/boost/regex/v4/regex_merge.hpp details/boost/regex/v4/syntax_type.hpp details/boost/regex/v4/cpp_regex_traits.hpp details/boost/regex/v4/regbase.hpp details/boost/regex/v4/regex_fwd.hpp details/boost/regex/v4/sub_match.hpp details/boost/regex/v4/regex.hpp details/boost/regex/v4/protected_call.hpp details/boost/regex/v4/regex_traits_defaults.hpp details/boost/regex/v4/regex_replace.hpp details/boost/regex/v4/u32regex_iterator.hpp details/boost/regex/v4/basic_regex_creator.hpp details/boost/regex/v4/cregex.hpp details/boost/regex/v4/regex_match.hpp details/boost/regex/v4/regex_raw_buffer.hpp details/boost/regex/v4/mem_block_cache.hpp details/boost/regex/v4/basic_regex_parser.hpp details/boost/regex/v4/u32regex_token_iterator.hpp details/boost/regex/v4/primary_transform.hpp details/boost/regex/v4/perl_matcher_common.hpp details/boost/regex/v4/regex_token_iterator.hpp details/boost/regex/v4/perl_matcher_recursive.hpp details/boost/regex/v4/states.hpp details/boost/regex/v4/fileiter.hpp details/boost/regex/v4/regex_format.hpp details/boost/regex/v4/c_regex_traits.hpp details/boost/regex/v4/perl_matcher_non_recursive.hpp details/boost/regex/v4/regex_search.hpp details/boost/regex/v4/regex_grep.hpp details/boost/regex/v4/regex_workaround.hpp details/boost/regex/v4/regex_iterator.hpp details/boost/regex/v4/w32_regex_traits.hpp details/boost/regex/v4/char_regex_traits.hpp details/boost/regex/v4/iterator_traits.hpp details/boost/regex/v4/error_type.hpp details/boost/regex/v4/regex_traits.hpp details/boost/regex/v4/iterator_category.hpp details/boost/regex/v4/regex_split.hpp details/boost/regex/user.hpp details/boost/regex/pattern_except.hpp details/boost/regex/pending/unicode_iterator.hpp details/boost/regex/pending/static_mutex.hpp details/boost/regex/pending/object_cache.hpp details/boost/regex/regex_traits.hpp details/boost/regex/icu.hpp details/boost/ref.hpp details/boost/static_assert.hpp details/boost/current_function.hpp details/boost/integer/static_log2.hpp details/boost/integer.hpp details/boost/config/posix_features.hpp details/boost/config/warning_disable.hpp details/boost/config/abi_suffix.hpp details/boost/config/no_tr1/cmath.hpp details/boost/config/no_tr1/functional.hpp details/boost/config/no_tr1/memory.hpp details/boost/config/no_tr1/utility.hpp details/boost/config/no_tr1/complex.hpp details/boost/config/user.hpp details/boost/config/requires_threads.hpp details/boost/config/stdlib/dinkumware.hpp details/boost/config/stdlib/msl.hpp details/boost/config/stdlib/libcomo.hpp details/boost/config/stdlib/stlport.hpp details/boost/config/stdlib/sgi.hpp details/boost/config/stdlib/roguewave.hpp details/boost/config/stdlib/libstdcpp3.hpp details/boost/config/stdlib/modena.hpp details/boost/config/stdlib/vacpp.hpp details/boost/config/stdlib/libcpp.hpp details/boost/config/platform/aix.hpp details/boost/config/platform/vms.hpp details/boost/config/platform/symbian.hpp details/boost/config/platform/beos.hpp details/boost/config/platform/hpux.hpp details/boost/config/platform/irix.hpp details/boost/config/platform/linux.hpp details/boost/config/platform/vxworks.hpp details/boost/config/platform/qnxnto.hpp details/boost/config/platform/bsd.hpp details/boost/config/platform/win32.hpp details/boost/config/platform/cray.hpp details/boost/config/platform/macos.hpp details/boost/config/platform/solaris.hpp details/boost/config/platform/amigaos.hpp details/boost/config/platform/cygwin.hpp details/boost/config/compiler/sunpro_cc.hpp details/boost/config/compiler/nvcc.hpp details/boost/config/compiler/visualc.hpp details/boost/config/compiler/common_edg.hpp details/boost/config/compiler/intel.hpp details/boost/config/compiler/clang.hpp details/boost/config/compiler/pathscale.hpp details/boost/config/compiler/pgi.hpp details/boost/config/compiler/sgi_mipspro.hpp details/boost/config/compiler/hp_acc.hpp details/boost/config/compiler/gcc.hpp details/boost/config/compiler/cray.hpp details/boost/config/compiler/codegear.hpp details/boost/config/compiler/kai.hpp details/boost/config/compiler/mpw.hpp details/boost/config/compiler/compaq_cxx.hpp details/boost/config/compiler/comeau.hpp details/boost/config/compiler/digitalmars.hpp details/boost/config/compiler/gcc_xml.hpp details/boost/config/compiler/vacpp.hpp details/boost/config/compiler/metrowerks.hpp details/boost/config/compiler/greenhills.hpp details/boost/config/select_stdlib_config.hpp details/boost/config/abi_prefix.hpp details/boost/config/auto_link.hpp details/boost/config/suffix.hpp details/boost/config/abi/msvc_prefix.hpp details/boost/config/abi/msvc_suffix.hpp details/boost/config/select_compiler_config.hpp details/boost/config/select_platform_config.hpp details/boost/iterator/iterator_facade.hpp details/boost/iterator/iterator_categories.hpp details/boost/iterator/detail/facade_iterator_category.hpp details/boost/iterator/detail/config_undef.hpp details/boost/iterator/detail/enable_if.hpp details/boost/iterator/detail/config_def.hpp details/boost/iterator/interoperable.hpp details/boost/iterator/iterator_traits.hpp details/boost/version.hpp details/boost/checked_delete.hpp details/boost/limits.hpp details/boost/regex_fwd.hpp details/boost/type_traits/is_polymorphic.hpp details/boost/type_traits/msvc/remove_bounds.hpp details/boost/type_traits/msvc/remove_cv.hpp details/boost/type_traits/msvc/typeof.hpp details/boost/type_traits/msvc/remove_reference.hpp details/boost/type_traits/msvc/remove_pointer.hpp details/boost/type_traits/msvc/remove_const.hpp details/boost/type_traits/config.hpp details/boost/type_traits/is_union.hpp details/boost/type_traits/add_rvalue_reference.hpp details/boost/type_traits/is_enum.hpp details/boost/type_traits/is_void.hpp details/boost/type_traits/is_pod.hpp details/boost/type_traits/is_float.hpp details/boost/type_traits/is_integral.hpp details/boost/type_traits/broken_compiler_spec.hpp details/boost/type_traits/is_base_and_derived.hpp details/boost/type_traits/is_array.hpp details/boost/type_traits/detail/bool_trait_def.hpp details/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp details/boost/type_traits/detail/type_trait_undef.hpp details/boost/type_traits/detail/size_t_trait_undef.hpp details/boost/type_traits/detail/false_result.hpp details/boost/type_traits/detail/type_trait_def.hpp details/boost/type_traits/detail/wrap.hpp details/boost/type_traits/detail/template_arity_spec.hpp details/boost/type_traits/detail/ice_not.hpp details/boost/type_traits/detail/ice_eq.hpp details/boost/type_traits/detail/bool_trait_undef.hpp details/boost/type_traits/detail/size_t_trait_def.hpp details/boost/type_traits/detail/cv_traits_impl.hpp details/boost/type_traits/detail/ice_or.hpp details/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp details/boost/type_traits/detail/is_function_ptr_tester.hpp details/boost/type_traits/detail/is_function_ptr_helper.hpp details/boost/type_traits/detail/yes_no_type.hpp details/boost/type_traits/detail/ice_and.hpp details/boost/type_traits/is_member_function_pointer.hpp details/boost/type_traits/remove_bounds.hpp details/boost/type_traits/add_const.hpp details/boost/type_traits/remove_cv.hpp details/boost/type_traits/is_class.hpp details/boost/type_traits/is_function.hpp details/boost/type_traits/integral_constant.hpp details/boost/type_traits/ice.hpp details/boost/type_traits/is_arithmetic.hpp details/boost/type_traits/is_volatile.hpp details/boost/type_traits/add_reference.hpp details/boost/type_traits/add_lvalue_reference.hpp details/boost/type_traits/intrinsics.hpp details/boost/type_traits/is_member_pointer.hpp details/boost/type_traits/type_with_alignment.hpp details/boost/type_traits/is_convertible.hpp details/boost/type_traits/is_pointer.hpp details/boost/type_traits/remove_reference.hpp details/boost/type_traits/remove_pointer.hpp details/boost/type_traits/is_scalar.hpp details/boost/type_traits/is_reference.hpp details/boost/type_traits/alignment_of.hpp details/boost/type_traits/is_lvalue_reference.hpp details/boost/type_traits/is_const.hpp details/boost/type_traits/add_pointer.hpp details/boost/type_traits/is_same.hpp details/boost/type_traits/is_rvalue_reference.hpp details/boost/type_traits/remove_const.hpp details/boost/type_traits/is_abstract.hpp details/boost/detail/is_function_ref_tester.hpp details/boost/detail/workaround.hpp details/boost/detail/lightweight_mutex.hpp details/boost/detail/sp_typeinfo.hpp details/boost/detail/iterator.hpp details/boost/detail/interlocked.hpp details/boost/detail/indirect_traits.hpp details/boost/detail/container_fwd.hpp details/boost/regex.hpp details/boost/non_type.hpp details/boost/scoped_array.hpp details/boost/cstdint.hpp details/boost/cregex.hpp details/boost/scoped_ptr.hpp details/boost/smart_ptr/bad_weak_ptr.hpp details/boost/smart_ptr/detail/sp_counted_base_w32.hpp details/boost/smart_ptr/detail/spinlock_w32.hpp details/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp details/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp details/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp details/boost/smart_ptr/detail/spinlock_pt.hpp details/boost/smart_ptr/detail/spinlock.hpp details/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp details/boost/smart_ptr/detail/sp_counted_base_aix.hpp details/boost/smart_ptr/detail/lwm_pthreads.hpp details/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp details/boost/smart_ptr/detail/atomic_count_pthreads.hpp details/boost/smart_ptr/detail/lwm_win32_cs.hpp details/boost/smart_ptr/detail/shared_count.hpp details/boost/smart_ptr/detail/spinlock_gcc_arm.hpp details/boost/smart_ptr/detail/spinlock_pool.hpp details/boost/smart_ptr/detail/atomic_count.hpp details/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp details/boost/smart_ptr/detail/atomic_count_sync.hpp details/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp details/boost/smart_ptr/detail/atomic_count_gcc.hpp details/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp details/boost/smart_ptr/detail/yield_k.hpp details/boost/smart_ptr/detail/lightweight_mutex.hpp details/boost/smart_ptr/detail/spinlock_nt.hpp details/boost/smart_ptr/detail/atomic_count_win32.hpp details/boost/smart_ptr/detail/sp_counted_base.hpp details/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp details/boost/smart_ptr/detail/sp_convertible.hpp details/boost/smart_ptr/detail/sp_nullptr_t.hpp details/boost/smart_ptr/detail/sp_counted_base_spin.hpp details/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp details/boost/smart_ptr/detail/operator_bool.hpp details/boost/smart_ptr/detail/quick_allocator.hpp details/boost/smart_ptr/detail/sp_counted_base_nt.hpp details/boost/smart_ptr/detail/sp_counted_impl.hpp details/boost/smart_ptr/detail/shared_ptr_nmt.hpp details/boost/smart_ptr/detail/lwm_nop.hpp details/boost/smart_ptr/detail/spinlock_sync.hpp details/boost/smart_ptr/detail/sp_counted_base_pt.hpp details/boost/smart_ptr/detail/sp_counted_base_sync.hpp details/boost/smart_ptr/detail/sp_has_sync.hpp details/boost/smart_ptr/scoped_array.hpp details/boost/smart_ptr/scoped_ptr.hpp details/boost/smart_ptr/shared_ptr.hpp details/boost/type.hpp details/boost/integer_traits.hpp details/boost/iterator.hpp details/boost/memory_order.hpp details/boost/shared_ptr.hpp details/boost/utility/enable_if.hpp details/boost/utility/addressof.hpp details/boost/throw_exception.hpp details/boost/exception/detail/attribute_noreturn.hpp details/boost/exception/exception.hpp details/boost/tr1/detail/config.hpp details/boost/tr1/detail/config_all.hpp details/boost/tr1/regex.hpp details/boost/mpl/integral_c_fwd.hpp details/boost/mpl/arg.hpp details/boost/mpl/apply_fwd.hpp details/boost/mpl/int_fwd.hpp details/boost/mpl/size_t_fwd.hpp details/boost/mpl/quote.hpp details/boost/mpl/integral_c_tag.hpp details/boost/mpl/bool_fwd.hpp details/boost/mpl/and.hpp details/boost/mpl/bind_fwd.hpp details/boost/mpl/if.hpp details/boost/mpl/size_t.hpp details/boost/mpl/limits/arity.hpp details/boost/mpl/next_prior.hpp details/boost/mpl/is_placeholder.hpp details/boost/mpl/void.hpp details/boost/mpl/lambda.hpp details/boost/mpl/arg_fwd.hpp details/boost/mpl/placeholders.hpp details/boost/mpl/not.hpp details/boost/mpl/apply_wrap.hpp details/boost/mpl/bind.hpp details/boost/mpl/protect.hpp details/boost/mpl/identity.hpp details/boost/mpl/aux_/yes_no.hpp details/boost/mpl/aux_/has_apply.hpp details/boost/mpl/aux_/adl_barrier.hpp details/boost/mpl/aux_/count_args.hpp details/boost/mpl/aux_/arity.hpp details/boost/mpl/aux_/static_cast.hpp details/boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp details/boost/mpl/aux_/config/msvc_typename.hpp details/boost/mpl/aux_/config/has_apply.hpp details/boost/mpl/aux_/config/intel.hpp details/boost/mpl/aux_/config/pp_counter.hpp details/boost/mpl/aux_/config/nttp.hpp details/boost/mpl/aux_/config/workaround.hpp details/boost/mpl/aux_/config/preprocessor.hpp details/boost/mpl/aux_/config/static_constant.hpp details/boost/mpl/aux_/config/use_preprocessed.hpp details/boost/mpl/aux_/config/eti.hpp details/boost/mpl/aux_/config/arrays.hpp details/boost/mpl/aux_/config/gcc.hpp details/boost/mpl/aux_/config/dtp.hpp details/boost/mpl/aux_/config/lambda.hpp details/boost/mpl/aux_/config/bind.hpp details/boost/mpl/aux_/config/adl.hpp details/boost/mpl/aux_/config/integral.hpp details/boost/mpl/aux_/config/msvc.hpp details/boost/mpl/aux_/config/ttp.hpp details/boost/mpl/aux_/config/has_xxx.hpp details/boost/mpl/aux_/config/ctps.hpp details/boost/mpl/aux_/config/overload_resolution.hpp details/boost/mpl/aux_/config/compiler.hpp details/boost/mpl/aux_/template_arity.hpp details/boost/mpl/aux_/lambda_arity_param.hpp details/boost/mpl/aux_/na.hpp details/boost/mpl/aux_/msvc_never_true.hpp details/boost/mpl/aux_/has_rebind.hpp details/boost/mpl/aux_/lambda_support.hpp details/boost/mpl/aux_/arg_typedef.hpp details/boost/mpl/aux_/na_fwd.hpp details/boost/mpl/aux_/common_name_wknd.hpp details/boost/mpl/aux_/full_lambda.hpp details/boost/mpl/aux_/msvc_dtw.hpp details/boost/mpl/aux_/arity_spec.hpp details/boost/mpl/aux_/lambda_no_ctps.hpp details/boost/mpl/aux_/template_arity_fwd.hpp details/boost/mpl/aux_/value_wknd.hpp details/boost/mpl/aux_/msvc_is_class.hpp details/boost/mpl/aux_/include_preprocessed.hpp details/boost/mpl/aux_/na_assert.hpp details/boost/mpl/aux_/integral_wrapper.hpp details/boost/mpl/aux_/type_wrapper.hpp details/boost/mpl/aux_/preprocessor/repeat.hpp details/boost/mpl/aux_/preprocessor/default_params.hpp details/boost/mpl/aux_/preprocessor/def_params_tail.hpp details/boost/mpl/aux_/preprocessor/tuple.hpp details/boost/mpl/aux_/preprocessor/enum.hpp details/boost/mpl/aux_/preprocessor/partial_spec_params.hpp details/boost/mpl/aux_/preprocessor/add.hpp details/boost/mpl/aux_/preprocessor/filter_params.hpp details/boost/mpl/aux_/preprocessor/sub.hpp details/boost/mpl/aux_/preprocessor/params.hpp details/boost/mpl/aux_/preprocessor/ext_params.hpp details/boost/mpl/aux_/preprocessor/range.hpp details/boost/mpl/aux_/nttp_decl.hpp details/boost/mpl/aux_/nested_type_wknd.hpp details/boost/mpl/aux_/has_type.hpp details/boost/mpl/aux_/na_spec.hpp details/boost/mpl/aux_/logical_op.hpp details/boost/mpl/or.hpp details/boost/mpl/has_xxx.hpp details/boost/mpl/bool.hpp details/boost/mpl/int.hpp details/boost/mpl/integral_c.hpp details/boost/mpl/apply.hpp details/boost/mpl/always.hpp details/boost/mpl/void_fwd.hpp details/boost/mpl/lambda_fwd.hpp details/boost/mpl/eval_if.hpp details/boost/mpl/assert.hpp details/boost/mpl/next.hpp details/boost/preprocessor/iterate.hpp details/boost/preprocessor/expr_if.hpp details/boost/preprocessor/repeat.hpp details/boost/preprocessor/inc.hpp details/boost/preprocessor/variadic/elem.hpp details/boost/preprocessor/variadic/size.hpp details/boost/preprocessor/enum_params.hpp details/boost/preprocessor/config/config.hpp details/boost/preprocessor/dec.hpp details/boost/preprocessor/facilities/empty.hpp details/boost/preprocessor/facilities/identity.hpp details/boost/preprocessor/facilities/overload.hpp details/boost/preprocessor/array/elem.hpp details/boost/preprocessor/array/size.hpp details/boost/preprocessor/array/data.hpp details/boost/preprocessor/detail/auto_rec.hpp details/boost/preprocessor/detail/is_binary.hpp details/boost/preprocessor/detail/dmc/auto_rec.hpp details/boost/preprocessor/detail/check.hpp details/boost/preprocessor/punctuation/comma.hpp details/boost/preprocessor/punctuation/comma_if.hpp details/boost/preprocessor/empty.hpp details/boost/preprocessor/debug/error.hpp details/boost/preprocessor/arithmetic/inc.hpp details/boost/preprocessor/arithmetic/dec.hpp details/boost/preprocessor/arithmetic/add.hpp details/boost/preprocessor/arithmetic/sub.hpp details/boost/preprocessor/list/transform.hpp details/boost/preprocessor/list/detail/edg/fold_right.hpp details/boost/preprocessor/list/detail/edg/fold_left.hpp details/boost/preprocessor/list/detail/dmc/fold_left.hpp details/boost/preprocessor/list/detail/fold_right.hpp details/boost/preprocessor/list/detail/fold_left.hpp details/boost/preprocessor/list/reverse.hpp details/boost/preprocessor/list/fold_right.hpp details/boost/preprocessor/list/for_each_i.hpp details/boost/preprocessor/list/append.hpp details/boost/preprocessor/list/fold_left.hpp details/boost/preprocessor/list/adt.hpp details/boost/preprocessor/slot/detail/slot2.hpp details/boost/preprocessor/slot/detail/slot1.hpp details/boost/preprocessor/slot/detail/slot5.hpp details/boost/preprocessor/slot/detail/def.hpp details/boost/preprocessor/slot/detail/shared.hpp details/boost/preprocessor/slot/detail/slot3.hpp details/boost/preprocessor/slot/detail/slot4.hpp details/boost/preprocessor/slot/detail/counter.hpp details/boost/preprocessor/slot/slot.hpp details/boost/preprocessor/comma_if.hpp details/boost/preprocessor/cat.hpp details/boost/preprocessor/logical/and.hpp details/boost/preprocessor/logical/compl.hpp details/boost/preprocessor/logical/bitand.hpp details/boost/preprocessor/logical/bool.hpp details/boost/preprocessor/tuple/elem.hpp details/boost/preprocessor/tuple/rem.hpp details/boost/preprocessor/tuple/to_list.hpp details/boost/preprocessor/tuple/eat.hpp details/boost/preprocessor/stringize.hpp details/boost/preprocessor/identity.hpp details/boost/preprocessor/enum_shifted_params.hpp details/boost/preprocessor/repetition/repeat.hpp details/boost/preprocessor/repetition/enum_params.hpp details/boost/preprocessor/repetition/detail/msvc/for.hpp details/boost/preprocessor/repetition/detail/edg/for.hpp details/boost/preprocessor/repetition/detail/dmc/for.hpp details/boost/preprocessor/repetition/detail/for.hpp details/boost/preprocessor/repetition/enum_trailing_params.hpp details/boost/preprocessor/repetition/repeat_from_to.hpp details/boost/preprocessor/repetition/enum_shifted_params.hpp details/boost/preprocessor/repetition/for.hpp details/boost/preprocessor/control/expr_if.hpp details/boost/preprocessor/control/if.hpp details/boost/preprocessor/control/detail/msvc/while.hpp details/boost/preprocessor/control/detail/edg/while.hpp details/boost/preprocessor/control/detail/dmc/while.hpp details/boost/preprocessor/control/detail/while.hpp details/boost/preprocessor/control/while.hpp details/boost/preprocessor/control/expr_iif.hpp details/boost/preprocessor/control/iif.hpp details/boost/preprocessor/seq/elem.hpp details/boost/preprocessor/seq/rest_n.hpp details/boost/preprocessor/seq/detail/split.hpp details/boost/preprocessor/seq/size.hpp details/boost/preprocessor/seq/seq.hpp details/boost/preprocessor/seq/fold_left.hpp details/boost/preprocessor/seq/subseq.hpp details/boost/preprocessor/seq/first_n.hpp details/boost/preprocessor/iteration/iterate.hpp details/boost/preprocessor/iteration/detail/iter/reverse3.hpp details/boost/preprocessor/iteration/detail/iter/forward4.hpp details/boost/preprocessor/iteration/detail/iter/forward3.hpp details/boost/preprocessor/iteration/detail/iter/forward1.hpp details/boost/preprocessor/iteration/detail/iter/reverse5.hpp details/boost/preprocessor/iteration/detail/iter/reverse2.hpp details/boost/preprocessor/iteration/detail/iter/reverse4.hpp details/boost/preprocessor/iteration/detail/iter/forward5.hpp details/boost/preprocessor/iteration/detail/iter/forward2.hpp details/boost/preprocessor/iteration/detail/iter/reverse1.hpp details/boost/preprocessor/iteration/detail/finish.hpp details/boost/preprocessor/iteration/detail/self.hpp details/boost/preprocessor/iteration/detail/local.hpp details/boost/preprocessor/iteration/detail/start.hpp details/boost/preprocessor/iteration/detail/rlocal.hpp details/boost/preprocessor/iteration/detail/bounds/upper3.hpp details/boost/preprocessor/iteration/detail/bounds/upper4.hpp details/boost/preprocessor/iteration/detail/bounds/lower2.hpp details/boost/preprocessor/iteration/detail/bounds/lower5.hpp details/boost/preprocessor/iteration/detail/bounds/lower4.hpp details/boost/preprocessor/iteration/detail/bounds/upper5.hpp details/boost/preprocessor/iteration/detail/bounds/upper2.hpp details/boost/preprocessor/iteration/detail/bounds/lower1.hpp details/boost/preprocessor/iteration/detail/bounds/lower3.hpp details/boost/preprocessor/iteration/detail/bounds/upper1.hpp details/boost/preprocessor/iteration/self.hpp details/boost/preprocessor/iteration/local.hpp details/boost/assert.hpp details/boost/LICENSE details/boost/README details/expat/ascii.h details/expat/asciitab.h details/expat/config.h details/expat/iasciitab.h details/expat/internal.h details/expat/latin1tab.h details/expat/nametab.h details/expat/utf8tab.h details/expat/xmlrole.h details/expat/xmltok.h details/expat/xmltok_impl.c details/expat/xmltok_impl.h details/expat/xmltok_ns.c details/expat/README details/expat/LICENSE details/genx/README details/genx/LICENSE libcutl-vc9.vcproj libcutl-vc10.vcxproj libcutl-vc10.vcxproj.filters +EXTRA_DIST = details/config-vc.h details/boost/static_assert.hpp details/boost/type_traits/add_const.hpp details/boost/type_traits/is_pointer.hpp details/boost/type_traits/is_abstract.hpp details/boost/type_traits/type_with_alignment.hpp details/boost/type_traits/remove_bounds.hpp details/boost/type_traits/remove_const.hpp details/boost/type_traits/is_pod.hpp details/boost/type_traits/add_lvalue_reference.hpp details/boost/type_traits/is_rvalue_reference.hpp details/boost/type_traits/is_array.hpp details/boost/type_traits/intrinsics.hpp details/boost/type_traits/is_function.hpp details/boost/type_traits/is_convertible.hpp details/boost/type_traits/is_lvalue_reference.hpp details/boost/type_traits/is_integral.hpp details/boost/type_traits/remove_pointer.hpp details/boost/type_traits/is_float.hpp details/boost/type_traits/msvc/remove_bounds.hpp details/boost/type_traits/msvc/remove_const.hpp details/boost/type_traits/msvc/remove_pointer.hpp details/boost/type_traits/msvc/remove_reference.hpp details/boost/type_traits/msvc/typeof.hpp details/boost/type_traits/msvc/remove_cv.hpp details/boost/type_traits/is_class.hpp details/boost/type_traits/alignment_of.hpp details/boost/type_traits/remove_reference.hpp details/boost/type_traits/is_void.hpp details/boost/type_traits/integral_constant.hpp details/boost/type_traits/is_const.hpp details/boost/type_traits/is_union.hpp details/boost/type_traits/is_polymorphic.hpp details/boost/type_traits/is_scalar.hpp details/boost/type_traits/is_arithmetic.hpp details/boost/type_traits/is_enum.hpp details/boost/type_traits/remove_cv.hpp details/boost/type_traits/is_same.hpp details/boost/type_traits/is_member_function_pointer.hpp details/boost/type_traits/broken_compiler_spec.hpp details/boost/type_traits/add_pointer.hpp details/boost/type_traits/is_reference.hpp details/boost/type_traits/ice.hpp details/boost/type_traits/is_volatile.hpp details/boost/type_traits/detail/yes_no_type.hpp details/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp details/boost/type_traits/detail/bool_trait_def.hpp details/boost/type_traits/detail/ice_or.hpp details/boost/type_traits/detail/size_t_trait_undef.hpp details/boost/type_traits/detail/type_trait_undef.hpp details/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp details/boost/type_traits/detail/bool_trait_undef.hpp details/boost/type_traits/detail/false_result.hpp details/boost/type_traits/detail/is_function_ptr_helper.hpp details/boost/type_traits/detail/wrap.hpp details/boost/type_traits/detail/ice_and.hpp details/boost/type_traits/detail/ice_eq.hpp details/boost/type_traits/detail/ice_not.hpp details/boost/type_traits/detail/cv_traits_impl.hpp details/boost/type_traits/detail/size_t_trait_def.hpp details/boost/type_traits/detail/type_trait_def.hpp details/boost/type_traits/detail/is_function_ptr_tester.hpp details/boost/type_traits/detail/template_arity_spec.hpp details/boost/type_traits/is_base_and_derived.hpp details/boost/type_traits/add_reference.hpp details/boost/type_traits/config.hpp details/boost/type_traits/add_rvalue_reference.hpp details/boost/type_traits/is_member_pointer.hpp details/boost/memory_order.hpp details/boost/regex_fwd.hpp details/boost/iterator/iterator_facade.hpp details/boost/iterator/iterator_categories.hpp details/boost/iterator/iterator_traits.hpp details/boost/iterator/detail/enable_if.hpp details/boost/iterator/detail/config_def.hpp details/boost/iterator/detail/config_undef.hpp details/boost/iterator/detail/facade_iterator_category.hpp details/boost/iterator/interoperable.hpp details/boost/scoped_array.hpp details/boost/iterator.hpp details/boost/limits.hpp details/boost/ref.hpp details/boost/config/compiler/sunpro_cc.hpp details/boost/config/compiler/hp_acc.hpp details/boost/config/compiler/codegear.hpp details/boost/config/compiler/pathscale.hpp details/boost/config/compiler/greenhills.hpp details/boost/config/compiler/compaq_cxx.hpp details/boost/config/compiler/intel.hpp details/boost/config/compiler/digitalmars.hpp details/boost/config/compiler/comeau.hpp details/boost/config/compiler/kai.hpp details/boost/config/compiler/common_edg.hpp details/boost/config/compiler/metrowerks.hpp details/boost/config/compiler/nvcc.hpp details/boost/config/compiler/mpw.hpp details/boost/config/compiler/visualc.hpp details/boost/config/compiler/gcc_xml.hpp details/boost/config/compiler/gcc.hpp details/boost/config/compiler/sgi_mipspro.hpp details/boost/config/compiler/pgi.hpp details/boost/config/compiler/cray.hpp details/boost/config/compiler/vacpp.hpp details/boost/config/compiler/clang.hpp details/boost/config/suffix.hpp details/boost/config/posix_features.hpp details/boost/config/abi/msvc_prefix.hpp details/boost/config/abi/msvc_suffix.hpp details/boost/config/abi_prefix.hpp details/boost/config/platform/hpux.hpp details/boost/config/platform/irix.hpp details/boost/config/platform/vms.hpp details/boost/config/platform/solaris.hpp details/boost/config/platform/macos.hpp details/boost/config/platform/symbian.hpp details/boost/config/platform/win32.hpp details/boost/config/platform/aix.hpp details/boost/config/platform/amigaos.hpp details/boost/config/platform/vxworks.hpp details/boost/config/platform/cygwin.hpp details/boost/config/platform/qnxnto.hpp details/boost/config/platform/linux.hpp details/boost/config/platform/beos.hpp details/boost/config/platform/cray.hpp details/boost/config/platform/bsd.hpp details/boost/config/requires_threads.hpp details/boost/config/no_tr1/functional.hpp details/boost/config/no_tr1/cmath.hpp details/boost/config/no_tr1/utility.hpp details/boost/config/no_tr1/complex.hpp details/boost/config/no_tr1/memory.hpp details/boost/config/abi_suffix.hpp details/boost/config/select_compiler_config.hpp details/boost/config/auto_link.hpp details/boost/config/warning_disable.hpp details/boost/config/stdlib/msl.hpp details/boost/config/stdlib/roguewave.hpp details/boost/config/stdlib/libcomo.hpp details/boost/config/stdlib/modena.hpp details/boost/config/stdlib/sgi.hpp details/boost/config/stdlib/stlport.hpp details/boost/config/stdlib/vacpp.hpp details/boost/config/stdlib/dinkumware.hpp details/boost/config/stdlib/libstdcpp3.hpp details/boost/config/stdlib/libcpp.hpp details/boost/config/user.hpp details/boost/config/select_platform_config.hpp details/boost/config/select_stdlib_config.hpp details/boost/regex/src/internals.hpp details/boost/regex/config/cwchar.hpp details/boost/regex/icu.hpp details/boost/regex/v4/u32regex_iterator.hpp details/boost/regex/v4/sub_match.hpp details/boost/regex/v4/u32regex_token_iterator.hpp details/boost/regex/v4/iterator_category.hpp details/boost/regex/v4/regex_replace.hpp details/boost/regex/v4/regbase.hpp details/boost/regex/v4/regex_fwd.hpp details/boost/regex/v4/perl_matcher.hpp details/boost/regex/v4/regex_format.hpp details/boost/regex/v4/instances.hpp details/boost/regex/v4/cpp_regex_traits.hpp details/boost/regex/v4/regex_split.hpp details/boost/regex/v4/error_type.hpp details/boost/regex/v4/regex.hpp details/boost/regex/v4/perl_matcher_recursive.hpp details/boost/regex/v4/regex_grep.hpp details/boost/regex/v4/regex_merge.hpp details/boost/regex/v4/basic_regex_creator.hpp details/boost/regex/v4/regex_raw_buffer.hpp details/boost/regex/v4/regex_workaround.hpp details/boost/regex/v4/perl_matcher_common.hpp details/boost/regex/v4/perl_matcher_non_recursive.hpp details/boost/regex/v4/char_regex_traits.hpp details/boost/regex/v4/iterator_traits.hpp details/boost/regex/v4/regex_token_iterator.hpp details/boost/regex/v4/w32_regex_traits.hpp details/boost/regex/v4/c_regex_traits.hpp details/boost/regex/v4/protected_call.hpp details/boost/regex/v4/match_results.hpp details/boost/regex/v4/regex_search.hpp details/boost/regex/v4/regex_match.hpp details/boost/regex/v4/fileiter.hpp details/boost/regex/v4/basic_regex_parser.hpp details/boost/regex/v4/cregex.hpp details/boost/regex/v4/regex_iterator.hpp details/boost/regex/v4/regex_traits.hpp details/boost/regex/v4/primary_transform.hpp details/boost/regex/v4/mem_block_cache.hpp details/boost/regex/v4/match_flags.hpp details/boost/regex/v4/syntax_type.hpp details/boost/regex/v4/states.hpp details/boost/regex/v4/regex_traits_defaults.hpp details/boost/regex/v4/basic_regex.hpp details/boost/regex/user.hpp details/boost/regex/pending/object_cache.hpp details/boost/regex/pending/unicode_iterator.hpp details/boost/regex/pending/static_mutex.hpp details/boost/regex/pattern_except.hpp details/boost/regex/regex_traits.hpp details/boost/regex/config.hpp details/boost/assert.hpp details/boost/integer_fwd.hpp details/boost/regex.hpp details/boost/throw_exception.hpp details/boost/integer.hpp details/boost/shared_ptr.hpp details/boost/tr1/regex.hpp details/boost/tr1/detail/config_all.hpp details/boost/tr1/detail/config.hpp details/boost/checked_delete.hpp details/boost/preprocessor/arithmetic/dec.hpp details/boost/preprocessor/arithmetic/inc.hpp details/boost/preprocessor/arithmetic/sub.hpp details/boost/preprocessor/arithmetic/add.hpp details/boost/preprocessor/iteration/self.hpp details/boost/preprocessor/iteration/local.hpp details/boost/preprocessor/iteration/detail/rlocal.hpp details/boost/preprocessor/iteration/detail/iter/reverse4.hpp details/boost/preprocessor/iteration/detail/iter/reverse2.hpp details/boost/preprocessor/iteration/detail/iter/forward4.hpp details/boost/preprocessor/iteration/detail/iter/forward1.hpp details/boost/preprocessor/iteration/detail/iter/reverse1.hpp details/boost/preprocessor/iteration/detail/iter/forward5.hpp details/boost/preprocessor/iteration/detail/iter/reverse5.hpp details/boost/preprocessor/iteration/detail/iter/forward2.hpp details/boost/preprocessor/iteration/detail/iter/forward3.hpp details/boost/preprocessor/iteration/detail/iter/reverse3.hpp details/boost/preprocessor/iteration/detail/self.hpp details/boost/preprocessor/iteration/detail/finish.hpp details/boost/preprocessor/iteration/detail/local.hpp details/boost/preprocessor/iteration/detail/bounds/upper2.hpp details/boost/preprocessor/iteration/detail/bounds/lower5.hpp details/boost/preprocessor/iteration/detail/bounds/upper3.hpp details/boost/preprocessor/iteration/detail/bounds/upper1.hpp details/boost/preprocessor/iteration/detail/bounds/upper4.hpp details/boost/preprocessor/iteration/detail/bounds/upper5.hpp details/boost/preprocessor/iteration/detail/bounds/lower3.hpp details/boost/preprocessor/iteration/detail/bounds/lower2.hpp details/boost/preprocessor/iteration/detail/bounds/lower4.hpp details/boost/preprocessor/iteration/detail/bounds/lower1.hpp details/boost/preprocessor/iteration/detail/start.hpp details/boost/preprocessor/iteration/iterate.hpp details/boost/preprocessor/expr_if.hpp details/boost/preprocessor/cat.hpp details/boost/preprocessor/debug/error.hpp details/boost/preprocessor/empty.hpp details/boost/preprocessor/repeat.hpp details/boost/preprocessor/dec.hpp details/boost/preprocessor/config/config.hpp details/boost/preprocessor/variadic/size.hpp details/boost/preprocessor/variadic/elem.hpp details/boost/preprocessor/comma_if.hpp details/boost/preprocessor/identity.hpp details/boost/preprocessor/enum_params.hpp details/boost/preprocessor/tuple/eat.hpp details/boost/preprocessor/tuple/to_list.hpp details/boost/preprocessor/tuple/rem.hpp details/boost/preprocessor/tuple/elem.hpp details/boost/preprocessor/control/expr_iif.hpp details/boost/preprocessor/control/expr_if.hpp details/boost/preprocessor/control/while.hpp details/boost/preprocessor/control/iif.hpp details/boost/preprocessor/control/if.hpp details/boost/preprocessor/control/detail/msvc/while.hpp details/boost/preprocessor/control/detail/dmc/while.hpp details/boost/preprocessor/control/detail/edg/while.hpp details/boost/preprocessor/control/detail/while.hpp details/boost/preprocessor/slot/detail/slot5.hpp details/boost/preprocessor/slot/detail/slot4.hpp details/boost/preprocessor/slot/detail/def.hpp details/boost/preprocessor/slot/detail/shared.hpp details/boost/preprocessor/slot/detail/slot3.hpp details/boost/preprocessor/slot/detail/counter.hpp details/boost/preprocessor/slot/detail/slot2.hpp details/boost/preprocessor/slot/detail/slot1.hpp details/boost/preprocessor/slot/slot.hpp details/boost/preprocessor/repetition/repeat.hpp details/boost/preprocessor/repetition/enum_params.hpp details/boost/preprocessor/repetition/enum_trailing_params.hpp details/boost/preprocessor/repetition/repeat_from_to.hpp details/boost/preprocessor/repetition/detail/msvc/for.hpp details/boost/preprocessor/repetition/detail/dmc/for.hpp details/boost/preprocessor/repetition/detail/edg/for.hpp details/boost/preprocessor/repetition/detail/for.hpp details/boost/preprocessor/repetition/for.hpp details/boost/preprocessor/repetition/enum_shifted_params.hpp details/boost/preprocessor/punctuation/comma_if.hpp details/boost/preprocessor/punctuation/comma.hpp details/boost/preprocessor/inc.hpp details/boost/preprocessor/facilities/empty.hpp details/boost/preprocessor/facilities/identity.hpp details/boost/preprocessor/facilities/overload.hpp details/boost/preprocessor/logical/bitand.hpp details/boost/preprocessor/logical/and.hpp details/boost/preprocessor/logical/bool.hpp details/boost/preprocessor/logical/compl.hpp details/boost/preprocessor/detail/auto_rec.hpp details/boost/preprocessor/detail/dmc/auto_rec.hpp details/boost/preprocessor/detail/is_binary.hpp details/boost/preprocessor/detail/check.hpp details/boost/preprocessor/iterate.hpp details/boost/preprocessor/seq/first_n.hpp details/boost/preprocessor/seq/seq.hpp details/boost/preprocessor/seq/fold_left.hpp details/boost/preprocessor/seq/rest_n.hpp details/boost/preprocessor/seq/subseq.hpp details/boost/preprocessor/seq/size.hpp details/boost/preprocessor/seq/detail/split.hpp details/boost/preprocessor/seq/elem.hpp details/boost/preprocessor/list/for_each_i.hpp details/boost/preprocessor/list/adt.hpp details/boost/preprocessor/list/fold_left.hpp details/boost/preprocessor/list/reverse.hpp details/boost/preprocessor/list/append.hpp details/boost/preprocessor/list/detail/fold_left.hpp details/boost/preprocessor/list/detail/dmc/fold_left.hpp details/boost/preprocessor/list/detail/edg/fold_left.hpp details/boost/preprocessor/list/detail/edg/fold_right.hpp details/boost/preprocessor/list/detail/fold_right.hpp details/boost/preprocessor/list/transform.hpp details/boost/preprocessor/list/fold_right.hpp details/boost/preprocessor/enum_shifted_params.hpp details/boost/preprocessor/stringize.hpp details/boost/preprocessor/array/data.hpp details/boost/preprocessor/array/size.hpp details/boost/preprocessor/array/elem.hpp details/boost/utility/enable_if.hpp details/boost/utility/addressof.hpp details/boost/integer/static_log2.hpp details/boost/mpl/void.hpp details/boost/mpl/bind_fwd.hpp details/boost/mpl/protect.hpp details/boost/mpl/eval_if.hpp details/boost/mpl/bool_fwd.hpp details/boost/mpl/int_fwd.hpp details/boost/mpl/has_xxx.hpp details/boost/mpl/apply_wrap.hpp details/boost/mpl/assert.hpp details/boost/mpl/limits/arity.hpp details/boost/mpl/not.hpp details/boost/mpl/and.hpp details/boost/mpl/int.hpp details/boost/mpl/bind.hpp details/boost/mpl/identity.hpp details/boost/mpl/is_placeholder.hpp details/boost/mpl/arg.hpp details/boost/mpl/aux_/full_lambda.hpp details/boost/mpl/aux_/has_type.hpp details/boost/mpl/aux_/count_args.hpp details/boost/mpl/aux_/nested_type_wknd.hpp details/boost/mpl/aux_/na_assert.hpp details/boost/mpl/aux_/config/ttp.hpp details/boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp details/boost/mpl/aux_/config/use_preprocessed.hpp details/boost/mpl/aux_/config/dtp.hpp details/boost/mpl/aux_/config/preprocessor.hpp details/boost/mpl/aux_/config/nttp.hpp details/boost/mpl/aux_/config/arrays.hpp details/boost/mpl/aux_/config/has_xxx.hpp details/boost/mpl/aux_/config/intel.hpp details/boost/mpl/aux_/config/bind.hpp details/boost/mpl/aux_/config/has_apply.hpp details/boost/mpl/aux_/config/ctps.hpp details/boost/mpl/aux_/config/static_constant.hpp details/boost/mpl/aux_/config/msvc_typename.hpp details/boost/mpl/aux_/config/eti.hpp details/boost/mpl/aux_/config/msvc.hpp details/boost/mpl/aux_/config/overload_resolution.hpp details/boost/mpl/aux_/config/compiler.hpp details/boost/mpl/aux_/config/pp_counter.hpp details/boost/mpl/aux_/config/lambda.hpp details/boost/mpl/aux_/config/gcc.hpp details/boost/mpl/aux_/config/integral.hpp details/boost/mpl/aux_/config/workaround.hpp details/boost/mpl/aux_/config/adl.hpp details/boost/mpl/aux_/msvc_is_class.hpp details/boost/mpl/aux_/msvc_never_true.hpp details/boost/mpl/aux_/common_name_wknd.hpp details/boost/mpl/aux_/na_fwd.hpp details/boost/mpl/aux_/has_apply.hpp details/boost/mpl/aux_/lambda_no_ctps.hpp details/boost/mpl/aux_/static_cast.hpp details/boost/mpl/aux_/arg_typedef.hpp details/boost/mpl/aux_/value_wknd.hpp details/boost/mpl/aux_/integral_wrapper.hpp details/boost/mpl/aux_/arity.hpp details/boost/mpl/aux_/preprocessor/default_params.hpp details/boost/mpl/aux_/preprocessor/repeat.hpp details/boost/mpl/aux_/preprocessor/tuple.hpp details/boost/mpl/aux_/preprocessor/ext_params.hpp details/boost/mpl/aux_/preprocessor/partial_spec_params.hpp details/boost/mpl/aux_/preprocessor/range.hpp details/boost/mpl/aux_/preprocessor/enum.hpp details/boost/mpl/aux_/preprocessor/params.hpp details/boost/mpl/aux_/preprocessor/sub.hpp details/boost/mpl/aux_/preprocessor/def_params_tail.hpp details/boost/mpl/aux_/preprocessor/add.hpp details/boost/mpl/aux_/preprocessor/filter_params.hpp details/boost/mpl/aux_/logical_op.hpp details/boost/mpl/aux_/include_preprocessed.hpp details/boost/mpl/aux_/type_wrapper.hpp details/boost/mpl/aux_/template_arity.hpp details/boost/mpl/aux_/lambda_arity_param.hpp details/boost/mpl/aux_/msvc_dtw.hpp details/boost/mpl/aux_/adl_barrier.hpp details/boost/mpl/aux_/template_arity_fwd.hpp details/boost/mpl/aux_/na_spec.hpp details/boost/mpl/aux_/yes_no.hpp details/boost/mpl/aux_/has_rebind.hpp details/boost/mpl/aux_/arity_spec.hpp details/boost/mpl/aux_/nttp_decl.hpp details/boost/mpl/aux_/na.hpp details/boost/mpl/aux_/lambda_support.hpp details/boost/mpl/next.hpp details/boost/mpl/integral_c.hpp details/boost/mpl/void_fwd.hpp details/boost/mpl/apply.hpp details/boost/mpl/arg_fwd.hpp details/boost/mpl/bool.hpp details/boost/mpl/size_t.hpp details/boost/mpl/lambda.hpp details/boost/mpl/lambda_fwd.hpp details/boost/mpl/apply_fwd.hpp details/boost/mpl/integral_c_tag.hpp details/boost/mpl/next_prior.hpp details/boost/mpl/if.hpp details/boost/mpl/always.hpp details/boost/mpl/size_t_fwd.hpp details/boost/mpl/placeholders.hpp details/boost/mpl/quote.hpp details/boost/mpl/integral_c_fwd.hpp details/boost/mpl/or.hpp details/boost/current_function.hpp details/boost/smart_ptr/bad_weak_ptr.hpp details/boost/smart_ptr/scoped_array.hpp details/boost/smart_ptr/shared_ptr.hpp details/boost/smart_ptr/scoped_ptr.hpp details/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp details/boost/smart_ptr/detail/sp_has_sync.hpp details/boost/smart_ptr/detail/lightweight_mutex.hpp details/boost/smart_ptr/detail/sp_counted_base_nt.hpp details/boost/smart_ptr/detail/yield_k.hpp details/boost/smart_ptr/detail/quick_allocator.hpp details/boost/smart_ptr/detail/spinlock_gcc_arm.hpp details/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp details/boost/smart_ptr/detail/shared_ptr_nmt.hpp details/boost/smart_ptr/detail/atomic_count.hpp details/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp details/boost/smart_ptr/detail/sp_counted_base.hpp details/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp details/boost/smart_ptr/detail/spinlock_nt.hpp details/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp details/boost/smart_ptr/detail/spinlock_sync.hpp details/boost/smart_ptr/detail/lwm_nop.hpp details/boost/smart_ptr/detail/sp_counted_base_spin.hpp details/boost/smart_ptr/detail/shared_count.hpp details/boost/smart_ptr/detail/spinlock_pool.hpp details/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp details/boost/smart_ptr/detail/operator_bool.hpp details/boost/smart_ptr/detail/sp_counted_base_w32.hpp details/boost/smart_ptr/detail/spinlock_w32.hpp details/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp details/boost/smart_ptr/detail/atomic_count_gcc.hpp details/boost/smart_ptr/detail/sp_counted_base_sync.hpp details/boost/smart_ptr/detail/atomic_count_sync.hpp details/boost/smart_ptr/detail/atomic_count_win32.hpp details/boost/smart_ptr/detail/atomic_count_pthreads.hpp details/boost/smart_ptr/detail/spinlock_pt.hpp details/boost/smart_ptr/detail/sp_nullptr_t.hpp details/boost/smart_ptr/detail/sp_convertible.hpp details/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp details/boost/smart_ptr/detail/sp_counted_base_aix.hpp details/boost/smart_ptr/detail/sp_counted_impl.hpp details/boost/smart_ptr/detail/sp_counted_base_pt.hpp details/boost/smart_ptr/detail/lwm_pthreads.hpp details/boost/smart_ptr/detail/spinlock.hpp details/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp details/boost/smart_ptr/detail/lwm_win32_cs.hpp details/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp details/boost/version.hpp details/boost/cstdint.hpp details/boost/integer_traits.hpp details/boost/scoped_ptr.hpp details/boost/exception/exception.hpp details/boost/exception/detail/attribute_noreturn.hpp details/boost/type.hpp details/boost/cregex.hpp details/boost/non_type.hpp details/boost/detail/lightweight_mutex.hpp details/boost/detail/iterator.hpp details/boost/detail/interlocked.hpp details/boost/detail/container_fwd.hpp details/boost/detail/indirect_traits.hpp details/boost/detail/is_function_ref_tester.hpp details/boost/detail/sp_typeinfo.hpp details/boost/detail/workaround.hpp details/boost/functional/hash/hash_fwd.hpp details/boost/functional/hash/extensions.hpp details/boost/functional/hash/detail/limits.hpp details/boost/functional/hash/detail/hash_float.hpp details/boost/functional/hash/detail/float_functions.hpp details/boost/functional/hash/hash.hpp details/boost/functional/hash.hpp details/boost/config.hpp details/boost/LICENSE details/boost/README details/expat/ascii.h details/expat/asciitab.h details/expat/config.h details/expat/iasciitab.h details/expat/internal.h details/expat/latin1tab.h details/expat/nametab.h details/expat/utf8tab.h details/expat/xmlrole.h details/expat/xmltok.h details/expat/xmltok_impl.c details/expat/xmltok_impl.h details/expat/xmltok_ns.c details/expat/README details/expat/LICENSE details/genx/README details/genx/LICENSE libcutl-vc9.vcproj libcutl-vc10.vcxproj libcutl-vc10.vcxproj.filters cutlincludedir = $(includedir)/cutl lib_LTLIBRARIES = libcutl.la libcutl_la_SOURCES = exception.cxx shared-ptr/base.cxx fs/exception.cxx fs/path.cxx fs/auto-remove.cxx re/re.cxx xml/qname.cxx xml/parser.cxx xml/serializer.cxx xml/value-traits.cxx compiler/context.cxx compiler/type-info.cxx compiler/cxx-indenter.cxx -nobase_cutlinclude_HEADERS = shared-ptr/base.txx shared-ptr/base.ixx shared-ptr/base.hxx re/re.txx exception.hxx xml/parser.hxx xml/exception.hxx xml/value-traits.hxx xml/parser.ixx xml/serializer.ixx xml/value-traits.txx xml/serializer.hxx xml/parser.txx xml/qname.hxx meta/remove-cv.hxx meta/class-p.hxx meta/remove-c.hxx meta/polymorphic-p.hxx meta/answer.hxx meta/remove-p.hxx meta/remove-v.hxx shared-ptr.hxx compiler/type-id.hxx compiler/type-info.ixx compiler/traversal.hxx compiler/traversal.txx compiler/type-id.ixx compiler/type-info.hxx compiler/code-stream.txx compiler/type-id.txx compiler/sloc-counter.txx compiler/context.txx compiler/cxx-indenter.hxx compiler/cxx-indenter.ixx compiler/code-stream.hxx compiler/sloc-counter.hxx compiler/cxx-indenter.txx compiler/context.hxx static-ptr.hxx details/export.hxx details/config.hxx fs/exception.hxx fs/path.ixx fs/path.hxx fs/auto-remove.hxx fs/path.txx container/key.hxx container/pointer-iterator.hxx container/map-iterator.hxx container/graph.txx container/graph.hxx container/any.hxx container/multi-index.hxx re.hxx +nobase_cutlinclude_HEADERS = xml/exception.hxx xml/parser.txx xml/value-traits.txx xml/serializer.ixx xml/parser.hxx xml/parser.ixx xml/qname.hxx xml/serializer.hxx xml/value-traits.hxx exception.hxx re/re.txx static-ptr.hxx meta/class-p.hxx meta/remove-cv.hxx meta/answer.hxx meta/remove-p.hxx meta/remove-c.hxx meta/remove-v.hxx meta/polymorphic-p.hxx compiler/context.txx compiler/sloc-counter.hxx compiler/traversal.txx compiler/cxx-indenter.txx compiler/type-id.hxx compiler/cxx-indenter.hxx compiler/type-id.ixx compiler/sloc-counter.txx compiler/cxx-indenter.ixx compiler/type-id.txx compiler/code-stream.hxx compiler/code-stream.txx compiler/type-info.hxx compiler/context.hxx compiler/traversal.hxx compiler/type-info.ixx fs/exception.hxx fs/path.hxx fs/path.ixx fs/path.txx fs/auto-remove.hxx shared-ptr/base.txx shared-ptr/base.hxx shared-ptr/base.ixx container/any.hxx container/graph.hxx container/pointer-iterator.hxx container/multi-index.hxx container/key.hxx container/map-iterator.hxx container/graph.txx re.hxx shared-ptr.hxx details/export.hxx details/config.hxx nobase_nodist_cutlinclude_HEADERS = details/config.h if !LIBCUTL_EXTERNAL_BOOST @@ -25,4 +25,4 @@ nobase_cutlinclude_HEADERS += details/genx/genx.h AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -DLIBCUTL_DYNAMIC_LIB -AM_LDFLAGS = -release 1.8 -no-undefined +AM_LDFLAGS = -release 1.10 -no-undefined diff -Nru libcutl-1.8.1+ds1/cutl/Makefile.in libcutl-1.10.0+ds1/cutl/Makefile.in --- libcutl-1.8.1+ds1/cutl/Makefile.in 2014-07-21 08:16:03.000000000 +0000 +++ libcutl-1.10.0+ds1/cutl/Makefile.in 2015-11-24 13:45:55.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.12.6 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,23 +20,51 @@ VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -59,9 +87,9 @@ @LIBCUTL_EXTERNAL_EXPAT_FALSE@am__append_2 = details/expat/xmlparse.c details/expat/xmlrole.c details/expat/xmltok.c @LIBCUTL_EXTERNAL_EXPAT_FALSE@am__append_3 = details/expat/expat.h details/expat/expat_external.h subdir = cutl -DIST_COMMON = $(am__nobase_cutlinclude_HEADERS_DIST) \ - $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(srcdir)/config.h.in $(top_srcdir)/config/depcomp +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(srcdir)/config.h.in $(top_srcdir)/config/depcomp \ + $(am__nobase_cutlinclude_HEADERS_DIST) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \ $(top_srcdir)/m4/disable-rpath.m4 $(top_srcdir)/m4/libboost.m4 \ @@ -162,28 +190,62 @@ compiler/cxx-indenter.lo $(am__objects_1) $(am__objects_2) \ details/genx/genx.lo details/genx/char-props.lo libcutl_la_OBJECTS = $(am_libcutl_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = depcomp = $(SHELL) $(top_srcdir)/config/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = CXXLD = $(CXX) -CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = SOURCES = $(libcutl_la_SOURCES) DIST_SOURCES = $(am__libcutl_la_SOURCES_DIST) am__can_run_installinfo = \ @@ -191,36 +253,55 @@ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac -am__nobase_cutlinclude_HEADERS_DIST = shared-ptr/base.txx \ - shared-ptr/base.ixx shared-ptr/base.hxx re/re.txx \ - exception.hxx xml/parser.hxx xml/exception.hxx \ - xml/value-traits.hxx xml/parser.ixx xml/serializer.ixx \ - xml/value-traits.txx xml/serializer.hxx xml/parser.txx \ - xml/qname.hxx meta/remove-cv.hxx meta/class-p.hxx \ - meta/remove-c.hxx meta/polymorphic-p.hxx meta/answer.hxx \ - meta/remove-p.hxx meta/remove-v.hxx shared-ptr.hxx \ - compiler/type-id.hxx compiler/type-info.ixx \ - compiler/traversal.hxx compiler/traversal.txx \ - compiler/type-id.ixx compiler/type-info.hxx \ - compiler/code-stream.txx compiler/type-id.txx \ - compiler/sloc-counter.txx compiler/context.txx \ - compiler/cxx-indenter.hxx compiler/cxx-indenter.ixx \ - compiler/code-stream.hxx compiler/sloc-counter.hxx \ - compiler/cxx-indenter.txx compiler/context.hxx static-ptr.hxx \ - details/export.hxx details/config.hxx fs/exception.hxx \ - fs/path.ixx fs/path.hxx fs/auto-remove.hxx fs/path.txx \ - container/key.hxx container/pointer-iterator.hxx \ - container/map-iterator.hxx container/graph.txx \ - container/graph.hxx container/any.hxx \ - container/multi-index.hxx re.hxx details/expat/expat.h \ - details/expat/expat_external.h details/genx/genx.h +am__nobase_cutlinclude_HEADERS_DIST = xml/exception.hxx xml/parser.txx \ + xml/value-traits.txx xml/serializer.ixx xml/parser.hxx \ + xml/parser.ixx xml/qname.hxx xml/serializer.hxx \ + xml/value-traits.hxx exception.hxx re/re.txx static-ptr.hxx \ + meta/class-p.hxx meta/remove-cv.hxx meta/answer.hxx \ + meta/remove-p.hxx meta/remove-c.hxx meta/remove-v.hxx \ + meta/polymorphic-p.hxx compiler/context.txx \ + compiler/sloc-counter.hxx compiler/traversal.txx \ + compiler/cxx-indenter.txx compiler/type-id.hxx \ + compiler/cxx-indenter.hxx compiler/type-id.ixx \ + compiler/sloc-counter.txx compiler/cxx-indenter.ixx \ + compiler/type-id.txx compiler/code-stream.hxx \ + compiler/code-stream.txx compiler/type-info.hxx \ + compiler/context.hxx compiler/traversal.hxx \ + compiler/type-info.ixx fs/exception.hxx fs/path.hxx \ + fs/path.ixx fs/path.txx fs/auto-remove.hxx shared-ptr/base.txx \ + shared-ptr/base.hxx shared-ptr/base.ixx container/any.hxx \ + container/graph.hxx container/pointer-iterator.hxx \ + container/multi-index.hxx container/key.hxx \ + container/map-iterator.hxx container/graph.txx re.hxx \ + shared-ptr.hxx details/export.hxx details/config.hxx \ + details/expat/expat.h details/expat/expat_external.h \ + details/genx/genx.h HEADERS = $(nobase_cutlinclude_HEADERS) \ $(nobase_nodist_cutlinclude_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ + $(LISP)config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ @@ -343,494 +424,493 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = details/config-vc.h details/boost/integer_fwd.hpp \ - details/boost/functional/hash/extensions.hpp \ - details/boost/functional/hash/detail/limits.hpp \ - details/boost/functional/hash/detail/float_functions.hpp \ - details/boost/functional/hash/detail/hash_float.hpp \ - details/boost/functional/hash/hash.hpp \ - details/boost/functional/hash/hash_fwd.hpp \ - details/boost/functional/hash.hpp details/boost/config.hpp \ - details/boost/regex/config.hpp \ +EXTRA_DIST = details/config-vc.h details/boost/static_assert.hpp \ + details/boost/type_traits/add_const.hpp \ + details/boost/type_traits/is_pointer.hpp \ + details/boost/type_traits/is_abstract.hpp \ + details/boost/type_traits/type_with_alignment.hpp \ + details/boost/type_traits/remove_bounds.hpp \ + details/boost/type_traits/remove_const.hpp \ + details/boost/type_traits/is_pod.hpp \ + details/boost/type_traits/add_lvalue_reference.hpp \ + details/boost/type_traits/is_rvalue_reference.hpp \ + details/boost/type_traits/is_array.hpp \ + details/boost/type_traits/intrinsics.hpp \ + details/boost/type_traits/is_function.hpp \ + details/boost/type_traits/is_convertible.hpp \ + details/boost/type_traits/is_lvalue_reference.hpp \ + details/boost/type_traits/is_integral.hpp \ + details/boost/type_traits/remove_pointer.hpp \ + details/boost/type_traits/is_float.hpp \ + details/boost/type_traits/msvc/remove_bounds.hpp \ + details/boost/type_traits/msvc/remove_const.hpp \ + details/boost/type_traits/msvc/remove_pointer.hpp \ + details/boost/type_traits/msvc/remove_reference.hpp \ + details/boost/type_traits/msvc/typeof.hpp \ + details/boost/type_traits/msvc/remove_cv.hpp \ + details/boost/type_traits/is_class.hpp \ + details/boost/type_traits/alignment_of.hpp \ + details/boost/type_traits/remove_reference.hpp \ + details/boost/type_traits/is_void.hpp \ + details/boost/type_traits/integral_constant.hpp \ + details/boost/type_traits/is_const.hpp \ + details/boost/type_traits/is_union.hpp \ + details/boost/type_traits/is_polymorphic.hpp \ + details/boost/type_traits/is_scalar.hpp \ + details/boost/type_traits/is_arithmetic.hpp \ + details/boost/type_traits/is_enum.hpp \ + details/boost/type_traits/remove_cv.hpp \ + details/boost/type_traits/is_same.hpp \ + details/boost/type_traits/is_member_function_pointer.hpp \ + details/boost/type_traits/broken_compiler_spec.hpp \ + details/boost/type_traits/add_pointer.hpp \ + details/boost/type_traits/is_reference.hpp \ + details/boost/type_traits/ice.hpp \ + details/boost/type_traits/is_volatile.hpp \ + details/boost/type_traits/detail/yes_no_type.hpp \ + details/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp \ + details/boost/type_traits/detail/bool_trait_def.hpp \ + details/boost/type_traits/detail/ice_or.hpp \ + details/boost/type_traits/detail/size_t_trait_undef.hpp \ + details/boost/type_traits/detail/type_trait_undef.hpp \ + details/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \ + details/boost/type_traits/detail/bool_trait_undef.hpp \ + details/boost/type_traits/detail/false_result.hpp \ + details/boost/type_traits/detail/is_function_ptr_helper.hpp \ + details/boost/type_traits/detail/wrap.hpp \ + details/boost/type_traits/detail/ice_and.hpp \ + details/boost/type_traits/detail/ice_eq.hpp \ + details/boost/type_traits/detail/ice_not.hpp \ + details/boost/type_traits/detail/cv_traits_impl.hpp \ + details/boost/type_traits/detail/size_t_trait_def.hpp \ + details/boost/type_traits/detail/type_trait_def.hpp \ + details/boost/type_traits/detail/is_function_ptr_tester.hpp \ + details/boost/type_traits/detail/template_arity_spec.hpp \ + details/boost/type_traits/is_base_and_derived.hpp \ + details/boost/type_traits/add_reference.hpp \ + details/boost/type_traits/config.hpp \ + details/boost/type_traits/add_rvalue_reference.hpp \ + details/boost/type_traits/is_member_pointer.hpp \ + details/boost/memory_order.hpp details/boost/regex_fwd.hpp \ + details/boost/iterator/iterator_facade.hpp \ + details/boost/iterator/iterator_categories.hpp \ + details/boost/iterator/iterator_traits.hpp \ + details/boost/iterator/detail/enable_if.hpp \ + details/boost/iterator/detail/config_def.hpp \ + details/boost/iterator/detail/config_undef.hpp \ + details/boost/iterator/detail/facade_iterator_category.hpp \ + details/boost/iterator/interoperable.hpp \ + details/boost/scoped_array.hpp details/boost/iterator.hpp \ + details/boost/limits.hpp details/boost/ref.hpp \ + details/boost/config/compiler/sunpro_cc.hpp \ + details/boost/config/compiler/hp_acc.hpp \ + details/boost/config/compiler/codegear.hpp \ + details/boost/config/compiler/pathscale.hpp \ + details/boost/config/compiler/greenhills.hpp \ + details/boost/config/compiler/compaq_cxx.hpp \ + details/boost/config/compiler/intel.hpp \ + details/boost/config/compiler/digitalmars.hpp \ + details/boost/config/compiler/comeau.hpp \ + details/boost/config/compiler/kai.hpp \ + details/boost/config/compiler/common_edg.hpp \ + details/boost/config/compiler/metrowerks.hpp \ + details/boost/config/compiler/nvcc.hpp \ + details/boost/config/compiler/mpw.hpp \ + details/boost/config/compiler/visualc.hpp \ + details/boost/config/compiler/gcc_xml.hpp \ + details/boost/config/compiler/gcc.hpp \ + details/boost/config/compiler/sgi_mipspro.hpp \ + details/boost/config/compiler/pgi.hpp \ + details/boost/config/compiler/cray.hpp \ + details/boost/config/compiler/vacpp.hpp \ + details/boost/config/compiler/clang.hpp \ + details/boost/config/suffix.hpp \ + details/boost/config/posix_features.hpp \ + details/boost/config/abi/msvc_prefix.hpp \ + details/boost/config/abi/msvc_suffix.hpp \ + details/boost/config/abi_prefix.hpp \ + details/boost/config/platform/hpux.hpp \ + details/boost/config/platform/irix.hpp \ + details/boost/config/platform/vms.hpp \ + details/boost/config/platform/solaris.hpp \ + details/boost/config/platform/macos.hpp \ + details/boost/config/platform/symbian.hpp \ + details/boost/config/platform/win32.hpp \ + details/boost/config/platform/aix.hpp \ + details/boost/config/platform/amigaos.hpp \ + details/boost/config/platform/vxworks.hpp \ + details/boost/config/platform/cygwin.hpp \ + details/boost/config/platform/qnxnto.hpp \ + details/boost/config/platform/linux.hpp \ + details/boost/config/platform/beos.hpp \ + details/boost/config/platform/cray.hpp \ + details/boost/config/platform/bsd.hpp \ + details/boost/config/requires_threads.hpp \ + details/boost/config/no_tr1/functional.hpp \ + details/boost/config/no_tr1/cmath.hpp \ + details/boost/config/no_tr1/utility.hpp \ + details/boost/config/no_tr1/complex.hpp \ + details/boost/config/no_tr1/memory.hpp \ + details/boost/config/abi_suffix.hpp \ + details/boost/config/select_compiler_config.hpp \ + details/boost/config/auto_link.hpp \ + details/boost/config/warning_disable.hpp \ + details/boost/config/stdlib/msl.hpp \ + details/boost/config/stdlib/roguewave.hpp \ + details/boost/config/stdlib/libcomo.hpp \ + details/boost/config/stdlib/modena.hpp \ + details/boost/config/stdlib/sgi.hpp \ + details/boost/config/stdlib/stlport.hpp \ + details/boost/config/stdlib/vacpp.hpp \ + details/boost/config/stdlib/dinkumware.hpp \ + details/boost/config/stdlib/libstdcpp3.hpp \ + details/boost/config/stdlib/libcpp.hpp \ + details/boost/config/user.hpp \ + details/boost/config/select_platform_config.hpp \ + details/boost/config/select_stdlib_config.hpp \ details/boost/regex/src/internals.hpp \ details/boost/regex/config/cwchar.hpp \ - details/boost/regex/v4/match_flags.hpp \ - details/boost/regex/v4/basic_regex.hpp \ - details/boost/regex/v4/instances.hpp \ - details/boost/regex/v4/perl_matcher.hpp \ - details/boost/regex/v4/match_results.hpp \ - details/boost/regex/v4/regex_merge.hpp \ - details/boost/regex/v4/syntax_type.hpp \ - details/boost/regex/v4/cpp_regex_traits.hpp \ + details/boost/regex/icu.hpp \ + details/boost/regex/v4/u32regex_iterator.hpp \ + details/boost/regex/v4/sub_match.hpp \ + details/boost/regex/v4/u32regex_token_iterator.hpp \ + details/boost/regex/v4/iterator_category.hpp \ + details/boost/regex/v4/regex_replace.hpp \ details/boost/regex/v4/regbase.hpp \ details/boost/regex/v4/regex_fwd.hpp \ - details/boost/regex/v4/sub_match.hpp \ + details/boost/regex/v4/perl_matcher.hpp \ + details/boost/regex/v4/regex_format.hpp \ + details/boost/regex/v4/instances.hpp \ + details/boost/regex/v4/cpp_regex_traits.hpp \ + details/boost/regex/v4/regex_split.hpp \ + details/boost/regex/v4/error_type.hpp \ details/boost/regex/v4/regex.hpp \ - details/boost/regex/v4/protected_call.hpp \ - details/boost/regex/v4/regex_traits_defaults.hpp \ - details/boost/regex/v4/regex_replace.hpp \ - details/boost/regex/v4/u32regex_iterator.hpp \ + details/boost/regex/v4/perl_matcher_recursive.hpp \ + details/boost/regex/v4/regex_grep.hpp \ + details/boost/regex/v4/regex_merge.hpp \ details/boost/regex/v4/basic_regex_creator.hpp \ - details/boost/regex/v4/cregex.hpp \ - details/boost/regex/v4/regex_match.hpp \ details/boost/regex/v4/regex_raw_buffer.hpp \ - details/boost/regex/v4/mem_block_cache.hpp \ - details/boost/regex/v4/basic_regex_parser.hpp \ - details/boost/regex/v4/u32regex_token_iterator.hpp \ - details/boost/regex/v4/primary_transform.hpp \ + details/boost/regex/v4/regex_workaround.hpp \ details/boost/regex/v4/perl_matcher_common.hpp \ + details/boost/regex/v4/perl_matcher_non_recursive.hpp \ + details/boost/regex/v4/char_regex_traits.hpp \ + details/boost/regex/v4/iterator_traits.hpp \ details/boost/regex/v4/regex_token_iterator.hpp \ - details/boost/regex/v4/perl_matcher_recursive.hpp \ - details/boost/regex/v4/states.hpp \ - details/boost/regex/v4/fileiter.hpp \ - details/boost/regex/v4/regex_format.hpp \ + details/boost/regex/v4/w32_regex_traits.hpp \ details/boost/regex/v4/c_regex_traits.hpp \ - details/boost/regex/v4/perl_matcher_non_recursive.hpp \ + details/boost/regex/v4/protected_call.hpp \ + details/boost/regex/v4/match_results.hpp \ details/boost/regex/v4/regex_search.hpp \ - details/boost/regex/v4/regex_grep.hpp \ - details/boost/regex/v4/regex_workaround.hpp \ + details/boost/regex/v4/regex_match.hpp \ + details/boost/regex/v4/fileiter.hpp \ + details/boost/regex/v4/basic_regex_parser.hpp \ + details/boost/regex/v4/cregex.hpp \ details/boost/regex/v4/regex_iterator.hpp \ - details/boost/regex/v4/w32_regex_traits.hpp \ - details/boost/regex/v4/char_regex_traits.hpp \ - details/boost/regex/v4/iterator_traits.hpp \ - details/boost/regex/v4/error_type.hpp \ details/boost/regex/v4/regex_traits.hpp \ - details/boost/regex/v4/iterator_category.hpp \ - details/boost/regex/v4/regex_split.hpp \ + details/boost/regex/v4/primary_transform.hpp \ + details/boost/regex/v4/mem_block_cache.hpp \ + details/boost/regex/v4/match_flags.hpp \ + details/boost/regex/v4/syntax_type.hpp \ + details/boost/regex/v4/states.hpp \ + details/boost/regex/v4/regex_traits_defaults.hpp \ + details/boost/regex/v4/basic_regex.hpp \ details/boost/regex/user.hpp \ - details/boost/regex/pattern_except.hpp \ + details/boost/regex/pending/object_cache.hpp \ details/boost/regex/pending/unicode_iterator.hpp \ details/boost/regex/pending/static_mutex.hpp \ - details/boost/regex/pending/object_cache.hpp \ + details/boost/regex/pattern_except.hpp \ details/boost/regex/regex_traits.hpp \ - details/boost/regex/icu.hpp details/boost/ref.hpp \ - details/boost/static_assert.hpp \ - details/boost/current_function.hpp \ - details/boost/integer/static_log2.hpp \ - details/boost/integer.hpp \ - details/boost/config/posix_features.hpp \ - details/boost/config/warning_disable.hpp \ - details/boost/config/abi_suffix.hpp \ - details/boost/config/no_tr1/cmath.hpp \ - details/boost/config/no_tr1/functional.hpp \ - details/boost/config/no_tr1/memory.hpp \ - details/boost/config/no_tr1/utility.hpp \ - details/boost/config/no_tr1/complex.hpp \ - details/boost/config/user.hpp \ - details/boost/config/requires_threads.hpp \ - details/boost/config/stdlib/dinkumware.hpp \ - details/boost/config/stdlib/msl.hpp \ - details/boost/config/stdlib/libcomo.hpp \ - details/boost/config/stdlib/stlport.hpp \ - details/boost/config/stdlib/sgi.hpp \ - details/boost/config/stdlib/roguewave.hpp \ - details/boost/config/stdlib/libstdcpp3.hpp \ - details/boost/config/stdlib/modena.hpp \ - details/boost/config/stdlib/vacpp.hpp \ - details/boost/config/stdlib/libcpp.hpp \ - details/boost/config/platform/aix.hpp \ - details/boost/config/platform/vms.hpp \ - details/boost/config/platform/symbian.hpp \ - details/boost/config/platform/beos.hpp \ - details/boost/config/platform/hpux.hpp \ - details/boost/config/platform/irix.hpp \ - details/boost/config/platform/linux.hpp \ - details/boost/config/platform/vxworks.hpp \ - details/boost/config/platform/qnxnto.hpp \ - details/boost/config/platform/bsd.hpp \ - details/boost/config/platform/win32.hpp \ - details/boost/config/platform/cray.hpp \ - details/boost/config/platform/macos.hpp \ - details/boost/config/platform/solaris.hpp \ - details/boost/config/platform/amigaos.hpp \ - details/boost/config/platform/cygwin.hpp \ - details/boost/config/compiler/sunpro_cc.hpp \ - details/boost/config/compiler/nvcc.hpp \ - details/boost/config/compiler/visualc.hpp \ - details/boost/config/compiler/common_edg.hpp \ - details/boost/config/compiler/intel.hpp \ - details/boost/config/compiler/clang.hpp \ - details/boost/config/compiler/pathscale.hpp \ - details/boost/config/compiler/pgi.hpp \ - details/boost/config/compiler/sgi_mipspro.hpp \ - details/boost/config/compiler/hp_acc.hpp \ - details/boost/config/compiler/gcc.hpp \ - details/boost/config/compiler/cray.hpp \ - details/boost/config/compiler/codegear.hpp \ - details/boost/config/compiler/kai.hpp \ - details/boost/config/compiler/mpw.hpp \ - details/boost/config/compiler/compaq_cxx.hpp \ - details/boost/config/compiler/comeau.hpp \ - details/boost/config/compiler/digitalmars.hpp \ - details/boost/config/compiler/gcc_xml.hpp \ - details/boost/config/compiler/vacpp.hpp \ - details/boost/config/compiler/metrowerks.hpp \ - details/boost/config/compiler/greenhills.hpp \ - details/boost/config/select_stdlib_config.hpp \ - details/boost/config/abi_prefix.hpp \ - details/boost/config/auto_link.hpp \ - details/boost/config/suffix.hpp \ - details/boost/config/abi/msvc_prefix.hpp \ - details/boost/config/abi/msvc_suffix.hpp \ - details/boost/config/select_compiler_config.hpp \ - details/boost/config/select_platform_config.hpp \ - details/boost/iterator/iterator_facade.hpp \ - details/boost/iterator/iterator_categories.hpp \ - details/boost/iterator/detail/facade_iterator_category.hpp \ - details/boost/iterator/detail/config_undef.hpp \ - details/boost/iterator/detail/enable_if.hpp \ - details/boost/iterator/detail/config_def.hpp \ - details/boost/iterator/interoperable.hpp \ - details/boost/iterator/iterator_traits.hpp \ - details/boost/version.hpp details/boost/checked_delete.hpp \ - details/boost/limits.hpp details/boost/regex_fwd.hpp \ - details/boost/type_traits/is_polymorphic.hpp \ - details/boost/type_traits/msvc/remove_bounds.hpp \ - details/boost/type_traits/msvc/remove_cv.hpp \ - details/boost/type_traits/msvc/typeof.hpp \ - details/boost/type_traits/msvc/remove_reference.hpp \ - details/boost/type_traits/msvc/remove_pointer.hpp \ - details/boost/type_traits/msvc/remove_const.hpp \ - details/boost/type_traits/config.hpp \ - details/boost/type_traits/is_union.hpp \ - details/boost/type_traits/add_rvalue_reference.hpp \ - details/boost/type_traits/is_enum.hpp \ - details/boost/type_traits/is_void.hpp \ - details/boost/type_traits/is_pod.hpp \ - details/boost/type_traits/is_float.hpp \ - details/boost/type_traits/is_integral.hpp \ - details/boost/type_traits/broken_compiler_spec.hpp \ - details/boost/type_traits/is_base_and_derived.hpp \ - details/boost/type_traits/is_array.hpp \ - details/boost/type_traits/detail/bool_trait_def.hpp \ - details/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp \ - details/boost/type_traits/detail/type_trait_undef.hpp \ - details/boost/type_traits/detail/size_t_trait_undef.hpp \ - details/boost/type_traits/detail/false_result.hpp \ - details/boost/type_traits/detail/type_trait_def.hpp \ - details/boost/type_traits/detail/wrap.hpp \ - details/boost/type_traits/detail/template_arity_spec.hpp \ - details/boost/type_traits/detail/ice_not.hpp \ - details/boost/type_traits/detail/ice_eq.hpp \ - details/boost/type_traits/detail/bool_trait_undef.hpp \ - details/boost/type_traits/detail/size_t_trait_def.hpp \ - details/boost/type_traits/detail/cv_traits_impl.hpp \ - details/boost/type_traits/detail/ice_or.hpp \ - details/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \ - details/boost/type_traits/detail/is_function_ptr_tester.hpp \ - details/boost/type_traits/detail/is_function_ptr_helper.hpp \ - details/boost/type_traits/detail/yes_no_type.hpp \ - details/boost/type_traits/detail/ice_and.hpp \ - details/boost/type_traits/is_member_function_pointer.hpp \ - details/boost/type_traits/remove_bounds.hpp \ - details/boost/type_traits/add_const.hpp \ - details/boost/type_traits/remove_cv.hpp \ - details/boost/type_traits/is_class.hpp \ - details/boost/type_traits/is_function.hpp \ - details/boost/type_traits/integral_constant.hpp \ - details/boost/type_traits/ice.hpp \ - details/boost/type_traits/is_arithmetic.hpp \ - details/boost/type_traits/is_volatile.hpp \ - details/boost/type_traits/add_reference.hpp \ - details/boost/type_traits/add_lvalue_reference.hpp \ - details/boost/type_traits/intrinsics.hpp \ - details/boost/type_traits/is_member_pointer.hpp \ - details/boost/type_traits/type_with_alignment.hpp \ - details/boost/type_traits/is_convertible.hpp \ - details/boost/type_traits/is_pointer.hpp \ - details/boost/type_traits/remove_reference.hpp \ - details/boost/type_traits/remove_pointer.hpp \ - details/boost/type_traits/is_scalar.hpp \ - details/boost/type_traits/is_reference.hpp \ - details/boost/type_traits/alignment_of.hpp \ - details/boost/type_traits/is_lvalue_reference.hpp \ - details/boost/type_traits/is_const.hpp \ - details/boost/type_traits/add_pointer.hpp \ - details/boost/type_traits/is_same.hpp \ - details/boost/type_traits/is_rvalue_reference.hpp \ - details/boost/type_traits/remove_const.hpp \ - details/boost/type_traits/is_abstract.hpp \ - details/boost/detail/is_function_ref_tester.hpp \ - details/boost/detail/workaround.hpp \ - details/boost/detail/lightweight_mutex.hpp \ - details/boost/detail/sp_typeinfo.hpp \ - details/boost/detail/iterator.hpp \ - details/boost/detail/interlocked.hpp \ - details/boost/detail/indirect_traits.hpp \ - details/boost/detail/container_fwd.hpp details/boost/regex.hpp \ - details/boost/non_type.hpp details/boost/scoped_array.hpp \ - details/boost/cstdint.hpp details/boost/cregex.hpp \ - details/boost/scoped_ptr.hpp \ - details/boost/smart_ptr/bad_weak_ptr.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_w32.hpp \ - details/boost/smart_ptr/detail/spinlock_w32.hpp \ - details/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp \ - details/boost/smart_ptr/detail/spinlock_pt.hpp \ - details/boost/smart_ptr/detail/spinlock.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_aix.hpp \ - details/boost/smart_ptr/detail/lwm_pthreads.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp \ - details/boost/smart_ptr/detail/atomic_count_pthreads.hpp \ - details/boost/smart_ptr/detail/lwm_win32_cs.hpp \ - details/boost/smart_ptr/detail/shared_count.hpp \ - details/boost/smart_ptr/detail/spinlock_gcc_arm.hpp \ - details/boost/smart_ptr/detail/spinlock_pool.hpp \ - details/boost/smart_ptr/detail/atomic_count.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp \ - details/boost/smart_ptr/detail/atomic_count_sync.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp \ - details/boost/smart_ptr/detail/atomic_count_gcc.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp \ - details/boost/smart_ptr/detail/yield_k.hpp \ - details/boost/smart_ptr/detail/lightweight_mutex.hpp \ - details/boost/smart_ptr/detail/spinlock_nt.hpp \ - details/boost/smart_ptr/detail/atomic_count_win32.hpp \ - details/boost/smart_ptr/detail/sp_counted_base.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp \ - details/boost/smart_ptr/detail/sp_convertible.hpp \ - details/boost/smart_ptr/detail/sp_nullptr_t.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_spin.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp \ - details/boost/smart_ptr/detail/operator_bool.hpp \ - details/boost/smart_ptr/detail/quick_allocator.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_nt.hpp \ - details/boost/smart_ptr/detail/sp_counted_impl.hpp \ - details/boost/smart_ptr/detail/shared_ptr_nmt.hpp \ - details/boost/smart_ptr/detail/lwm_nop.hpp \ - details/boost/smart_ptr/detail/spinlock_sync.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_pt.hpp \ - details/boost/smart_ptr/detail/sp_counted_base_sync.hpp \ - details/boost/smart_ptr/detail/sp_has_sync.hpp \ - details/boost/smart_ptr/scoped_array.hpp \ - details/boost/smart_ptr/scoped_ptr.hpp \ - details/boost/smart_ptr/shared_ptr.hpp details/boost/type.hpp \ - details/boost/integer_traits.hpp details/boost/iterator.hpp \ - details/boost/memory_order.hpp details/boost/shared_ptr.hpp \ + details/boost/regex/config.hpp details/boost/assert.hpp \ + details/boost/integer_fwd.hpp details/boost/regex.hpp \ + details/boost/throw_exception.hpp details/boost/integer.hpp \ + details/boost/shared_ptr.hpp details/boost/tr1/regex.hpp \ + details/boost/tr1/detail/config_all.hpp \ + details/boost/tr1/detail/config.hpp \ + details/boost/checked_delete.hpp \ + details/boost/preprocessor/arithmetic/dec.hpp \ + details/boost/preprocessor/arithmetic/inc.hpp \ + details/boost/preprocessor/arithmetic/sub.hpp \ + details/boost/preprocessor/arithmetic/add.hpp \ + details/boost/preprocessor/iteration/self.hpp \ + details/boost/preprocessor/iteration/local.hpp \ + details/boost/preprocessor/iteration/detail/rlocal.hpp \ + details/boost/preprocessor/iteration/detail/iter/reverse4.hpp \ + details/boost/preprocessor/iteration/detail/iter/reverse2.hpp \ + details/boost/preprocessor/iteration/detail/iter/forward4.hpp \ + details/boost/preprocessor/iteration/detail/iter/forward1.hpp \ + details/boost/preprocessor/iteration/detail/iter/reverse1.hpp \ + details/boost/preprocessor/iteration/detail/iter/forward5.hpp \ + details/boost/preprocessor/iteration/detail/iter/reverse5.hpp \ + details/boost/preprocessor/iteration/detail/iter/forward2.hpp \ + details/boost/preprocessor/iteration/detail/iter/forward3.hpp \ + details/boost/preprocessor/iteration/detail/iter/reverse3.hpp \ + details/boost/preprocessor/iteration/detail/self.hpp \ + details/boost/preprocessor/iteration/detail/finish.hpp \ + details/boost/preprocessor/iteration/detail/local.hpp \ + details/boost/preprocessor/iteration/detail/bounds/upper2.hpp \ + details/boost/preprocessor/iteration/detail/bounds/lower5.hpp \ + details/boost/preprocessor/iteration/detail/bounds/upper3.hpp \ + details/boost/preprocessor/iteration/detail/bounds/upper1.hpp \ + details/boost/preprocessor/iteration/detail/bounds/upper4.hpp \ + details/boost/preprocessor/iteration/detail/bounds/upper5.hpp \ + details/boost/preprocessor/iteration/detail/bounds/lower3.hpp \ + details/boost/preprocessor/iteration/detail/bounds/lower2.hpp \ + details/boost/preprocessor/iteration/detail/bounds/lower4.hpp \ + details/boost/preprocessor/iteration/detail/bounds/lower1.hpp \ + details/boost/preprocessor/iteration/detail/start.hpp \ + details/boost/preprocessor/iteration/iterate.hpp \ + details/boost/preprocessor/expr_if.hpp \ + details/boost/preprocessor/cat.hpp \ + details/boost/preprocessor/debug/error.hpp \ + details/boost/preprocessor/empty.hpp \ + details/boost/preprocessor/repeat.hpp \ + details/boost/preprocessor/dec.hpp \ + details/boost/preprocessor/config/config.hpp \ + details/boost/preprocessor/variadic/size.hpp \ + details/boost/preprocessor/variadic/elem.hpp \ + details/boost/preprocessor/comma_if.hpp \ + details/boost/preprocessor/identity.hpp \ + details/boost/preprocessor/enum_params.hpp \ + details/boost/preprocessor/tuple/eat.hpp \ + details/boost/preprocessor/tuple/to_list.hpp \ + details/boost/preprocessor/tuple/rem.hpp \ + details/boost/preprocessor/tuple/elem.hpp \ + details/boost/preprocessor/control/expr_iif.hpp \ + details/boost/preprocessor/control/expr_if.hpp \ + details/boost/preprocessor/control/while.hpp \ + details/boost/preprocessor/control/iif.hpp \ + details/boost/preprocessor/control/if.hpp \ + details/boost/preprocessor/control/detail/msvc/while.hpp \ + details/boost/preprocessor/control/detail/dmc/while.hpp \ + details/boost/preprocessor/control/detail/edg/while.hpp \ + details/boost/preprocessor/control/detail/while.hpp \ + details/boost/preprocessor/slot/detail/slot5.hpp \ + details/boost/preprocessor/slot/detail/slot4.hpp \ + details/boost/preprocessor/slot/detail/def.hpp \ + details/boost/preprocessor/slot/detail/shared.hpp \ + details/boost/preprocessor/slot/detail/slot3.hpp \ + details/boost/preprocessor/slot/detail/counter.hpp \ + details/boost/preprocessor/slot/detail/slot2.hpp \ + details/boost/preprocessor/slot/detail/slot1.hpp \ + details/boost/preprocessor/slot/slot.hpp \ + details/boost/preprocessor/repetition/repeat.hpp \ + details/boost/preprocessor/repetition/enum_params.hpp \ + details/boost/preprocessor/repetition/enum_trailing_params.hpp \ + details/boost/preprocessor/repetition/repeat_from_to.hpp \ + details/boost/preprocessor/repetition/detail/msvc/for.hpp \ + details/boost/preprocessor/repetition/detail/dmc/for.hpp \ + details/boost/preprocessor/repetition/detail/edg/for.hpp \ + details/boost/preprocessor/repetition/detail/for.hpp \ + details/boost/preprocessor/repetition/for.hpp \ + details/boost/preprocessor/repetition/enum_shifted_params.hpp \ + details/boost/preprocessor/punctuation/comma_if.hpp \ + details/boost/preprocessor/punctuation/comma.hpp \ + details/boost/preprocessor/inc.hpp \ + details/boost/preprocessor/facilities/empty.hpp \ + details/boost/preprocessor/facilities/identity.hpp \ + details/boost/preprocessor/facilities/overload.hpp \ + details/boost/preprocessor/logical/bitand.hpp \ + details/boost/preprocessor/logical/and.hpp \ + details/boost/preprocessor/logical/bool.hpp \ + details/boost/preprocessor/logical/compl.hpp \ + details/boost/preprocessor/detail/auto_rec.hpp \ + details/boost/preprocessor/detail/dmc/auto_rec.hpp \ + details/boost/preprocessor/detail/is_binary.hpp \ + details/boost/preprocessor/detail/check.hpp \ + details/boost/preprocessor/iterate.hpp \ + details/boost/preprocessor/seq/first_n.hpp \ + details/boost/preprocessor/seq/seq.hpp \ + details/boost/preprocessor/seq/fold_left.hpp \ + details/boost/preprocessor/seq/rest_n.hpp \ + details/boost/preprocessor/seq/subseq.hpp \ + details/boost/preprocessor/seq/size.hpp \ + details/boost/preprocessor/seq/detail/split.hpp \ + details/boost/preprocessor/seq/elem.hpp \ + details/boost/preprocessor/list/for_each_i.hpp \ + details/boost/preprocessor/list/adt.hpp \ + details/boost/preprocessor/list/fold_left.hpp \ + details/boost/preprocessor/list/reverse.hpp \ + details/boost/preprocessor/list/append.hpp \ + details/boost/preprocessor/list/detail/fold_left.hpp \ + details/boost/preprocessor/list/detail/dmc/fold_left.hpp \ + details/boost/preprocessor/list/detail/edg/fold_left.hpp \ + details/boost/preprocessor/list/detail/edg/fold_right.hpp \ + details/boost/preprocessor/list/detail/fold_right.hpp \ + details/boost/preprocessor/list/transform.hpp \ + details/boost/preprocessor/list/fold_right.hpp \ + details/boost/preprocessor/enum_shifted_params.hpp \ + details/boost/preprocessor/stringize.hpp \ + details/boost/preprocessor/array/data.hpp \ + details/boost/preprocessor/array/size.hpp \ + details/boost/preprocessor/array/elem.hpp \ details/boost/utility/enable_if.hpp \ details/boost/utility/addressof.hpp \ - details/boost/throw_exception.hpp \ - details/boost/exception/detail/attribute_noreturn.hpp \ - details/boost/exception/exception.hpp \ - details/boost/tr1/detail/config.hpp \ - details/boost/tr1/detail/config_all.hpp \ - details/boost/tr1/regex.hpp \ - details/boost/mpl/integral_c_fwd.hpp details/boost/mpl/arg.hpp \ - details/boost/mpl/apply_fwd.hpp details/boost/mpl/int_fwd.hpp \ - details/boost/mpl/size_t_fwd.hpp details/boost/mpl/quote.hpp \ - details/boost/mpl/integral_c_tag.hpp \ - details/boost/mpl/bool_fwd.hpp details/boost/mpl/and.hpp \ - details/boost/mpl/bind_fwd.hpp details/boost/mpl/if.hpp \ - details/boost/mpl/size_t.hpp \ - details/boost/mpl/limits/arity.hpp \ - details/boost/mpl/next_prior.hpp \ - details/boost/mpl/is_placeholder.hpp \ - details/boost/mpl/void.hpp details/boost/mpl/lambda.hpp \ - details/boost/mpl/arg_fwd.hpp \ - details/boost/mpl/placeholders.hpp details/boost/mpl/not.hpp \ - details/boost/mpl/apply_wrap.hpp details/boost/mpl/bind.hpp \ - details/boost/mpl/protect.hpp details/boost/mpl/identity.hpp \ - details/boost/mpl/aux_/yes_no.hpp \ - details/boost/mpl/aux_/has_apply.hpp \ - details/boost/mpl/aux_/adl_barrier.hpp \ - details/boost/mpl/aux_/count_args.hpp \ - details/boost/mpl/aux_/arity.hpp \ - details/boost/mpl/aux_/static_cast.hpp \ - details/boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp \ - details/boost/mpl/aux_/config/msvc_typename.hpp \ - details/boost/mpl/aux_/config/has_apply.hpp \ - details/boost/mpl/aux_/config/intel.hpp \ - details/boost/mpl/aux_/config/pp_counter.hpp \ - details/boost/mpl/aux_/config/nttp.hpp \ - details/boost/mpl/aux_/config/workaround.hpp \ - details/boost/mpl/aux_/config/preprocessor.hpp \ - details/boost/mpl/aux_/config/static_constant.hpp \ - details/boost/mpl/aux_/config/use_preprocessed.hpp \ - details/boost/mpl/aux_/config/eti.hpp \ - details/boost/mpl/aux_/config/arrays.hpp \ - details/boost/mpl/aux_/config/gcc.hpp \ - details/boost/mpl/aux_/config/dtp.hpp \ - details/boost/mpl/aux_/config/lambda.hpp \ - details/boost/mpl/aux_/config/bind.hpp \ - details/boost/mpl/aux_/config/adl.hpp \ - details/boost/mpl/aux_/config/integral.hpp \ - details/boost/mpl/aux_/config/msvc.hpp \ + details/boost/integer/static_log2.hpp \ + details/boost/mpl/void.hpp details/boost/mpl/bind_fwd.hpp \ + details/boost/mpl/protect.hpp details/boost/mpl/eval_if.hpp \ + details/boost/mpl/bool_fwd.hpp details/boost/mpl/int_fwd.hpp \ + details/boost/mpl/has_xxx.hpp details/boost/mpl/apply_wrap.hpp \ + details/boost/mpl/assert.hpp \ + details/boost/mpl/limits/arity.hpp details/boost/mpl/not.hpp \ + details/boost/mpl/and.hpp details/boost/mpl/int.hpp \ + details/boost/mpl/bind.hpp details/boost/mpl/identity.hpp \ + details/boost/mpl/is_placeholder.hpp details/boost/mpl/arg.hpp \ + details/boost/mpl/aux_/full_lambda.hpp \ + details/boost/mpl/aux_/has_type.hpp \ + details/boost/mpl/aux_/count_args.hpp \ + details/boost/mpl/aux_/nested_type_wknd.hpp \ + details/boost/mpl/aux_/na_assert.hpp \ details/boost/mpl/aux_/config/ttp.hpp \ + details/boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp \ + details/boost/mpl/aux_/config/use_preprocessed.hpp \ + details/boost/mpl/aux_/config/dtp.hpp \ + details/boost/mpl/aux_/config/preprocessor.hpp \ + details/boost/mpl/aux_/config/nttp.hpp \ + details/boost/mpl/aux_/config/arrays.hpp \ details/boost/mpl/aux_/config/has_xxx.hpp \ + details/boost/mpl/aux_/config/intel.hpp \ + details/boost/mpl/aux_/config/bind.hpp \ + details/boost/mpl/aux_/config/has_apply.hpp \ details/boost/mpl/aux_/config/ctps.hpp \ + details/boost/mpl/aux_/config/static_constant.hpp \ + details/boost/mpl/aux_/config/msvc_typename.hpp \ + details/boost/mpl/aux_/config/eti.hpp \ + details/boost/mpl/aux_/config/msvc.hpp \ details/boost/mpl/aux_/config/overload_resolution.hpp \ details/boost/mpl/aux_/config/compiler.hpp \ - details/boost/mpl/aux_/template_arity.hpp \ - details/boost/mpl/aux_/lambda_arity_param.hpp \ - details/boost/mpl/aux_/na.hpp \ + details/boost/mpl/aux_/config/pp_counter.hpp \ + details/boost/mpl/aux_/config/lambda.hpp \ + details/boost/mpl/aux_/config/gcc.hpp \ + details/boost/mpl/aux_/config/integral.hpp \ + details/boost/mpl/aux_/config/workaround.hpp \ + details/boost/mpl/aux_/config/adl.hpp \ + details/boost/mpl/aux_/msvc_is_class.hpp \ details/boost/mpl/aux_/msvc_never_true.hpp \ - details/boost/mpl/aux_/has_rebind.hpp \ - details/boost/mpl/aux_/lambda_support.hpp \ - details/boost/mpl/aux_/arg_typedef.hpp \ - details/boost/mpl/aux_/na_fwd.hpp \ details/boost/mpl/aux_/common_name_wknd.hpp \ - details/boost/mpl/aux_/full_lambda.hpp \ - details/boost/mpl/aux_/msvc_dtw.hpp \ - details/boost/mpl/aux_/arity_spec.hpp \ + details/boost/mpl/aux_/na_fwd.hpp \ + details/boost/mpl/aux_/has_apply.hpp \ details/boost/mpl/aux_/lambda_no_ctps.hpp \ - details/boost/mpl/aux_/template_arity_fwd.hpp \ + details/boost/mpl/aux_/static_cast.hpp \ + details/boost/mpl/aux_/arg_typedef.hpp \ details/boost/mpl/aux_/value_wknd.hpp \ - details/boost/mpl/aux_/msvc_is_class.hpp \ - details/boost/mpl/aux_/include_preprocessed.hpp \ - details/boost/mpl/aux_/na_assert.hpp \ details/boost/mpl/aux_/integral_wrapper.hpp \ - details/boost/mpl/aux_/type_wrapper.hpp \ - details/boost/mpl/aux_/preprocessor/repeat.hpp \ + details/boost/mpl/aux_/arity.hpp \ details/boost/mpl/aux_/preprocessor/default_params.hpp \ - details/boost/mpl/aux_/preprocessor/def_params_tail.hpp \ + details/boost/mpl/aux_/preprocessor/repeat.hpp \ details/boost/mpl/aux_/preprocessor/tuple.hpp \ - details/boost/mpl/aux_/preprocessor/enum.hpp \ + details/boost/mpl/aux_/preprocessor/ext_params.hpp \ details/boost/mpl/aux_/preprocessor/partial_spec_params.hpp \ + details/boost/mpl/aux_/preprocessor/range.hpp \ + details/boost/mpl/aux_/preprocessor/enum.hpp \ + details/boost/mpl/aux_/preprocessor/params.hpp \ + details/boost/mpl/aux_/preprocessor/sub.hpp \ + details/boost/mpl/aux_/preprocessor/def_params_tail.hpp \ details/boost/mpl/aux_/preprocessor/add.hpp \ details/boost/mpl/aux_/preprocessor/filter_params.hpp \ - details/boost/mpl/aux_/preprocessor/sub.hpp \ - details/boost/mpl/aux_/preprocessor/params.hpp \ - details/boost/mpl/aux_/preprocessor/ext_params.hpp \ - details/boost/mpl/aux_/preprocessor/range.hpp \ - details/boost/mpl/aux_/nttp_decl.hpp \ - details/boost/mpl/aux_/nested_type_wknd.hpp \ - details/boost/mpl/aux_/has_type.hpp \ + details/boost/mpl/aux_/logical_op.hpp \ + details/boost/mpl/aux_/include_preprocessed.hpp \ + details/boost/mpl/aux_/type_wrapper.hpp \ + details/boost/mpl/aux_/template_arity.hpp \ + details/boost/mpl/aux_/lambda_arity_param.hpp \ + details/boost/mpl/aux_/msvc_dtw.hpp \ + details/boost/mpl/aux_/adl_barrier.hpp \ + details/boost/mpl/aux_/template_arity_fwd.hpp \ details/boost/mpl/aux_/na_spec.hpp \ - details/boost/mpl/aux_/logical_op.hpp details/boost/mpl/or.hpp \ - details/boost/mpl/has_xxx.hpp details/boost/mpl/bool.hpp \ - details/boost/mpl/int.hpp details/boost/mpl/integral_c.hpp \ - details/boost/mpl/apply.hpp details/boost/mpl/always.hpp \ - details/boost/mpl/void_fwd.hpp \ - details/boost/mpl/lambda_fwd.hpp details/boost/mpl/eval_if.hpp \ - details/boost/mpl/assert.hpp details/boost/mpl/next.hpp \ - details/boost/preprocessor/iterate.hpp \ - details/boost/preprocessor/expr_if.hpp \ - details/boost/preprocessor/repeat.hpp \ - details/boost/preprocessor/inc.hpp \ - details/boost/preprocessor/variadic/elem.hpp \ - details/boost/preprocessor/variadic/size.hpp \ - details/boost/preprocessor/enum_params.hpp \ - details/boost/preprocessor/config/config.hpp \ - details/boost/preprocessor/dec.hpp \ - details/boost/preprocessor/facilities/empty.hpp \ - details/boost/preprocessor/facilities/identity.hpp \ - details/boost/preprocessor/facilities/overload.hpp \ - details/boost/preprocessor/array/elem.hpp \ - details/boost/preprocessor/array/size.hpp \ - details/boost/preprocessor/array/data.hpp \ - details/boost/preprocessor/detail/auto_rec.hpp \ - details/boost/preprocessor/detail/is_binary.hpp \ - details/boost/preprocessor/detail/dmc/auto_rec.hpp \ - details/boost/preprocessor/detail/check.hpp \ - details/boost/preprocessor/punctuation/comma.hpp \ - details/boost/preprocessor/punctuation/comma_if.hpp \ - details/boost/preprocessor/empty.hpp \ - details/boost/preprocessor/debug/error.hpp \ - details/boost/preprocessor/arithmetic/inc.hpp \ - details/boost/preprocessor/arithmetic/dec.hpp \ - details/boost/preprocessor/arithmetic/add.hpp \ - details/boost/preprocessor/arithmetic/sub.hpp \ - details/boost/preprocessor/list/transform.hpp \ - details/boost/preprocessor/list/detail/edg/fold_right.hpp \ - details/boost/preprocessor/list/detail/edg/fold_left.hpp \ - details/boost/preprocessor/list/detail/dmc/fold_left.hpp \ - details/boost/preprocessor/list/detail/fold_right.hpp \ - details/boost/preprocessor/list/detail/fold_left.hpp \ - details/boost/preprocessor/list/reverse.hpp \ - details/boost/preprocessor/list/fold_right.hpp \ - details/boost/preprocessor/list/for_each_i.hpp \ - details/boost/preprocessor/list/append.hpp \ - details/boost/preprocessor/list/fold_left.hpp \ - details/boost/preprocessor/list/adt.hpp \ - details/boost/preprocessor/slot/detail/slot2.hpp \ - details/boost/preprocessor/slot/detail/slot1.hpp \ - details/boost/preprocessor/slot/detail/slot5.hpp \ - details/boost/preprocessor/slot/detail/def.hpp \ - details/boost/preprocessor/slot/detail/shared.hpp \ - details/boost/preprocessor/slot/detail/slot3.hpp \ - details/boost/preprocessor/slot/detail/slot4.hpp \ - details/boost/preprocessor/slot/detail/counter.hpp \ - details/boost/preprocessor/slot/slot.hpp \ - details/boost/preprocessor/comma_if.hpp \ - details/boost/preprocessor/cat.hpp \ - details/boost/preprocessor/logical/and.hpp \ - details/boost/preprocessor/logical/compl.hpp \ - details/boost/preprocessor/logical/bitand.hpp \ - details/boost/preprocessor/logical/bool.hpp \ - details/boost/preprocessor/tuple/elem.hpp \ - details/boost/preprocessor/tuple/rem.hpp \ - details/boost/preprocessor/tuple/to_list.hpp \ - details/boost/preprocessor/tuple/eat.hpp \ - details/boost/preprocessor/stringize.hpp \ - details/boost/preprocessor/identity.hpp \ - details/boost/preprocessor/enum_shifted_params.hpp \ - details/boost/preprocessor/repetition/repeat.hpp \ - details/boost/preprocessor/repetition/enum_params.hpp \ - details/boost/preprocessor/repetition/detail/msvc/for.hpp \ - details/boost/preprocessor/repetition/detail/edg/for.hpp \ - details/boost/preprocessor/repetition/detail/dmc/for.hpp \ - details/boost/preprocessor/repetition/detail/for.hpp \ - details/boost/preprocessor/repetition/enum_trailing_params.hpp \ - details/boost/preprocessor/repetition/repeat_from_to.hpp \ - details/boost/preprocessor/repetition/enum_shifted_params.hpp \ - details/boost/preprocessor/repetition/for.hpp \ - details/boost/preprocessor/control/expr_if.hpp \ - details/boost/preprocessor/control/if.hpp \ - details/boost/preprocessor/control/detail/msvc/while.hpp \ - details/boost/preprocessor/control/detail/edg/while.hpp \ - details/boost/preprocessor/control/detail/dmc/while.hpp \ - details/boost/preprocessor/control/detail/while.hpp \ - details/boost/preprocessor/control/while.hpp \ - details/boost/preprocessor/control/expr_iif.hpp \ - details/boost/preprocessor/control/iif.hpp \ - details/boost/preprocessor/seq/elem.hpp \ - details/boost/preprocessor/seq/rest_n.hpp \ - details/boost/preprocessor/seq/detail/split.hpp \ - details/boost/preprocessor/seq/size.hpp \ - details/boost/preprocessor/seq/seq.hpp \ - details/boost/preprocessor/seq/fold_left.hpp \ - details/boost/preprocessor/seq/subseq.hpp \ - details/boost/preprocessor/seq/first_n.hpp \ - details/boost/preprocessor/iteration/iterate.hpp \ - details/boost/preprocessor/iteration/detail/iter/reverse3.hpp \ - details/boost/preprocessor/iteration/detail/iter/forward4.hpp \ - details/boost/preprocessor/iteration/detail/iter/forward3.hpp \ - details/boost/preprocessor/iteration/detail/iter/forward1.hpp \ - details/boost/preprocessor/iteration/detail/iter/reverse5.hpp \ - details/boost/preprocessor/iteration/detail/iter/reverse2.hpp \ - details/boost/preprocessor/iteration/detail/iter/reverse4.hpp \ - details/boost/preprocessor/iteration/detail/iter/forward5.hpp \ - details/boost/preprocessor/iteration/detail/iter/forward2.hpp \ - details/boost/preprocessor/iteration/detail/iter/reverse1.hpp \ - details/boost/preprocessor/iteration/detail/finish.hpp \ - details/boost/preprocessor/iteration/detail/self.hpp \ - details/boost/preprocessor/iteration/detail/local.hpp \ - details/boost/preprocessor/iteration/detail/start.hpp \ - details/boost/preprocessor/iteration/detail/rlocal.hpp \ - details/boost/preprocessor/iteration/detail/bounds/upper3.hpp \ - details/boost/preprocessor/iteration/detail/bounds/upper4.hpp \ - details/boost/preprocessor/iteration/detail/bounds/lower2.hpp \ - details/boost/preprocessor/iteration/detail/bounds/lower5.hpp \ - details/boost/preprocessor/iteration/detail/bounds/lower4.hpp \ - details/boost/preprocessor/iteration/detail/bounds/upper5.hpp \ - details/boost/preprocessor/iteration/detail/bounds/upper2.hpp \ - details/boost/preprocessor/iteration/detail/bounds/lower1.hpp \ - details/boost/preprocessor/iteration/detail/bounds/lower3.hpp \ - details/boost/preprocessor/iteration/detail/bounds/upper1.hpp \ - details/boost/preprocessor/iteration/self.hpp \ - details/boost/preprocessor/iteration/local.hpp \ - details/boost/assert.hpp details/boost/LICENSE \ - details/boost/README details/expat/ascii.h \ - details/expat/asciitab.h details/expat/config.h \ - details/expat/iasciitab.h details/expat/internal.h \ - details/expat/latin1tab.h details/expat/nametab.h \ - details/expat/utf8tab.h details/expat/xmlrole.h \ - details/expat/xmltok.h details/expat/xmltok_impl.c \ - details/expat/xmltok_impl.h details/expat/xmltok_ns.c \ - details/expat/README details/expat/LICENSE details/genx/README \ - details/genx/LICENSE libcutl-vc9.vcproj libcutl-vc10.vcxproj \ + details/boost/mpl/aux_/yes_no.hpp \ + details/boost/mpl/aux_/has_rebind.hpp \ + details/boost/mpl/aux_/arity_spec.hpp \ + details/boost/mpl/aux_/nttp_decl.hpp \ + details/boost/mpl/aux_/na.hpp \ + details/boost/mpl/aux_/lambda_support.hpp \ + details/boost/mpl/next.hpp details/boost/mpl/integral_c.hpp \ + details/boost/mpl/void_fwd.hpp details/boost/mpl/apply.hpp \ + details/boost/mpl/arg_fwd.hpp details/boost/mpl/bool.hpp \ + details/boost/mpl/size_t.hpp details/boost/mpl/lambda.hpp \ + details/boost/mpl/lambda_fwd.hpp \ + details/boost/mpl/apply_fwd.hpp \ + details/boost/mpl/integral_c_tag.hpp \ + details/boost/mpl/next_prior.hpp details/boost/mpl/if.hpp \ + details/boost/mpl/always.hpp details/boost/mpl/size_t_fwd.hpp \ + details/boost/mpl/placeholders.hpp details/boost/mpl/quote.hpp \ + details/boost/mpl/integral_c_fwd.hpp details/boost/mpl/or.hpp \ + details/boost/current_function.hpp \ + details/boost/smart_ptr/bad_weak_ptr.hpp \ + details/boost/smart_ptr/scoped_array.hpp \ + details/boost/smart_ptr/shared_ptr.hpp \ + details/boost/smart_ptr/scoped_ptr.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp \ + details/boost/smart_ptr/detail/sp_has_sync.hpp \ + details/boost/smart_ptr/detail/lightweight_mutex.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_nt.hpp \ + details/boost/smart_ptr/detail/yield_k.hpp \ + details/boost/smart_ptr/detail/quick_allocator.hpp \ + details/boost/smart_ptr/detail/spinlock_gcc_arm.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp \ + details/boost/smart_ptr/detail/shared_ptr_nmt.hpp \ + details/boost/smart_ptr/detail/atomic_count.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp \ + details/boost/smart_ptr/detail/sp_counted_base.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp \ + details/boost/smart_ptr/detail/spinlock_nt.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp \ + details/boost/smart_ptr/detail/spinlock_sync.hpp \ + details/boost/smart_ptr/detail/lwm_nop.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_spin.hpp \ + details/boost/smart_ptr/detail/shared_count.hpp \ + details/boost/smart_ptr/detail/spinlock_pool.hpp \ + details/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp \ + details/boost/smart_ptr/detail/operator_bool.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_w32.hpp \ + details/boost/smart_ptr/detail/spinlock_w32.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp \ + details/boost/smart_ptr/detail/atomic_count_gcc.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_sync.hpp \ + details/boost/smart_ptr/detail/atomic_count_sync.hpp \ + details/boost/smart_ptr/detail/atomic_count_win32.hpp \ + details/boost/smart_ptr/detail/atomic_count_pthreads.hpp \ + details/boost/smart_ptr/detail/spinlock_pt.hpp \ + details/boost/smart_ptr/detail/sp_nullptr_t.hpp \ + details/boost/smart_ptr/detail/sp_convertible.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_aix.hpp \ + details/boost/smart_ptr/detail/sp_counted_impl.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_pt.hpp \ + details/boost/smart_ptr/detail/lwm_pthreads.hpp \ + details/boost/smart_ptr/detail/spinlock.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp \ + details/boost/smart_ptr/detail/lwm_win32_cs.hpp \ + details/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp \ + details/boost/version.hpp details/boost/cstdint.hpp \ + details/boost/integer_traits.hpp details/boost/scoped_ptr.hpp \ + details/boost/exception/exception.hpp \ + details/boost/exception/detail/attribute_noreturn.hpp \ + details/boost/type.hpp details/boost/cregex.hpp \ + details/boost/non_type.hpp \ + details/boost/detail/lightweight_mutex.hpp \ + details/boost/detail/iterator.hpp \ + details/boost/detail/interlocked.hpp \ + details/boost/detail/container_fwd.hpp \ + details/boost/detail/indirect_traits.hpp \ + details/boost/detail/is_function_ref_tester.hpp \ + details/boost/detail/sp_typeinfo.hpp \ + details/boost/detail/workaround.hpp \ + details/boost/functional/hash/hash_fwd.hpp \ + details/boost/functional/hash/extensions.hpp \ + details/boost/functional/hash/detail/limits.hpp \ + details/boost/functional/hash/detail/hash_float.hpp \ + details/boost/functional/hash/detail/float_functions.hpp \ + details/boost/functional/hash/hash.hpp \ + details/boost/functional/hash.hpp details/boost/config.hpp \ + details/boost/LICENSE details/boost/README \ + details/expat/ascii.h details/expat/asciitab.h \ + details/expat/config.h details/expat/iasciitab.h \ + details/expat/internal.h details/expat/latin1tab.h \ + details/expat/nametab.h details/expat/utf8tab.h \ + details/expat/xmlrole.h details/expat/xmltok.h \ + details/expat/xmltok_impl.c details/expat/xmltok_impl.h \ + details/expat/xmltok_ns.c details/expat/README \ + details/expat/LICENSE details/genx/README details/genx/LICENSE \ + libcutl-vc9.vcproj libcutl-vc10.vcxproj \ libcutl-vc10.vcxproj.filters cutlincludedir = $(includedir)/cutl lib_LTLIBRARIES = libcutl.la @@ -841,31 +921,31 @@ compiler/type-info.cxx compiler/cxx-indenter.cxx \ $(am__append_1) $(am__append_2) details/genx/genx.c \ details/genx/char-props.c -nobase_cutlinclude_HEADERS = shared-ptr/base.txx shared-ptr/base.ixx \ - shared-ptr/base.hxx re/re.txx exception.hxx xml/parser.hxx \ - xml/exception.hxx xml/value-traits.hxx xml/parser.ixx \ - xml/serializer.ixx xml/value-traits.txx xml/serializer.hxx \ - xml/parser.txx xml/qname.hxx meta/remove-cv.hxx \ - meta/class-p.hxx meta/remove-c.hxx meta/polymorphic-p.hxx \ - meta/answer.hxx meta/remove-p.hxx meta/remove-v.hxx \ - shared-ptr.hxx compiler/type-id.hxx compiler/type-info.ixx \ - compiler/traversal.hxx compiler/traversal.txx \ - compiler/type-id.ixx compiler/type-info.hxx \ - compiler/code-stream.txx compiler/type-id.txx \ - compiler/sloc-counter.txx compiler/context.txx \ - compiler/cxx-indenter.hxx compiler/cxx-indenter.ixx \ - compiler/code-stream.hxx compiler/sloc-counter.hxx \ - compiler/cxx-indenter.txx compiler/context.hxx static-ptr.hxx \ - details/export.hxx details/config.hxx fs/exception.hxx \ - fs/path.ixx fs/path.hxx fs/auto-remove.hxx fs/path.txx \ - container/key.hxx container/pointer-iterator.hxx \ - container/map-iterator.hxx container/graph.txx \ - container/graph.hxx container/any.hxx \ - container/multi-index.hxx re.hxx $(am__append_3) \ - details/genx/genx.h +nobase_cutlinclude_HEADERS = xml/exception.hxx xml/parser.txx \ + xml/value-traits.txx xml/serializer.ixx xml/parser.hxx \ + xml/parser.ixx xml/qname.hxx xml/serializer.hxx \ + xml/value-traits.hxx exception.hxx re/re.txx static-ptr.hxx \ + meta/class-p.hxx meta/remove-cv.hxx meta/answer.hxx \ + meta/remove-p.hxx meta/remove-c.hxx meta/remove-v.hxx \ + meta/polymorphic-p.hxx compiler/context.txx \ + compiler/sloc-counter.hxx compiler/traversal.txx \ + compiler/cxx-indenter.txx compiler/type-id.hxx \ + compiler/cxx-indenter.hxx compiler/type-id.ixx \ + compiler/sloc-counter.txx compiler/cxx-indenter.ixx \ + compiler/type-id.txx compiler/code-stream.hxx \ + compiler/code-stream.txx compiler/type-info.hxx \ + compiler/context.hxx compiler/traversal.hxx \ + compiler/type-info.ixx fs/exception.hxx fs/path.hxx \ + fs/path.ixx fs/path.txx fs/auto-remove.hxx shared-ptr/base.txx \ + shared-ptr/base.hxx shared-ptr/base.ixx container/any.hxx \ + container/graph.hxx container/pointer-iterator.hxx \ + container/multi-index.hxx container/key.hxx \ + container/map-iterator.hxx container/graph.txx re.hxx \ + shared-ptr.hxx details/export.hxx details/config.hxx \ + $(am__append_3) details/genx/genx.h nobase_nodist_cutlinclude_HEADERS = details/config.h AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -DLIBCUTL_DYNAMIC_LIB -AM_LDFLAGS = -release 1.8 -no-undefined +AM_LDFLAGS = -release 1.10 -no-undefined all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am @@ -903,8 +983,8 @@ $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then rm -f stamp-h1; else :; fi - @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 @@ -916,6 +996,7 @@ distclean-hdr: -rm -f config.h stamp-h1 + install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ @@ -1075,8 +1156,9 @@ details/genx/$(DEPDIR)/$(am__dirstamp) details/genx/char-props.lo: details/genx/$(am__dirstamp) \ details/genx/$(DEPDIR)/$(am__dirstamp) + libcutl.la: $(libcutl_la_OBJECTS) $(libcutl_la_DEPENDENCIES) $(EXTRA_libcutl_la_DEPENDENCIES) - $(CXXLINK) -rpath $(libdir) $(libcutl_la_OBJECTS) $(libcutl_la_LIBADD) $(LIBS) + $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libcutl_la_OBJECTS) $(libcutl_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -1137,52 +1219,52 @@ @AMDEP_TRUE@@am__include@ @am__quote@xml/$(DEPDIR)/value-traits.Plo@am__quote@ .c.o: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< .cxx.o: -@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< .cxx.obj: -@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cxx.lo: -@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -1246,26 +1328,15 @@ $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ dir='$(DESTDIR)$(cutlincludedir)'; $(am__uninstall_files_from_dir) -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags -TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -1277,15 +1348,11 @@ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -1294,9 +1361,10 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am -cscopelist: $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP)'; \ +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ @@ -1471,21 +1539,21 @@ .MAKE: all install-am install-strip -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \ - distclean-compile distclean-generic distclean-hdr \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-libLTLIBRARIES install-man \ - install-nobase_cutlincludeHEADERS \ +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-hdr distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-libLTLIBRARIES \ + install-man install-nobase_cutlincludeHEADERS \ install-nobase_nodist_cutlincludeHEADERS install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-libLTLIBRARIES \ + tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ uninstall-nobase_cutlincludeHEADERS \ uninstall-nobase_nodist_cutlincludeHEADERS diff -Nru libcutl-1.8.1+ds1/cutl/xml/value-traits.hxx libcutl-1.10.0+ds1/cutl/xml/value-traits.hxx --- libcutl-1.8.1+ds1/cutl/xml/value-traits.hxx 2013-04-10 16:53:19.000000000 +0000 +++ libcutl-1.10.0+ds1/cutl/xml/value-traits.hxx 2014-10-29 17:29:09.000000000 +0000 @@ -40,6 +40,22 @@ } }; + template <> + struct LIBCUTL_EXPORT default_value_traits + { + static std::string + parse (std::string s, const parser&) + { + return s; + } + + static std::string + serialize (const std::string& v, const serializer&) + { + return v; + } + }; + template struct value_traits: default_value_traits {}; diff -Nru libcutl-1.8.1+ds1/debian/changelog libcutl-1.10.0+ds1/debian/changelog --- libcutl-1.8.1+ds1/debian/changelog 2015-08-28 12:54:05.000000000 +0000 +++ libcutl-1.10.0+ds1/debian/changelog 2016-01-17 01:49:39.000000000 +0000 @@ -1,8 +1,16 @@ -libcutl (1.8.1+ds1-1build1) wily; urgency=medium +libcutl (1.10.0+ds1-1) unstable; urgency=low - * No-change rebuild using boost 1.58. + * New upstream release. + * Library transition to version 1.10 of soname. - -- Matthias Klose Fri, 28 Aug 2015 12:54:05 +0000 + -- Laszlo Boszormenyi (GCS) Sat, 16 Jan 2016 20:07:31 +0100 + +libcutl (1.9.0+ds1-1) experimental; urgency=low + + * New upstream release. + * Update Standards-Version to 3.9.6 . + + -- Laszlo Boszormenyi (GCS) Sat, 21 Feb 2015 20:26:49 +0000 libcutl (1.8.1+ds1-1) unstable; urgency=low diff -Nru libcutl-1.8.1+ds1/debian/control libcutl-1.10.0+ds1/debian/control --- libcutl-1.8.1+ds1/debian/control 2014-08-31 21:49:51.000000000 +0000 +++ libcutl-1.10.0+ds1/debian/control 2016-01-16 19:13:12.000000000 +0000 @@ -3,7 +3,7 @@ Maintainer: Laszlo Boszormenyi (GCS) Uploaders: Onur Aslan Build-Depends: debhelper (>= 9), dh-autoreconf, libboost-all-dev, libexpat1-dev -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Section: libs Homepage: http://www.codesynthesis.com/projects/libcutl/ @@ -11,7 +11,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: libcutl-1.8 (= ${binary:Version}), ${misc:Depends} +Depends: libcutl-1.10 (= ${binary:Version}), ${misc:Depends} Description: C++ utility library, development files CUTL contains a collection of generic and independent components such as meta-programming tests, smart pointers, containers, compiler @@ -19,7 +19,7 @@ . This package contains development files. -Package: libcutl-1.8 +Package: libcutl-1.10 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} diff -Nru libcutl-1.8.1+ds1/debian/copyright libcutl-1.10.0+ds1/debian/copyright --- libcutl-1.8.1+ds1/debian/copyright 2014-07-18 18:29:43.000000000 +0000 +++ libcutl-1.10.0+ds1/debian/copyright 2016-01-16 19:08:18.000000000 +0000 @@ -12,7 +12,7 @@ License: MIT Files: debian/* -Copyright: 2014 Laszlo Boszormenyi (GCS) , +Copyright: 2014- Laszlo Boszormenyi (GCS) , 2013 Onur Aslan License: MIT diff -Nru libcutl-1.8.1+ds1/debian/fixit-libcutl-1.10.symbols libcutl-1.10.0+ds1/debian/fixit-libcutl-1.10.symbols --- libcutl-1.8.1+ds1/debian/fixit-libcutl-1.10.symbols 1970-01-01 00:00:00.000000000 +0000 +++ libcutl-1.10.0+ds1/debian/fixit-libcutl-1.10.symbols 2016-01-16 19:11:29.000000000 +0000 @@ -0,0 +1,534 @@ +libcutl-1.10.so libcutl-1.10 #MINVER# + _ZN4cutl10not_sharedD0Ev@Base 1.8.0 + _ZN4cutl10not_sharedD1Ev@Base 1.8.0 + _ZN4cutl10not_sharedD2Ev@Base 1.8.0 + _ZN4cutl10static_ptrISt3mapINS_8compiler7type_idENS2_9type_infoESt4lessIS3_ESaISt4pairIKS3_S4_EEENS2_4bits20default_type_info_idEE2x_E@Base 1.8.0 + _ZN4cutl10static_ptrISt3mapINS_8compiler7type_idENS2_9type_infoESt4lessIS3_ESaISt4pairIKS3_S4_EEENS2_4bits20default_type_info_idEE6count_E@Base 1.8.0 + _ZN4cutl10static_ptrISt3mapINS_8compiler7type_idENS2_9type_infoESt4lessIS3_ESaISt4pairIKS3_S4_EEENS2_4bits20default_type_info_idEED1Ev@Base 1.8.0 + _ZN4cutl10static_ptrISt3mapINS_8compiler7type_idENS2_9type_infoESt4lessIS3_ESaISt4pairIKS3_S4_EEENS2_4bits20default_type_info_idEED2Ev@Base 1.8.0 + _ZN4cutl2fs10basic_pathIcE7currentERKS2_@Base 1.8.0 + _ZN4cutl2fs10basic_pathIcE7currentEv@Base 1.8.0 + _ZN4cutl2fs10basic_pathIwE7currentERKS2_@Base 1.8.0 + _ZN4cutl2fs10basic_pathIwE7currentEv@Base 1.8.0 + _ZN4cutl2fs11auto_removeD1Ev@Base 1.8.0 + _ZN4cutl2fs11auto_removeD2Ev@Base 1.8.0 + _ZN4cutl2fs12auto_removesD1Ev@Base 1.8.0 + _ZN4cutl2fs12auto_removesD2Ev@Base 1.8.0 + _ZN4cutl2fs17invalid_path_baseD0Ev@Base 1.8.0 + _ZN4cutl2fs17invalid_path_baseD1Ev@Base 1.8.0 + _ZN4cutl2fs17invalid_path_baseD2Ev@Base 1.8.0 + _ZN4cutl2fs18invalid_basic_pathIcEC1ERKSs@Base 1.8.0 + _ZN4cutl2fs18invalid_basic_pathIcEC2ERKSs@Base 1.8.0 + _ZN4cutl2fs18invalid_basic_pathIcED0Ev@Base 1.8.0 + _ZN4cutl2fs18invalid_basic_pathIcED1Ev@Base 1.8.0 + _ZN4cutl2fs18invalid_basic_pathIcED2Ev@Base 1.8.0 + _ZN4cutl2fs18invalid_basic_pathIwEC1EPKw@Base 1.8.0 + _ZN4cutl2fs18invalid_basic_pathIwEC1ERKSbIwSt11char_traitsIwESaIwEE@Base 1.8.0 + _ZN4cutl2fs18invalid_basic_pathIwEC2EPKw@Base 1.8.0 + _ZN4cutl2fs18invalid_basic_pathIwEC2ERKSbIwSt11char_traitsIwESaIwEE@Base 1.8.0 + _ZN4cutl2fs18invalid_basic_pathIwED0Ev@Base 1.8.0 + _ZN4cutl2fs18invalid_basic_pathIwED1Ev@Base 1.8.0 + _ZN4cutl2fs18invalid_basic_pathIwED2Ev@Base 1.8.0 + _ZN4cutl2fs5errorD0Ev@Base 1.8.0 + _ZN4cutl2fs5errorD1Ev@Base 1.8.0 + _ZN4cutl2fs5errorD2Ev@Base 1.8.0 + _ZN4cutl2re11basic_regexIcE4initEPKSsb@Base 1.8.0 + _ZN4cutl2re11basic_regexIcEC1ERKS2_@Base 1.8.0 + _ZN4cutl2re11basic_regexIcEC2ERKS2_@Base 1.8.0 + _ZN4cutl2re11basic_regexIcED1Ev@Base 1.8.0 + _ZN4cutl2re11basic_regexIcED2Ev@Base 1.8.0 + _ZN4cutl2re11basic_regexIcEaSERKS2_@Base 1.8.0 + _ZN4cutl2re11basic_regexIwE4initEPKSbIwSt11char_traitsIwESaIwEEb@Base 1.8.0 + _ZN4cutl2re11basic_regexIwEC1ERKS2_@Base 1.8.0 + _ZN4cutl2re11basic_regexIwEC2ERKS2_@Base 1.8.0 + _ZN4cutl2re11basic_regexIwED1Ev@Base 1.8.0 + _ZN4cutl2re11basic_regexIwED2Ev@Base 1.8.0 + _ZN4cutl2re11basic_regexIwEaSERKS2_@Base 1.8.0 + _ZN4cutl2re11format_baseD0Ev@Base 1.8.0 + _ZN4cutl2re11format_baseD1Ev@Base 1.8.0 + _ZN4cutl2re11format_baseD2Ev@Base 1.8.0 + _ZN4cutl2re12basic_formatIcED0Ev@Base 1.8.0 + _ZN4cutl2re12basic_formatIcED1Ev@Base 1.8.0 + _ZN4cutl2re12basic_formatIcED2Ev@Base 1.8.0 + _ZN4cutl2re12basic_formatIwED0Ev@Base 1.8.0 + _ZN4cutl2re12basic_formatIwED1Ev@Base 1.8.0 + _ZN4cutl2re12basic_formatIwED2Ev@Base 1.8.0 + _ZN4cutl3xml10serializer10charactersERKSs@Base 1.8.0 + _ZN4cutl3xml10serializer11end_elementEv@Base 1.8.0 + _ZN4cutl3xml10serializer12handle_errorE10genxStatus@Base 1.8.0 + _ZN4cutl3xml10serializer13end_attributeEv@Base 1.8.0 + _ZN4cutl3xml10serializer13start_elementERKSsS3_@Base 1.8.0 + _ZN4cutl3xml10serializer14namespace_declERKSsS3_@Base 1.8.0 + _ZN4cutl3xml10serializer15start_attributeERKSsS3_@Base 1.8.0 + _ZN4cutl3xml10serializer23lookup_namespace_prefixERKSsRSs@Base 1.8.0 + _ZN4cutl3xml10serializer8xml_declERKSsS3_S3_@Base 1.8.0 + _ZN4cutl3xml10serializer9attributeERKSsS3_S3_@Base 1.8.0 + _ZN4cutl3xml10serializerC1ERSoRKSst@Base 1.8.0 + _ZN4cutl3xml10serializerC2ERSoRKSst@Base 1.8.0 + _ZN4cutl3xml10serializerD1Ev@Base 1.8.0 + _ZN4cutl3xml10serializerD2Ev@Base 1.8.0 + _ZN4cutl3xml13serialization4initEv@Base 1.8.0 + _ZN4cutl3xml13serializationC1ERKNS0_10serializerERKSs@Base 1.8.0 + _ZN4cutl3xml13serializationC1ERKSsS3_@Base 1.8.0 + _ZN4cutl3xml13serializationC2ERKNS0_10serializerERKSs@Base 1.8.0 + _ZN4cutl3xml13serializationC2ERKSsS3_@Base 1.8.0 + _ZN4cutl3xml13serializationD0Ev@Base 1.8.0 + _ZN4cutl3xml13serializationD1Ev@Base 1.8.0 + _ZN4cutl3xml13serializationD2Ev@Base 1.8.0 + _ZN4cutl3xml20default_value_traitsIbE5parseESsRKNS0_6parserE@Base 1.8.0 + _ZN4cutl3xml5qnameD1Ev@Base 1.8.0 + _ZN4cutl3xml5qnameD2Ev@Base 1.8.0 + _ZN4cutl3xml6parser11characters_EPvPKci@Base 1.8.0 + _ZN4cutl3xml6parser11next_expectENS1_10event_typeE@Base 1.8.0 + _ZN4cutl3xml6parser11next_expectENS1_10event_typeERKSsS4_@Base 1.8.0 + _ZN4cutl3xml6parser11pop_elementEv@Base 1.8.0 + _ZN4cutl3xml6parser12end_element_EPvPKc@Base 1.8.0 + _ZN4cutl3xml6parser12handle_errorEv@Base 1.8.0 + _ZN4cutl3xml6parser14attribute_typeD1Ev@Base 1.8.0 + _ZN4cutl3xml6parser14attribute_typeD2Ev@Base 1.8.0 + _ZN4cutl3xml6parser14start_element_EPvPKcPS4_@Base 1.8.0 + _ZN4cutl3xml6parser19end_namespace_decl_EPvPKc@Base 1.8.0 + _ZN4cutl3xml6parser21start_namespace_decl_EPvPKcS4_@Base 1.8.0 + _ZN4cutl3xml6parser5next_Eb@Base 1.8.0 + _ZN4cutl3xml6parser9next_bodyEv@Base 1.8.0 + _ZN4cutl3xml6parserC1ERSiRKSst@Base 1.8.0 + _ZN4cutl3xml6parserC2ERSiRKSst@Base 1.8.0 + _ZN4cutl3xml6parserD1Ev@Base 1.8.0 + _ZN4cutl3xml6parserD2Ev@Base 1.8.0 + _ZN4cutl3xml7parsing4initEv@Base 1.8.0 + _ZN4cutl3xml7parsingC1ERKNS0_6parserERKSs@Base 1.8.0 + _ZN4cutl3xml7parsingC1ERKSsyyS3_@Base 1.8.0 + _ZN4cutl3xml7parsingC2ERKNS0_6parserERKSs@Base 1.8.0 + _ZN4cutl3xml7parsingC2ERKSsyyS3_@Base 1.8.0 + _ZN4cutl3xml7parsingD0Ev@Base 1.8.0 + _ZN4cutl3xml7parsingD1Ev@Base 1.8.0 + _ZN4cutl3xml7parsingD2Ev@Base 1.8.0 + _ZN4cutl3xml9exceptionD0Ev@Base 1.8.0 + _ZN4cutl3xml9exceptionD1Ev@Base 1.8.0 + _ZN4cutl3xml9exceptionD2Ev@Base 1.8.0 + _ZN4cutl3xmllsERSoNS0_6parser10event_typeE@Base 1.8.0 + _ZN4cutl3xmllsERSoRKNS0_5qnameE@Base 1.8.0 + _ZN4cutl8compiler12cxx_indenterIcE7keywordENS2_12keyword_typeE@Base 1.8.0 + _ZN4cutl8compiler12cxx_indenterIwE7keywordENS2_12keyword_typeE@Base 1.8.0 + _ZN4cutl8compiler12no_type_infoD0Ev@Base 1.8.0 + _ZN4cutl8compiler12no_type_infoD1Ev@Base 1.8.0 + _ZN4cutl8compiler12no_type_infoD2Ev@Base 1.8.0 + _ZN4cutl8compiler6insertERKNS0_9type_infoE@Base 1.8.0 + _ZN4cutl8compiler6lookupERKNS0_7type_idE@Base 1.8.0 + _ZN4cutl8compiler7context3setERKSsRKNS_9container3anyE@Base 1.8.0 + _ZN4cutl8compiler7context6removeERKSs@Base 1.8.0 + _ZN4cutl8compiler7context6typingD0Ev@Base 1.8.0 + _ZN4cutl8compiler7context6typingD1Ev@Base 1.8.0 + _ZN4cutl8compiler7context6typingD2Ev@Base 1.8.0 + _ZN4cutl8compiler7context8no_entryD0Ev@Base 1.8.0 + _ZN4cutl8compiler7context8no_entryD1Ev@Base 1.8.0 + _ZN4cutl8compiler7context8no_entryD2Ev@Base 1.8.0 + _ZN4cutl9exceptionD0Ev@Base 1.8.0 + _ZN4cutl9exceptionD1Ev@Base 1.8.0 + _ZN4cutl9exceptionD2Ev@Base 1.8.0 + _ZN5boost12regex_searchIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEbT_SD_RNS_13match_resultsISD_T0_EERKNS_11basic_regexIT1_T2_EENS_15regex_constants12_match_flagsESD_@Base 1.8.0 + _ZN5boost12regex_searchIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEbT_SA_RKNS_11basic_regexIT0_T1_EENS_15regex_constants12_match_flagsE@Base 1.8.0 + _ZN5boost12regex_searchIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEbT_SH_RNS_13match_resultsISH_T0_EERKNS_11basic_regexIT1_T2_EENS_15regex_constants12_match_flagsESH_@Base 1.8.0 + _ZN5boost12regex_searchIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEbT_SE_RKNS_11basic_regexIT0_T1_EENS_15regex_constants12_match_flagsE@Base 1.8.0 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEE17raise_logic_errorEv@Base 1.8.0 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEE8set_sizeEmS5_S5_@Base 1.8.0 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEEC1ERKS9_@Base 1.8.0 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEEC2ERKS9_@Base 1.8.0 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEED1Ev@Base 1.8.0 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEED2Ev@Base 1.8.0 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEEaSERKS9_@Base 1.8.0+ds1 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEE17raise_logic_errorEv@Base 1.8.0 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEE8set_sizeEmS9_S9_@Base 1.8.0 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEEC1ERKSD_@Base 1.8.0 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEEC2ERKSD_@Base 1.8.0 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEED1Ev@Base 1.8.0 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEED2Ev@Base 1.8.0 + _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEEaSERKSD_@Base 1.8.0+ds1 + _ZN5boost13regex_replaceINS_9re_detail19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEEN9__gnu_cxx17__normal_iteratorIPKwS6_EENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEwS6_EET_SH_T0_SI_RKNS_11basic_regexIT2_T1_EET3_NS_15regex_constants12_match_flagsE@Base 1.8.0 + _ZN5boost13regex_replaceINS_9re_detail19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEcSsEET_SD_T0_SE_RKNS_11basic_regexIT2_T1_EET3_NS_15regex_constants12_match_flagsE@Base 1.8.0 + _ZN5boost14checked_deleteINS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEEEEEEvPT_@Base 1.8.0 + _ZN5boost14checked_deleteINS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEEEEEEvPT_@Base 1.8.0 + _ZN5boost14checked_deleteINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEEEvPT_@Base 1.8.0 + _ZN5boost14checked_deleteINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEEEvPT_@Base 1.8.0 + _ZN5boost15throw_exceptionISt11logic_errorEEvRKT_@Base 1.8.0 + _ZN5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEED0Ev@Base 1.8.0 + _ZN5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEED1Ev@Base 1.8.0 + _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7releaseEv@Base 1.8.0 + _ZN5boost16exception_detail19error_info_injectorISt11logic_errorED0Ev@Base 1.8.0 + _ZN5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev@Base 1.8.0 + _ZN5boost16exception_detail19error_info_injectorISt11logic_errorED2Ev@Base 1.8.0 + _ZN5boost6detail12shared_countD1Ev@Base 1.8.0+ds1 + _ZN5boost6detail12shared_countD2Ev@Base 1.8.0+ds1 + _ZN5boost6detail15sp_counted_base7destroyEv@Base 1.8.0 + _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEE11get_deleterERKSt9type_info@Base 1.8.0 + _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEE19get_untyped_deleterEv@Base 1.8.0 + _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEE7disposeEv@Base 1.8.0 + _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEED0Ev@Base 1.8.0 + _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEED1Ev@Base 1.8.0 + _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEED2Ev@Base 1.8.0 + _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEE11get_deleterERKSt9type_info@Base 1.8.0 + _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEE19get_untyped_deleterEv@Base 1.8.0 + _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEE7disposeEv@Base 1.8.0 + _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEED0Ev@Base 1.8.0 + _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEED1Ev@Base 1.8.0 + _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEED2Ev@Base 1.8.0 + _ZN5boost9exceptionD0Ev@Base 1.8.0 + _ZN5boost9exceptionD1Ev@Base 1.8.0 + _ZN5boost9exceptionD2Ev@Base 1.8.0 + _ZN5boost9re_detail11raise_errorINS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEEEvRKT_NS_15regex_constants10error_typeE@Base 1.8.0 + _ZN5boost9re_detail11raise_errorINS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEEEvRKT_NS_15regex_constants10error_typeE@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE10match_jumpEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE10match_wildEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE10unwind_altEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE10unwind_endEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE11match_matchEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE12extend_stackEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE12match_prefixEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE12unwind_parenEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE13match_backrefEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE13match_endmarkEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE13match_literalEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE14match_backstepEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE14match_end_lineEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE14match_long_setEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE14match_word_endEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15match_combiningEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15match_recursionEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15match_startmarkEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16find_restart_anyEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16find_restart_bufEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16find_restart_litEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16match_all_statesEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16match_buffer_endEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16match_set_repeatEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16match_start_lineEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16match_word_startEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16unwind_assertionEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16unwind_recursionEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE17find_restart_lineEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE17find_restart_wordEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE17match_char_repeatEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE17match_toggle_caseEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE17match_within_wordEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE18match_buffer_startEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE18unwind_char_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE18unwind_extra_blockEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE19match_word_boundaryEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE20match_assert_backrefEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE20unwind_recursion_popEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE21match_dot_repeat_fastEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE21match_dot_repeat_slowEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE21match_long_set_repeatEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE21match_soft_buffer_endEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE22match_restart_continueEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE22unwind_fast_dot_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE22unwind_long_set_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE22unwind_slow_dot_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE23unwind_repeater_counterEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE23unwind_short_set_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE24unwind_non_greedy_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE24unwind_recursion_stopperEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE25match_dot_repeat_dispatchEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE27unwind_greedy_single_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE6unwindEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE8find_impEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9match_altEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9match_impEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9match_repEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9match_setEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEED1Ev@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEED2Ev@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE10match_jumpEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE10match_wildEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE10unwind_altEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE10unwind_endEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE11match_matchEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE12extend_stackEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE12match_prefixEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE12unwind_parenEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE13match_backrefEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE13match_endmarkEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE13match_literalEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE14match_backstepEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE14match_end_lineEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE14match_long_setEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE14match_word_endEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE15match_combiningEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE15match_recursionEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE15match_startmarkEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16find_restart_anyEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16find_restart_bufEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16find_restart_litEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16match_all_statesEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16match_buffer_endEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16match_set_repeatEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16match_start_lineEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16match_word_startEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16unwind_assertionEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16unwind_recursionEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE17find_restart_lineEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE17find_restart_wordEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE17match_char_repeatEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE17match_toggle_caseEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE17match_within_wordEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE18match_buffer_startEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE18unwind_char_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE18unwind_extra_blockEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE19match_word_boundaryEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE20match_assert_backrefEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE20unwind_recursion_popEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE21match_dot_repeat_fastEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE21match_dot_repeat_slowEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE21match_long_set_repeatEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE21match_soft_buffer_endEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE22match_restart_continueEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE22unwind_fast_dot_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE22unwind_long_set_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE22unwind_slow_dot_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE23unwind_repeater_counterEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE23unwind_short_set_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE24unwind_non_greedy_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE24unwind_recursion_stopperEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE25match_dot_repeat_dispatchEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE27unwind_greedy_single_repeatEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE6unwindEb@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE8find_impEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE9match_altEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE9match_impEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE9match_repEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE9match_setEv@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEED1Ev@Base 1.8.0 + _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEED2Ev@Base 1.8.0 + _ZN5boost9re_detail16re_is_set_memberIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEjEET_SB_SB_PKNS0_11re_set_longIT2_EERKNS0_10regex_dataIT0_T1_EEb@Base 1.8.0 + _ZN5boost9re_detail16re_is_set_memberIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEjEET_SF_SF_PKNS0_11re_set_longIT2_EERKNS0_10regex_dataIT0_T1_EEb@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E10format_allEv@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E11format_perlEv@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E13format_escapeEv@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEb@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E18format_conditionalEv@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E22format_until_scope_endEv@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E3putEw@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E3toiERSD_SD_iRKN4mpl_5bool_ILb0EEE@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E10format_allEv@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E11format_perlEv@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E13format_escapeEv@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEb@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E18format_conditionalEv@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E22format_until_scope_endEv@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E3putEc@Base 1.8.0 + _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E3toiERS9_S9_iRKN4mpl_5bool_ILb0EEE@Base 1.8.0 + _ZNK4cutl10not_shared4whatEv@Base 1.8.0 + _ZNK4cutl2fs17invalid_path_base4whatEv@Base 1.8.0 + _ZNK4cutl2fs5error4whatEv@Base 1.8.0 + _ZNK4cutl2re11basic_regexIcE5matchERKSs@Base 1.8.0 + _ZNK4cutl2re11basic_regexIcE6searchERKSs@Base 1.8.0 + _ZNK4cutl2re11basic_regexIcE7replaceERKSsS4_b@Base 1.8.0 + _ZNK4cutl2re11basic_regexIwE5matchERKSbIwSt11char_traitsIwESaIwEE@Base 1.8.0 + _ZNK4cutl2re11basic_regexIwE6searchERKSbIwSt11char_traitsIwESaIwEE@Base 1.8.0 + _ZNK4cutl2re11basic_regexIwE7replaceERKSbIwSt11char_traitsIwESaIwEES8_b@Base 1.8.0 + _ZNK4cutl2re11format_base4whatEv@Base 1.8.0 + _ZNK4cutl3xml13serialization4whatEv@Base 1.8.0 + _ZNK4cutl3xml5qname6stringEv@Base 1.8.0 + _ZNK4cutl3xml6parser11get_elementEv@Base 1.8.0 + _ZNK4cutl3xml6parser17attribute_presentERKNS0_5qnameE@Base 1.8.0 + _ZNK4cutl3xml6parser9attributeERKNS0_5qnameE@Base 1.8.0 + _ZNK4cutl3xml6parser9attributeERKNS0_5qnameERKSs@Base 1.8.0 + _ZNK4cutl3xml7parsing4whatEv@Base 1.8.0 + _ZNK4cutl8compiler7context9type_infoERKSs@Base 1.8.0 + _ZNK4cutl9exception4whatEv@Base 1.8.0 + _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEE19named_subexpressionES4_S4_@Base 1.8.0 + _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEE21get_last_closed_parenEv@Base 1.8.0 + _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEE25named_subexpression_indexES4_S4_@Base 1.8.0 + _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEEixEi@Base 1.8.0 + _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEE19named_subexpressionES4_S4_@Base 1.8.0 + _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEE21get_last_closed_parenEv@Base 1.8.0 + _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEE25named_subexpression_indexES4_S4_@Base 1.8.0 + _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEEixEi@Base 1.8.0 + _ZNK5boost16cpp_regex_traitsIcE7isctypeEcj@Base 1.8.0 + _ZNK5boost16cpp_regex_traitsIwE7isctypeEwj@Base 1.8.0 + _ZNK5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEE5cloneEv@Base 1.8.0 + _ZNK5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEE7rethrowEv@Base 1.8.0 + _ZNKSt8_Rb_treeIN4cutl3xml5qnameESt4pairIKS2_NS1_6parser20attribute_value_typeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE4findERS4_@Base 1.8.0 + _ZNKSt8_Rb_treeIiSt4pairIKiSsESt10_Select1stIS2_ESt4lessIiESaIS2_EE4findERS1_@Base 1.8.0 + _ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag@Base 1.8.0 + _ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPKwN5boost9re_detail19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEEEET0_T_SE_SD_@Base 1.8.0+ds1 + _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPN5boost9re_detail14recursion_infoINS2_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS2_9sub_matchISA_EEEEEEESG_EET0_T_SI_SH_@Base 1.8.0 + _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPN5boost9re_detail14recursion_infoINS2_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS2_9sub_matchISE_EEEEEEESK_EET0_T_SM_SL_@Base 1.8.0 + _ZNSt4pairIKN4cutl3xml5qnameENS1_6parser20attribute_value_typeEED1Ev@Base 1.8.0 + _ZNSt4pairIKN4cutl3xml5qnameENS1_6parser20attribute_value_typeEED2Ev@Base 1.8.0 + _ZNSt4pairIKSsN4cutl9container3anyEED1Ev@Base 1.8.0 + _ZNSt4pairIKSsN4cutl9container3anyEED2Ev@Base 1.8.0 + _ZNSt6vectorIN4cutl3xml5qnameESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_@Base 1.8.0 + _ZNSt6vectorIN4cutl3xml5qnameESaIS2_EED1Ev@Base 1.8.0 + _ZNSt6vectorIN4cutl3xml5qnameESaIS2_EED2Ev@Base 1.8.0 + _ZNSt6vectorIN4cutl3xml6parser13element_entryESaIS3_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS3_S5_EERKS3_@Base 1.8.0 + _ZNSt6vectorIN4cutl3xml6parser13element_entryESaIS3_EED1Ev@Base 1.8.0 + _ZNSt6vectorIN4cutl3xml6parser13element_entryESaIS3_EED2Ev@Base 1.8.0 + _ZNSt6vectorIN4cutl3xml6parser14attribute_typeESaIS3_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS3_S5_EERKS3_@Base 1.8.0 + _ZNSt6vectorIN4cutl3xml6parser14attribute_typeESaIS3_EED1Ev@Base 1.8.0 + _ZNSt6vectorIN4cutl3xml6parser14attribute_typeESaIS3_EED2Ev@Base 1.8.0 + _ZNSt6vectorIN5boost9re_detail14recursion_infoINS0_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS0_9sub_matchIS8_EEEEEEESaISD_EE13_M_insert_auxENS5_IPSD_SF_EERKSD_@Base 1.8.0 + _ZNSt6vectorIN5boost9re_detail14recursion_infoINS0_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS0_9sub_matchIS8_EEEEEEESaISD_EED1Ev@Base 1.8.0 + _ZNSt6vectorIN5boost9re_detail14recursion_infoINS0_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS0_9sub_matchIS8_EEEEEEESaISD_EED2Ev@Base 1.8.0 + _ZNSt6vectorIN5boost9re_detail14recursion_infoINS0_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS0_9sub_matchISC_EEEEEEESaISH_EE13_M_insert_auxENS5_IPSH_SJ_EERKSH_@Base 1.8.0 + _ZNSt6vectorIN5boost9re_detail14recursion_infoINS0_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS0_9sub_matchISC_EEEEEEESaISH_EED1Ev@Base 1.8.0 + _ZNSt6vectorIN5boost9re_detail14recursion_infoINS0_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS0_9sub_matchISC_EEEEEEESaISH_EED2Ev@Base 1.8.0 + _ZNSt6vectorIN5boost9sub_matchIN9__gnu_cxx17__normal_iteratorIPKcSsEEEESaIS7_EE14_M_fill_insertENS3_IPS7_S9_EEmRKS7_@Base 1.8.0 + _ZNSt6vectorIN5boost9sub_matchIN9__gnu_cxx17__normal_iteratorIPKcSsEEEESaIS7_EEaSERKS9_@Base 1.8.0 + _ZNSt6vectorIN5boost9sub_matchIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEEESaISB_EE14_M_fill_insertENS3_IPSB_SD_EEmRKSB_@Base 1.8.0 + _ZNSt6vectorIN5boost9sub_matchIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEEESaISB_EEaSERKSD_@Base 1.8.0 + _ZNSt8_Rb_treeIN4cutl3xml5qnameESt4pairIKS2_NS1_6parser20attribute_value_typeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE16_M_insert_uniqueERKS7_@Base 1.8.0 + _ZNSt8_Rb_treeIN4cutl3xml5qnameESt4pairIKS2_NS1_6parser20attribute_value_typeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE7_M_copyEPKSt13_Rb_tree_nodeIS7_EPSF_@Base 1.8.0 + _ZNSt8_Rb_treeIN4cutl3xml5qnameESt4pairIKS2_NS1_6parser20attribute_value_typeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E@Base 1.8.0 + _ZNSt8_Rb_treeIN4cutl3xml5qnameESt4pairIKS2_NS1_6parser20attribute_value_typeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EEaSERKSD_@Base 1.8.0 + _ZNSt8_Rb_treeIN4cutl8compiler7type_idESt4pairIKS2_NS1_9type_infoEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE10_M_insert_EPSt18_Rb_tree_node_baseSE_RKS6_@Base 1.8.0+ds1 + _ZNSt8_Rb_treeIN4cutl8compiler7type_idESt4pairIKS2_NS1_9type_infoEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE8_M_eraseEPSt13_Rb_tree_nodeIS6_E@Base 1.8.0 + _ZNSt8_Rb_treeISsSt4pairIKSsN4cutl9container3anyEESt10_Select1stIS5_ESt4lessISsESaIS5_EE10_M_insert_EPSt18_Rb_tree_node_baseSD_RKS5_@Base 1.8.0 + _ZSt13__equal_rangeIN9__gnu_cxx17__normal_iteratorIPKN5boost9re_detail20named_subexpressions4nameESt6vectorIS5_SaIS5_EEEES5_NS0_5__ops14_Iter_less_valENSC_14_Val_less_iterEESt4pairIT_SG_ESG_SG_RKT0_T1_T2_@Base 1.8.0+ds1 + _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_@Base 1.8.0 + _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_PKS3_@Base 1.8.0 + _ZTIN4cutl10not_sharedE@Base 1.8.0 + _ZTIN4cutl2fs17invalid_path_baseE@Base 1.8.0 + _ZTIN4cutl2fs18invalid_basic_pathIcEE@Base 1.8.0 + _ZTIN4cutl2fs18invalid_basic_pathIwEE@Base 1.8.0 + _ZTIN4cutl2fs5errorE@Base 1.8.0 + _ZTIN4cutl2re11format_baseE@Base 1.8.0 + _ZTIN4cutl2re12basic_formatIcEE@Base 1.8.0 + _ZTIN4cutl2re12basic_formatIwEE@Base 1.8.0 + _ZTIN4cutl3xml13serializationE@Base 1.8.0 + _ZTIN4cutl3xml7parsingE@Base 1.8.0 + _ZTIN4cutl3xml9exceptionE@Base 1.8.0 + _ZTIN4cutl8compiler12no_type_infoE@Base 1.8.0 + _ZTIN4cutl8compiler7context6typingE@Base 1.8.0 + _ZTIN4cutl8compiler7context8no_entryE@Base 1.8.0 + _ZTIN4cutl9exceptionE@Base 1.8.0 + _ZTIN5boost16exception_detail10clone_baseE@Base 1.8.0 + _ZTIN5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEEE@Base 1.8.0 + _ZTIN5boost16exception_detail19error_info_injectorISt11logic_errorEE@Base 1.8.0 + _ZTIN5boost6detail15sp_counted_baseE@Base 1.8.0 + _ZTIN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEEE@Base 1.8.0 + _ZTIN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEEE@Base 1.8.0 + _ZTIN5boost9exceptionE@Base 1.8.0 + _ZTSN4cutl10not_sharedE@Base 1.8.0 + _ZTSN4cutl2fs17invalid_path_baseE@Base 1.8.0 + _ZTSN4cutl2fs18invalid_basic_pathIcEE@Base 1.8.0 + _ZTSN4cutl2fs18invalid_basic_pathIwEE@Base 1.8.0 + _ZTSN4cutl2fs5errorE@Base 1.8.0 + _ZTSN4cutl2re11format_baseE@Base 1.8.0 + _ZTSN4cutl2re12basic_formatIcEE@Base 1.8.0 + _ZTSN4cutl2re12basic_formatIwEE@Base 1.8.0 + _ZTSN4cutl3xml13serializationE@Base 1.8.0 + _ZTSN4cutl3xml7parsingE@Base 1.8.0 + _ZTSN4cutl3xml9exceptionE@Base 1.8.0 + _ZTSN4cutl8compiler12no_type_infoE@Base 1.8.0 + _ZTSN4cutl8compiler7context6typingE@Base 1.8.0 + _ZTSN4cutl8compiler7context8no_entryE@Base 1.8.0 + _ZTSN4cutl9exceptionE@Base 1.8.0 + _ZTSN5boost16exception_detail10clone_baseE@Base 1.8.0 + _ZTSN5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEEE@Base 1.8.0 + _ZTSN5boost16exception_detail19error_info_injectorISt11logic_errorEE@Base 1.8.0 + _ZTSN5boost6detail15sp_counted_baseE@Base 1.8.0 + _ZTSN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEEE@Base 1.8.0 + _ZTSN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEEE@Base 1.8.0 + _ZTSN5boost9exceptionE@Base 1.8.0 + _ZTTN5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEEE@Base 1.8.0 + _ZTVN4cutl10not_sharedE@Base 1.8.0 + _ZTVN4cutl2fs17invalid_path_baseE@Base 1.8.0 + _ZTVN4cutl2fs18invalid_basic_pathIcEE@Base 1.8.0 + _ZTVN4cutl2fs18invalid_basic_pathIwEE@Base 1.8.0 + _ZTVN4cutl2fs5errorE@Base 1.8.0 + _ZTVN4cutl2re11format_baseE@Base 1.8.0 + _ZTVN4cutl2re12basic_formatIcEE@Base 1.8.0 + _ZTVN4cutl2re12basic_formatIwEE@Base 1.8.0 + _ZTVN4cutl3xml13serializationE@Base 1.8.0 + _ZTVN4cutl3xml7parsingE@Base 1.8.0 + _ZTVN4cutl3xml9exceptionE@Base 1.8.0 + _ZTVN4cutl8compiler12no_type_infoE@Base 1.8.0 + _ZTVN4cutl8compiler7context6typingE@Base 1.8.0 + _ZTVN4cutl8compiler7context8no_entryE@Base 1.8.0 + _ZTVN4cutl9exceptionE@Base 1.8.0 + _ZTVN5boost16exception_detail10clone_baseE@Base 1.8.0 + _ZTVN5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEEE@Base 1.8.0 + _ZTVN5boost16exception_detail19error_info_injectorISt11logic_errorEE@Base 1.8.0 + _ZTVN5boost6detail15sp_counted_baseE@Base 1.8.0 + _ZTVN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEEE@Base 1.8.0 + _ZTVN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEEE@Base 1.8.0 + _ZTVN5boost9exceptionE@Base 1.8.0 + _ZThn16_N5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEED0Ev@Base 1.8.0 + _ZThn16_N5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEED1Ev@Base 1.8.0 + _ZThn16_N5boost16exception_detail19error_info_injectorISt11logic_errorED0Ev@Base 1.8.0 + _ZThn16_N5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev@Base 1.8.0 + _ZTv0_n24_NK5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEE5cloneEv@Base 1.8.0 + _ZTv0_n32_NK5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEE7rethrowEv@Base 1.8.0 + _ZTv0_n40_N5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEED0Ev@Base 1.8.0 + _ZTv0_n40_N5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEED1Ev@Base 1.8.0 + _ZZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16match_all_statesEvE14s_match_vtable@Base 1.8.0 + _ZZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE6unwindEbE14s_unwind_table@Base 1.8.0 + _ZZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE8find_impEvE13s_find_vtable@Base 1.8.0 + _ZZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16match_all_statesEvE14s_match_vtable@Base 1.8.0 + _ZZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE6unwindEbE14s_unwind_table@Base 1.8.0 + _ZZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE8find_impEvE13s_find_vtable@Base 1.8.0 + _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEbE16LAST_PAREN_MATCH@Base 1.8.0 + _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEbE20LAST_SUBMATCH_RESULT@Base 1.8.0 + _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEbE24LAST_SUBMATCH_RESULT_ALT@Base 1.8.0 + _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEbE5MATCH@Base 1.8.0 + _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEbE8PREMATCH@Base 1.8.0 + _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEbE9POSTMATCH@Base 1.8.0 + _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEbE16LAST_PAREN_MATCH@Base 1.8.0 + _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEbE20LAST_SUBMATCH_RESULT@Base 1.8.0 + _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEbE24LAST_SUBMATCH_RESULT_ALT@Base 1.8.0 + _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEbE5MATCH@Base 1.8.0 + _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEbE8PREMATCH@Base 1.8.0 + _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEbE9POSTMATCH@Base 1.8.0 + _ZdlPvN4cutl5shareE@Base 1.8.0 + _ZnwmN4cutl5shareE@Base 1.8.0 + exclusive@Base 1.8.0 + genxAddAttribute@Base 1.8.0 + genxAddAttributeLiteral@Base 1.8.0 + genxAddBoundedText@Base 1.8.0 + genxAddCharacter@Base 1.8.0 + genxAddCountedText@Base 1.8.0 + genxAddNamespace@Base 1.8.0 + genxAddNamespaceLiteral@Base 1.8.0 + genxAddText@Base 1.8.0 + genxCharClass@Base 1.8.0 + genxCheckText@Base 1.8.0 + genxComment@Base 1.8.0 + genxDeclareAttribute@Base 1.8.0 + genxDeclareElement@Base 1.8.0 + genxDeclareNamespace@Base 1.8.0 + genxDispose@Base 1.8.0 + genxEndAttribute@Base 1.8.0 + genxEndDocument@Base 1.8.0 + genxEndElement@Base 1.8.0 + genxGetAlloc@Base 1.8.0 + genxGetCanonical@Base 1.8.0 + genxGetDealloc@Base 1.8.0 + genxGetErrorMessage@Base 1.8.0 + genxGetNamespacePrefix@Base 1.8.0 + genxGetPrettyPrint@Base 1.8.0 + genxGetUserData@Base 1.8.0 + genxGetVersion@Base 1.8.0 + genxLastErrorMessage@Base 1.8.0 + genxNew@Base 1.8.0 + genxNextUnicodeChar@Base 1.8.0 + genxPI@Base 1.8.0 + genxReset@Base 1.8.0 + genxScrubText@Base 1.8.0 + genxSetAlloc@Base 1.8.0 + genxSetCanonical@Base 1.8.0 + genxSetCharProps@Base 1.8.0 + genxSetDealloc@Base 1.8.0 + genxSetPrettyPrint@Base 1.8.0 + genxSetUserData@Base 1.8.0 + genxStartAttribute@Base 1.8.0 + genxStartAttributeLiteral@Base 1.8.0 + genxStartDocSender@Base 1.8.0 + genxStartElement@Base 1.8.0 + genxStartElementLiteral@Base 1.8.0 + genxUnsetDefaultNamespace@Base 1.8.0 + genxXmlDeclaration@Base 1.8.0 + genx_flush@Base 1.8.0 + genx_write@Base 1.8.0 + genx_write_bound@Base 1.8.0 + shared@Base 1.8.0 diff -Nru libcutl-1.8.1+ds1/debian/fixit-libcutl-1.8.symbols libcutl-1.10.0+ds1/debian/fixit-libcutl-1.8.symbols --- libcutl-1.8.1+ds1/debian/fixit-libcutl-1.8.symbols 2014-07-18 18:39:23.000000000 +0000 +++ libcutl-1.10.0+ds1/debian/fixit-libcutl-1.8.symbols 1970-01-01 00:00:00.000000000 +0000 @@ -1,534 +0,0 @@ -libcutl-1.8.so libcutl-1.8 #MINVER# - _ZN4cutl10not_sharedD0Ev@Base 1.8.0 - _ZN4cutl10not_sharedD1Ev@Base 1.8.0 - _ZN4cutl10not_sharedD2Ev@Base 1.8.0 - _ZN4cutl10static_ptrISt3mapINS_8compiler7type_idENS2_9type_infoESt4lessIS3_ESaISt4pairIKS3_S4_EEENS2_4bits20default_type_info_idEE2x_E@Base 1.8.0 - _ZN4cutl10static_ptrISt3mapINS_8compiler7type_idENS2_9type_infoESt4lessIS3_ESaISt4pairIKS3_S4_EEENS2_4bits20default_type_info_idEE6count_E@Base 1.8.0 - _ZN4cutl10static_ptrISt3mapINS_8compiler7type_idENS2_9type_infoESt4lessIS3_ESaISt4pairIKS3_S4_EEENS2_4bits20default_type_info_idEED1Ev@Base 1.8.0 - _ZN4cutl10static_ptrISt3mapINS_8compiler7type_idENS2_9type_infoESt4lessIS3_ESaISt4pairIKS3_S4_EEENS2_4bits20default_type_info_idEED2Ev@Base 1.8.0 - _ZN4cutl2fs10basic_pathIcE7currentERKS2_@Base 1.8.0 - _ZN4cutl2fs10basic_pathIcE7currentEv@Base 1.8.0 - _ZN4cutl2fs10basic_pathIwE7currentERKS2_@Base 1.8.0 - _ZN4cutl2fs10basic_pathIwE7currentEv@Base 1.8.0 - _ZN4cutl2fs11auto_removeD1Ev@Base 1.8.0 - _ZN4cutl2fs11auto_removeD2Ev@Base 1.8.0 - _ZN4cutl2fs12auto_removesD1Ev@Base 1.8.0 - _ZN4cutl2fs12auto_removesD2Ev@Base 1.8.0 - _ZN4cutl2fs17invalid_path_baseD0Ev@Base 1.8.0 - _ZN4cutl2fs17invalid_path_baseD1Ev@Base 1.8.0 - _ZN4cutl2fs17invalid_path_baseD2Ev@Base 1.8.0 - _ZN4cutl2fs18invalid_basic_pathIcEC1ERKSs@Base 1.8.0 - _ZN4cutl2fs18invalid_basic_pathIcEC2ERKSs@Base 1.8.0 - _ZN4cutl2fs18invalid_basic_pathIcED0Ev@Base 1.8.0 - _ZN4cutl2fs18invalid_basic_pathIcED1Ev@Base 1.8.0 - _ZN4cutl2fs18invalid_basic_pathIcED2Ev@Base 1.8.0 - _ZN4cutl2fs18invalid_basic_pathIwEC1EPKw@Base 1.8.0 - _ZN4cutl2fs18invalid_basic_pathIwEC1ERKSbIwSt11char_traitsIwESaIwEE@Base 1.8.0 - _ZN4cutl2fs18invalid_basic_pathIwEC2EPKw@Base 1.8.0 - _ZN4cutl2fs18invalid_basic_pathIwEC2ERKSbIwSt11char_traitsIwESaIwEE@Base 1.8.0 - _ZN4cutl2fs18invalid_basic_pathIwED0Ev@Base 1.8.0 - _ZN4cutl2fs18invalid_basic_pathIwED1Ev@Base 1.8.0 - _ZN4cutl2fs18invalid_basic_pathIwED2Ev@Base 1.8.0 - _ZN4cutl2fs5errorD0Ev@Base 1.8.0 - _ZN4cutl2fs5errorD1Ev@Base 1.8.0 - _ZN4cutl2fs5errorD2Ev@Base 1.8.0 - _ZN4cutl2re11basic_regexIcE4initEPKSsb@Base 1.8.0 - _ZN4cutl2re11basic_regexIcEC1ERKS2_@Base 1.8.0 - _ZN4cutl2re11basic_regexIcEC2ERKS2_@Base 1.8.0 - _ZN4cutl2re11basic_regexIcED1Ev@Base 1.8.0 - _ZN4cutl2re11basic_regexIcED2Ev@Base 1.8.0 - _ZN4cutl2re11basic_regexIcEaSERKS2_@Base 1.8.0 - _ZN4cutl2re11basic_regexIwE4initEPKSbIwSt11char_traitsIwESaIwEEb@Base 1.8.0 - _ZN4cutl2re11basic_regexIwEC1ERKS2_@Base 1.8.0 - _ZN4cutl2re11basic_regexIwEC2ERKS2_@Base 1.8.0 - _ZN4cutl2re11basic_regexIwED1Ev@Base 1.8.0 - _ZN4cutl2re11basic_regexIwED2Ev@Base 1.8.0 - _ZN4cutl2re11basic_regexIwEaSERKS2_@Base 1.8.0 - _ZN4cutl2re11format_baseD0Ev@Base 1.8.0 - _ZN4cutl2re11format_baseD1Ev@Base 1.8.0 - _ZN4cutl2re11format_baseD2Ev@Base 1.8.0 - _ZN4cutl2re12basic_formatIcED0Ev@Base 1.8.0 - _ZN4cutl2re12basic_formatIcED1Ev@Base 1.8.0 - _ZN4cutl2re12basic_formatIcED2Ev@Base 1.8.0 - _ZN4cutl2re12basic_formatIwED0Ev@Base 1.8.0 - _ZN4cutl2re12basic_formatIwED1Ev@Base 1.8.0 - _ZN4cutl2re12basic_formatIwED2Ev@Base 1.8.0 - _ZN4cutl3xml10serializer10charactersERKSs@Base 1.8.0 - _ZN4cutl3xml10serializer11end_elementEv@Base 1.8.0 - _ZN4cutl3xml10serializer12handle_errorE10genxStatus@Base 1.8.0 - _ZN4cutl3xml10serializer13end_attributeEv@Base 1.8.0 - _ZN4cutl3xml10serializer13start_elementERKSsS3_@Base 1.8.0 - _ZN4cutl3xml10serializer14namespace_declERKSsS3_@Base 1.8.0 - _ZN4cutl3xml10serializer15start_attributeERKSsS3_@Base 1.8.0 - _ZN4cutl3xml10serializer23lookup_namespace_prefixERKSsRSs@Base 1.8.0 - _ZN4cutl3xml10serializer8xml_declERKSsS3_S3_@Base 1.8.0 - _ZN4cutl3xml10serializer9attributeERKSsS3_S3_@Base 1.8.0 - _ZN4cutl3xml10serializerC1ERSoRKSst@Base 1.8.0 - _ZN4cutl3xml10serializerC2ERSoRKSst@Base 1.8.0 - _ZN4cutl3xml10serializerD1Ev@Base 1.8.0 - _ZN4cutl3xml10serializerD2Ev@Base 1.8.0 - _ZN4cutl3xml13serialization4initEv@Base 1.8.0 - _ZN4cutl3xml13serializationC1ERKNS0_10serializerERKSs@Base 1.8.0 - _ZN4cutl3xml13serializationC1ERKSsS3_@Base 1.8.0 - _ZN4cutl3xml13serializationC2ERKNS0_10serializerERKSs@Base 1.8.0 - _ZN4cutl3xml13serializationC2ERKSsS3_@Base 1.8.0 - _ZN4cutl3xml13serializationD0Ev@Base 1.8.0 - _ZN4cutl3xml13serializationD1Ev@Base 1.8.0 - _ZN4cutl3xml13serializationD2Ev@Base 1.8.0 - _ZN4cutl3xml20default_value_traitsIbE5parseESsRKNS0_6parserE@Base 1.8.0 - _ZN4cutl3xml5qnameD1Ev@Base 1.8.0 - _ZN4cutl3xml5qnameD2Ev@Base 1.8.0 - _ZN4cutl3xml6parser11characters_EPvPKci@Base 1.8.0 - _ZN4cutl3xml6parser11next_expectENS1_10event_typeE@Base 1.8.0 - _ZN4cutl3xml6parser11next_expectENS1_10event_typeERKSsS4_@Base 1.8.0 - _ZN4cutl3xml6parser11pop_elementEv@Base 1.8.0 - _ZN4cutl3xml6parser12end_element_EPvPKc@Base 1.8.0 - _ZN4cutl3xml6parser12handle_errorEv@Base 1.8.0 - _ZN4cutl3xml6parser14attribute_typeD1Ev@Base 1.8.0 - _ZN4cutl3xml6parser14attribute_typeD2Ev@Base 1.8.0 - _ZN4cutl3xml6parser14start_element_EPvPKcPS4_@Base 1.8.0 - _ZN4cutl3xml6parser19end_namespace_decl_EPvPKc@Base 1.8.0 - _ZN4cutl3xml6parser21start_namespace_decl_EPvPKcS4_@Base 1.8.0 - _ZN4cutl3xml6parser5next_Eb@Base 1.8.0 - _ZN4cutl3xml6parser9next_bodyEv@Base 1.8.0 - _ZN4cutl3xml6parserC1ERSiRKSst@Base 1.8.0 - _ZN4cutl3xml6parserC2ERSiRKSst@Base 1.8.0 - _ZN4cutl3xml6parserD1Ev@Base 1.8.0 - _ZN4cutl3xml6parserD2Ev@Base 1.8.0 - _ZN4cutl3xml7parsing4initEv@Base 1.8.0 - _ZN4cutl3xml7parsingC1ERKNS0_6parserERKSs@Base 1.8.0 - _ZN4cutl3xml7parsingC1ERKSsyyS3_@Base 1.8.0 - _ZN4cutl3xml7parsingC2ERKNS0_6parserERKSs@Base 1.8.0 - _ZN4cutl3xml7parsingC2ERKSsyyS3_@Base 1.8.0 - _ZN4cutl3xml7parsingD0Ev@Base 1.8.0 - _ZN4cutl3xml7parsingD1Ev@Base 1.8.0 - _ZN4cutl3xml7parsingD2Ev@Base 1.8.0 - _ZN4cutl3xml9exceptionD0Ev@Base 1.8.0 - _ZN4cutl3xml9exceptionD1Ev@Base 1.8.0 - _ZN4cutl3xml9exceptionD2Ev@Base 1.8.0 - _ZN4cutl3xmllsERSoNS0_6parser10event_typeE@Base 1.8.0 - _ZN4cutl3xmllsERSoRKNS0_5qnameE@Base 1.8.0 - _ZN4cutl8compiler12cxx_indenterIcE7keywordENS2_12keyword_typeE@Base 1.8.0 - _ZN4cutl8compiler12cxx_indenterIwE7keywordENS2_12keyword_typeE@Base 1.8.0 - _ZN4cutl8compiler12no_type_infoD0Ev@Base 1.8.0 - _ZN4cutl8compiler12no_type_infoD1Ev@Base 1.8.0 - _ZN4cutl8compiler12no_type_infoD2Ev@Base 1.8.0 - _ZN4cutl8compiler6insertERKNS0_9type_infoE@Base 1.8.0 - _ZN4cutl8compiler6lookupERKNS0_7type_idE@Base 1.8.0 - _ZN4cutl8compiler7context3setERKSsRKNS_9container3anyE@Base 1.8.0 - _ZN4cutl8compiler7context6removeERKSs@Base 1.8.0 - _ZN4cutl8compiler7context6typingD0Ev@Base 1.8.0 - _ZN4cutl8compiler7context6typingD1Ev@Base 1.8.0 - _ZN4cutl8compiler7context6typingD2Ev@Base 1.8.0 - _ZN4cutl8compiler7context8no_entryD0Ev@Base 1.8.0 - _ZN4cutl8compiler7context8no_entryD1Ev@Base 1.8.0 - _ZN4cutl8compiler7context8no_entryD2Ev@Base 1.8.0 - _ZN4cutl9exceptionD0Ev@Base 1.8.0 - _ZN4cutl9exceptionD1Ev@Base 1.8.0 - _ZN4cutl9exceptionD2Ev@Base 1.8.0 - _ZN5boost12regex_searchIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEbT_SD_RNS_13match_resultsISD_T0_EERKNS_11basic_regexIT1_T2_EENS_15regex_constants12_match_flagsESD_@Base 1.8.0 - _ZN5boost12regex_searchIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEbT_SA_RKNS_11basic_regexIT0_T1_EENS_15regex_constants12_match_flagsE@Base 1.8.0 - _ZN5boost12regex_searchIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEbT_SH_RNS_13match_resultsISH_T0_EERKNS_11basic_regexIT1_T2_EENS_15regex_constants12_match_flagsESH_@Base 1.8.0 - _ZN5boost12regex_searchIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEbT_SE_RKNS_11basic_regexIT0_T1_EENS_15regex_constants12_match_flagsE@Base 1.8.0 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEE17raise_logic_errorEv@Base 1.8.0 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEE8set_sizeEmS5_S5_@Base 1.8.0 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEEC1ERKS9_@Base 1.8.0 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEEC2ERKS9_@Base 1.8.0 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEED1Ev@Base 1.8.0 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEED2Ev@Base 1.8.0 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEEaSERKS9_@Base 1.8.0+ds1 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEE17raise_logic_errorEv@Base 1.8.0 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEE8set_sizeEmS9_S9_@Base 1.8.0 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEEC1ERKSD_@Base 1.8.0 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEEC2ERKSD_@Base 1.8.0 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEED1Ev@Base 1.8.0 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEED2Ev@Base 1.8.0 - _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEEaSERKSD_@Base 1.8.0+ds1 - _ZN5boost13regex_replaceINS_9re_detail19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEEN9__gnu_cxx17__normal_iteratorIPKwS6_EENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEwS6_EET_SH_T0_SI_RKNS_11basic_regexIT2_T1_EET3_NS_15regex_constants12_match_flagsE@Base 1.8.0 - _ZN5boost13regex_replaceINS_9re_detail19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEcSsEET_SD_T0_SE_RKNS_11basic_regexIT2_T1_EET3_NS_15regex_constants12_match_flagsE@Base 1.8.0 - _ZN5boost14checked_deleteINS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEEEEEEvPT_@Base 1.8.0 - _ZN5boost14checked_deleteINS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEEEEEEvPT_@Base 1.8.0 - _ZN5boost14checked_deleteINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEEEvPT_@Base 1.8.0 - _ZN5boost14checked_deleteINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEEEvPT_@Base 1.8.0 - _ZN5boost15throw_exceptionISt11logic_errorEEvRKT_@Base 1.8.0 - _ZN5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEED0Ev@Base 1.8.0 - _ZN5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEED1Ev@Base 1.8.0 - _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7releaseEv@Base 1.8.0 - _ZN5boost16exception_detail19error_info_injectorISt11logic_errorED0Ev@Base 1.8.0 - _ZN5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev@Base 1.8.0 - _ZN5boost16exception_detail19error_info_injectorISt11logic_errorED2Ev@Base 1.8.0 - _ZN5boost6detail12shared_countD1Ev@Base 1.8.0+ds1 - _ZN5boost6detail12shared_countD2Ev@Base 1.8.0+ds1 - _ZN5boost6detail15sp_counted_base7destroyEv@Base 1.8.0 - _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEE11get_deleterERKSt9type_info@Base 1.8.0 - _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEE19get_untyped_deleterEv@Base 1.8.0 - _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEE7disposeEv@Base 1.8.0 - _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEED0Ev@Base 1.8.0 - _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEED1Ev@Base 1.8.0 - _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEED2Ev@Base 1.8.0 - _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEE11get_deleterERKSt9type_info@Base 1.8.0 - _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEE19get_untyped_deleterEv@Base 1.8.0 - _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEE7disposeEv@Base 1.8.0 - _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEED0Ev@Base 1.8.0 - _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEED1Ev@Base 1.8.0 - _ZN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEED2Ev@Base 1.8.0 - _ZN5boost9exceptionD0Ev@Base 1.8.0 - _ZN5boost9exceptionD1Ev@Base 1.8.0 - _ZN5boost9exceptionD2Ev@Base 1.8.0 - _ZN5boost9re_detail11raise_errorINS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEEEvRKT_NS_15regex_constants10error_typeE@Base 1.8.0 - _ZN5boost9re_detail11raise_errorINS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEEEvRKT_NS_15regex_constants10error_typeE@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE10match_jumpEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE10match_wildEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE10unwind_altEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE10unwind_endEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE11match_matchEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE12extend_stackEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE12match_prefixEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE12unwind_parenEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE13match_backrefEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE13match_endmarkEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE13match_literalEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE14match_backstepEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE14match_end_lineEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE14match_long_setEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE14match_word_endEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15match_combiningEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15match_recursionEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15match_startmarkEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16find_restart_anyEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16find_restart_bufEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16find_restart_litEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16match_all_statesEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16match_buffer_endEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16match_set_repeatEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16match_start_lineEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16match_word_startEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16unwind_assertionEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16unwind_recursionEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE17find_restart_lineEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE17find_restart_wordEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE17match_char_repeatEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE17match_toggle_caseEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE17match_within_wordEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE18match_buffer_startEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE18unwind_char_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE18unwind_extra_blockEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE19match_word_boundaryEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE20match_assert_backrefEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE20unwind_recursion_popEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE21match_dot_repeat_fastEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE21match_dot_repeat_slowEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE21match_long_set_repeatEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE21match_soft_buffer_endEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE22match_restart_continueEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE22unwind_fast_dot_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE22unwind_long_set_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE22unwind_slow_dot_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE23unwind_repeater_counterEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE23unwind_short_set_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE24unwind_non_greedy_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE24unwind_recursion_stopperEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE25match_dot_repeat_dispatchEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE27unwind_greedy_single_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE6unwindEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE8find_impEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9match_altEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9match_impEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9match_repEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9match_setEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEED1Ev@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEED2Ev@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE10match_jumpEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE10match_wildEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE10unwind_altEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE10unwind_endEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE11match_matchEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE12extend_stackEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE12match_prefixEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE12unwind_parenEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE13match_backrefEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE13match_endmarkEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE13match_literalEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE14match_backstepEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE14match_end_lineEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE14match_long_setEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE14match_word_endEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE15match_combiningEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE15match_recursionEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE15match_startmarkEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16find_restart_anyEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16find_restart_bufEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16find_restart_litEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16match_all_statesEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16match_buffer_endEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16match_set_repeatEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16match_start_lineEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16match_word_startEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16unwind_assertionEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16unwind_recursionEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE17find_restart_lineEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE17find_restart_wordEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE17match_char_repeatEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE17match_toggle_caseEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE17match_within_wordEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE18match_buffer_startEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE18unwind_char_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE18unwind_extra_blockEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE19match_word_boundaryEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE20match_assert_backrefEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE20unwind_recursion_popEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE21match_dot_repeat_fastEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE21match_dot_repeat_slowEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE21match_long_set_repeatEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE21match_soft_buffer_endEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE22match_restart_continueEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE22unwind_fast_dot_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE22unwind_long_set_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE22unwind_slow_dot_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE23unwind_repeater_counterEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE23unwind_short_set_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE24unwind_non_greedy_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE24unwind_recursion_stopperEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE25match_dot_repeat_dispatchEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE27unwind_greedy_single_repeatEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE6unwindEb@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE8find_impEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE9match_altEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE9match_impEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE9match_repEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE9match_setEv@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEED1Ev@Base 1.8.0 - _ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEED2Ev@Base 1.8.0 - _ZN5boost9re_detail16re_is_set_memberIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEjEET_SB_SB_PKNS0_11re_set_longIT2_EERKNS0_10regex_dataIT0_T1_EEb@Base 1.8.0 - _ZN5boost9re_detail16re_is_set_memberIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEjEET_SF_SF_PKNS0_11re_set_longIT2_EERKNS0_10regex_dataIT0_T1_EEb@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E10format_allEv@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E11format_perlEv@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E13format_escapeEv@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEb@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E18format_conditionalEv@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E22format_until_scope_endEv@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E3putEw@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E3toiERSD_SD_iRKN4mpl_5bool_ILb0EEE@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E10format_allEv@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E11format_perlEv@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E13format_escapeEv@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEb@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E18format_conditionalEv@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E22format_until_scope_endEv@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E3putEc@Base 1.8.0 - _ZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E3toiERS9_S9_iRKN4mpl_5bool_ILb0EEE@Base 1.8.0 - _ZNK4cutl10not_shared4whatEv@Base 1.8.0 - _ZNK4cutl2fs17invalid_path_base4whatEv@Base 1.8.0 - _ZNK4cutl2fs5error4whatEv@Base 1.8.0 - _ZNK4cutl2re11basic_regexIcE5matchERKSs@Base 1.8.0 - _ZNK4cutl2re11basic_regexIcE6searchERKSs@Base 1.8.0 - _ZNK4cutl2re11basic_regexIcE7replaceERKSsS4_b@Base 1.8.0 - _ZNK4cutl2re11basic_regexIwE5matchERKSbIwSt11char_traitsIwESaIwEE@Base 1.8.0 - _ZNK4cutl2re11basic_regexIwE6searchERKSbIwSt11char_traitsIwESaIwEE@Base 1.8.0 - _ZNK4cutl2re11basic_regexIwE7replaceERKSbIwSt11char_traitsIwESaIwEES8_b@Base 1.8.0 - _ZNK4cutl2re11format_base4whatEv@Base 1.8.0 - _ZNK4cutl3xml13serialization4whatEv@Base 1.8.0 - _ZNK4cutl3xml5qname6stringEv@Base 1.8.0 - _ZNK4cutl3xml6parser11get_elementEv@Base 1.8.0 - _ZNK4cutl3xml6parser17attribute_presentERKNS0_5qnameE@Base 1.8.0 - _ZNK4cutl3xml6parser9attributeERKNS0_5qnameE@Base 1.8.0 - _ZNK4cutl3xml6parser9attributeERKNS0_5qnameERKSs@Base 1.8.0 - _ZNK4cutl3xml7parsing4whatEv@Base 1.8.0 - _ZNK4cutl8compiler7context9type_infoERKSs@Base 1.8.0 - _ZNK4cutl9exception4whatEv@Base 1.8.0 - _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEE19named_subexpressionES4_S4_@Base 1.8.0 - _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEE21get_last_closed_parenEv@Base 1.8.0 - _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEE25named_subexpression_indexES4_S4_@Base 1.8.0 - _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEEixEi@Base 1.8.0 - _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEE19named_subexpressionES4_S4_@Base 1.8.0 - _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEE21get_last_closed_parenEv@Base 1.8.0 - _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEE25named_subexpression_indexES4_S4_@Base 1.8.0 - _ZNK5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchIS9_EEEEixEi@Base 1.8.0 - _ZNK5boost16cpp_regex_traitsIcE7isctypeEcj@Base 1.8.0 - _ZNK5boost16cpp_regex_traitsIwE7isctypeEwj@Base 1.8.0 - _ZNK5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEE5cloneEv@Base 1.8.0 - _ZNK5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEE7rethrowEv@Base 1.8.0 - _ZNKSt8_Rb_treeIN4cutl3xml5qnameESt4pairIKS2_NS1_6parser20attribute_value_typeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE4findERS4_@Base 1.8.0 - _ZNKSt8_Rb_treeIiSt4pairIKiSsESt10_Select1stIS2_ESt4lessIiESaIS2_EE4findERS1_@Base 1.8.0 - _ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag@Base 1.8.0 - _ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPKwN5boost9re_detail19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEEEET0_T_SE_SD_@Base 1.8.0+ds1 - _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPN5boost9re_detail14recursion_infoINS2_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS2_9sub_matchISA_EEEEEEESG_EET0_T_SI_SH_@Base 1.8.0 - _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPN5boost9re_detail14recursion_infoINS2_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS2_9sub_matchISE_EEEEEEESK_EET0_T_SM_SL_@Base 1.8.0 - _ZNSt4pairIKN4cutl3xml5qnameENS1_6parser20attribute_value_typeEED1Ev@Base 1.8.0 - _ZNSt4pairIKN4cutl3xml5qnameENS1_6parser20attribute_value_typeEED2Ev@Base 1.8.0 - _ZNSt4pairIKSsN4cutl9container3anyEED1Ev@Base 1.8.0 - _ZNSt4pairIKSsN4cutl9container3anyEED2Ev@Base 1.8.0 - _ZNSt6vectorIN4cutl3xml5qnameESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_@Base 1.8.0 - _ZNSt6vectorIN4cutl3xml5qnameESaIS2_EED1Ev@Base 1.8.0 - _ZNSt6vectorIN4cutl3xml5qnameESaIS2_EED2Ev@Base 1.8.0 - _ZNSt6vectorIN4cutl3xml6parser13element_entryESaIS3_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS3_S5_EERKS3_@Base 1.8.0 - _ZNSt6vectorIN4cutl3xml6parser13element_entryESaIS3_EED1Ev@Base 1.8.0 - _ZNSt6vectorIN4cutl3xml6parser13element_entryESaIS3_EED2Ev@Base 1.8.0 - _ZNSt6vectorIN4cutl3xml6parser14attribute_typeESaIS3_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS3_S5_EERKS3_@Base 1.8.0 - _ZNSt6vectorIN4cutl3xml6parser14attribute_typeESaIS3_EED1Ev@Base 1.8.0 - _ZNSt6vectorIN4cutl3xml6parser14attribute_typeESaIS3_EED2Ev@Base 1.8.0 - _ZNSt6vectorIN5boost9re_detail14recursion_infoINS0_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS0_9sub_matchIS8_EEEEEEESaISD_EE13_M_insert_auxENS5_IPSD_SF_EERKSD_@Base 1.8.0 - _ZNSt6vectorIN5boost9re_detail14recursion_infoINS0_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS0_9sub_matchIS8_EEEEEEESaISD_EED1Ev@Base 1.8.0 - _ZNSt6vectorIN5boost9re_detail14recursion_infoINS0_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS0_9sub_matchIS8_EEEEEEESaISD_EED2Ev@Base 1.8.0 - _ZNSt6vectorIN5boost9re_detail14recursion_infoINS0_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS0_9sub_matchISC_EEEEEEESaISH_EE13_M_insert_auxENS5_IPSH_SJ_EERKSH_@Base 1.8.0 - _ZNSt6vectorIN5boost9re_detail14recursion_infoINS0_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS0_9sub_matchISC_EEEEEEESaISH_EED1Ev@Base 1.8.0 - _ZNSt6vectorIN5boost9re_detail14recursion_infoINS0_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS0_9sub_matchISC_EEEEEEESaISH_EED2Ev@Base 1.8.0 - _ZNSt6vectorIN5boost9sub_matchIN9__gnu_cxx17__normal_iteratorIPKcSsEEEESaIS7_EE14_M_fill_insertENS3_IPS7_S9_EEmRKS7_@Base 1.8.0 - _ZNSt6vectorIN5boost9sub_matchIN9__gnu_cxx17__normal_iteratorIPKcSsEEEESaIS7_EEaSERKS9_@Base 1.8.0 - _ZNSt6vectorIN5boost9sub_matchIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEEESaISB_EE14_M_fill_insertENS3_IPSB_SD_EEmRKSB_@Base 1.8.0 - _ZNSt6vectorIN5boost9sub_matchIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEEESaISB_EEaSERKSD_@Base 1.8.0 - _ZNSt8_Rb_treeIN4cutl3xml5qnameESt4pairIKS2_NS1_6parser20attribute_value_typeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE16_M_insert_uniqueERKS7_@Base 1.8.0 - _ZNSt8_Rb_treeIN4cutl3xml5qnameESt4pairIKS2_NS1_6parser20attribute_value_typeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE7_M_copyEPKSt13_Rb_tree_nodeIS7_EPSF_@Base 1.8.0 - _ZNSt8_Rb_treeIN4cutl3xml5qnameESt4pairIKS2_NS1_6parser20attribute_value_typeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E@Base 1.8.0 - _ZNSt8_Rb_treeIN4cutl3xml5qnameESt4pairIKS2_NS1_6parser20attribute_value_typeEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EEaSERKSD_@Base 1.8.0 - _ZNSt8_Rb_treeIN4cutl8compiler7type_idESt4pairIKS2_NS1_9type_infoEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE10_M_insert_EPSt18_Rb_tree_node_baseSE_RKS6_@Base 1.8.0+ds1 - _ZNSt8_Rb_treeIN4cutl8compiler7type_idESt4pairIKS2_NS1_9type_infoEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE8_M_eraseEPSt13_Rb_tree_nodeIS6_E@Base 1.8.0 - _ZNSt8_Rb_treeISsSt4pairIKSsN4cutl9container3anyEESt10_Select1stIS5_ESt4lessISsESaIS5_EE10_M_insert_EPSt18_Rb_tree_node_baseSD_RKS5_@Base 1.8.0 - _ZSt13__equal_rangeIN9__gnu_cxx17__normal_iteratorIPKN5boost9re_detail20named_subexpressions4nameESt6vectorIS5_SaIS5_EEEES5_NS0_5__ops14_Iter_less_valENSC_14_Val_less_iterEESt4pairIT_SG_ESG_SG_RKT0_T1_T2_@Base 1.8.0+ds1 - _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_@Base 1.8.0 - _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_PKS3_@Base 1.8.0 - _ZTIN4cutl10not_sharedE@Base 1.8.0 - _ZTIN4cutl2fs17invalid_path_baseE@Base 1.8.0 - _ZTIN4cutl2fs18invalid_basic_pathIcEE@Base 1.8.0 - _ZTIN4cutl2fs18invalid_basic_pathIwEE@Base 1.8.0 - _ZTIN4cutl2fs5errorE@Base 1.8.0 - _ZTIN4cutl2re11format_baseE@Base 1.8.0 - _ZTIN4cutl2re12basic_formatIcEE@Base 1.8.0 - _ZTIN4cutl2re12basic_formatIwEE@Base 1.8.0 - _ZTIN4cutl3xml13serializationE@Base 1.8.0 - _ZTIN4cutl3xml7parsingE@Base 1.8.0 - _ZTIN4cutl3xml9exceptionE@Base 1.8.0 - _ZTIN4cutl8compiler12no_type_infoE@Base 1.8.0 - _ZTIN4cutl8compiler7context6typingE@Base 1.8.0 - _ZTIN4cutl8compiler7context8no_entryE@Base 1.8.0 - _ZTIN4cutl9exceptionE@Base 1.8.0 - _ZTIN5boost16exception_detail10clone_baseE@Base 1.8.0 - _ZTIN5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEEE@Base 1.8.0 - _ZTIN5boost16exception_detail19error_info_injectorISt11logic_errorEE@Base 1.8.0 - _ZTIN5boost6detail15sp_counted_baseE@Base 1.8.0 - _ZTIN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEEE@Base 1.8.0 - _ZTIN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEEE@Base 1.8.0 - _ZTIN5boost9exceptionE@Base 1.8.0 - _ZTSN4cutl10not_sharedE@Base 1.8.0 - _ZTSN4cutl2fs17invalid_path_baseE@Base 1.8.0 - _ZTSN4cutl2fs18invalid_basic_pathIcEE@Base 1.8.0 - _ZTSN4cutl2fs18invalid_basic_pathIwEE@Base 1.8.0 - _ZTSN4cutl2fs5errorE@Base 1.8.0 - _ZTSN4cutl2re11format_baseE@Base 1.8.0 - _ZTSN4cutl2re12basic_formatIcEE@Base 1.8.0 - _ZTSN4cutl2re12basic_formatIwEE@Base 1.8.0 - _ZTSN4cutl3xml13serializationE@Base 1.8.0 - _ZTSN4cutl3xml7parsingE@Base 1.8.0 - _ZTSN4cutl3xml9exceptionE@Base 1.8.0 - _ZTSN4cutl8compiler12no_type_infoE@Base 1.8.0 - _ZTSN4cutl8compiler7context6typingE@Base 1.8.0 - _ZTSN4cutl8compiler7context8no_entryE@Base 1.8.0 - _ZTSN4cutl9exceptionE@Base 1.8.0 - _ZTSN5boost16exception_detail10clone_baseE@Base 1.8.0 - _ZTSN5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEEE@Base 1.8.0 - _ZTSN5boost16exception_detail19error_info_injectorISt11logic_errorEE@Base 1.8.0 - _ZTSN5boost6detail15sp_counted_baseE@Base 1.8.0 - _ZTSN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEEE@Base 1.8.0 - _ZTSN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEEE@Base 1.8.0 - _ZTSN5boost9exceptionE@Base 1.8.0 - _ZTTN5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEEE@Base 1.8.0 - _ZTVN4cutl10not_sharedE@Base 1.8.0 - _ZTVN4cutl2fs17invalid_path_baseE@Base 1.8.0 - _ZTVN4cutl2fs18invalid_basic_pathIcEE@Base 1.8.0 - _ZTVN4cutl2fs18invalid_basic_pathIwEE@Base 1.8.0 - _ZTVN4cutl2fs5errorE@Base 1.8.0 - _ZTVN4cutl2re11format_baseE@Base 1.8.0 - _ZTVN4cutl2re12basic_formatIcEE@Base 1.8.0 - _ZTVN4cutl2re12basic_formatIwEE@Base 1.8.0 - _ZTVN4cutl3xml13serializationE@Base 1.8.0 - _ZTVN4cutl3xml7parsingE@Base 1.8.0 - _ZTVN4cutl3xml9exceptionE@Base 1.8.0 - _ZTVN4cutl8compiler12no_type_infoE@Base 1.8.0 - _ZTVN4cutl8compiler7context6typingE@Base 1.8.0 - _ZTVN4cutl8compiler7context8no_entryE@Base 1.8.0 - _ZTVN4cutl9exceptionE@Base 1.8.0 - _ZTVN5boost16exception_detail10clone_baseE@Base 1.8.0 - _ZTVN5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEEE@Base 1.8.0 - _ZTVN5boost16exception_detail19error_info_injectorISt11logic_errorEE@Base 1.8.0 - _ZTVN5boost6detail15sp_counted_baseE@Base 1.8.0 - _ZTVN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKcSsEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEEE@Base 1.8.0 - _ZTVN5boost6detail17sp_counted_impl_pINS_29regex_iterator_implementationIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEwNS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEEEE@Base 1.8.0 - _ZTVN5boost9exceptionE@Base 1.8.0 - _ZThn16_N5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEED0Ev@Base 1.8.0 - _ZThn16_N5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEED1Ev@Base 1.8.0 - _ZThn16_N5boost16exception_detail19error_info_injectorISt11logic_errorED0Ev@Base 1.8.0 - _ZThn16_N5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev@Base 1.8.0 - _ZTv0_n24_NK5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEE5cloneEv@Base 1.8.0 - _ZTv0_n32_NK5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEE7rethrowEv@Base 1.8.0 - _ZTv0_n40_N5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEED0Ev@Base 1.8.0 - _ZTv0_n40_N5boost16exception_detail10clone_implINS0_19error_info_injectorISt11logic_errorEEED1Ev@Base 1.8.0 - _ZZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16match_all_statesEvE14s_match_vtable@Base 1.8.0 - _ZZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE6unwindEbE14s_unwind_table@Base 1.8.0 - _ZZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE8find_impEvE13s_find_vtable@Base 1.8.0 - _ZZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE16match_all_statesEvE14s_match_vtable@Base 1.8.0 - _ZZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE6unwindEbE14s_unwind_table@Base 1.8.0 - _ZZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEESaINS_9sub_matchISA_EEENS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEE8find_impEvE13s_find_vtable@Base 1.8.0 - _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEbE16LAST_PAREN_MATCH@Base 1.8.0 - _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEbE20LAST_SUBMATCH_RESULT@Base 1.8.0 - _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEbE24LAST_SUBMATCH_RESULT_ALT@Base 1.8.0 - _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEbE5MATCH@Base 1.8.0 - _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEbE8PREMATCH@Base 1.8.0 - _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISbIwSt11char_traitsIwESaIwEEEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKwS6_EESaINS_9sub_matchISD_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIwNS_16cpp_regex_traitsIwEEEEEESD_E16handle_perl_verbEbE9POSTMATCH@Base 1.8.0 - _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEbE16LAST_PAREN_MATCH@Base 1.8.0 - _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEbE20LAST_SUBMATCH_RESULT@Base 1.8.0 - _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEbE24LAST_SUBMATCH_RESULT_ALT@Base 1.8.0 - _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEbE5MATCH@Base 1.8.0 - _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEbE8PREMATCH@Base 1.8.0 - _ZZN5boost9re_detail21basic_regex_formatterINS0_19string_out_iteratorISsEENS_13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS9_EEEEENS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEES9_E16handle_perl_verbEbE9POSTMATCH@Base 1.8.0 - _ZdlPvN4cutl5shareE@Base 1.8.0 - _ZnwmN4cutl5shareE@Base 1.8.0 - exclusive@Base 1.8.0 - genxAddAttribute@Base 1.8.0 - genxAddAttributeLiteral@Base 1.8.0 - genxAddBoundedText@Base 1.8.0 - genxAddCharacter@Base 1.8.0 - genxAddCountedText@Base 1.8.0 - genxAddNamespace@Base 1.8.0 - genxAddNamespaceLiteral@Base 1.8.0 - genxAddText@Base 1.8.0 - genxCharClass@Base 1.8.0 - genxCheckText@Base 1.8.0 - genxComment@Base 1.8.0 - genxDeclareAttribute@Base 1.8.0 - genxDeclareElement@Base 1.8.0 - genxDeclareNamespace@Base 1.8.0 - genxDispose@Base 1.8.0 - genxEndAttribute@Base 1.8.0 - genxEndDocument@Base 1.8.0 - genxEndElement@Base 1.8.0 - genxGetAlloc@Base 1.8.0 - genxGetCanonical@Base 1.8.0 - genxGetDealloc@Base 1.8.0 - genxGetErrorMessage@Base 1.8.0 - genxGetNamespacePrefix@Base 1.8.0 - genxGetPrettyPrint@Base 1.8.0 - genxGetUserData@Base 1.8.0 - genxGetVersion@Base 1.8.0 - genxLastErrorMessage@Base 1.8.0 - genxNew@Base 1.8.0 - genxNextUnicodeChar@Base 1.8.0 - genxPI@Base 1.8.0 - genxReset@Base 1.8.0 - genxScrubText@Base 1.8.0 - genxSetAlloc@Base 1.8.0 - genxSetCanonical@Base 1.8.0 - genxSetCharProps@Base 1.8.0 - genxSetDealloc@Base 1.8.0 - genxSetPrettyPrint@Base 1.8.0 - genxSetUserData@Base 1.8.0 - genxStartAttribute@Base 1.8.0 - genxStartAttributeLiteral@Base 1.8.0 - genxStartDocSender@Base 1.8.0 - genxStartElement@Base 1.8.0 - genxStartElementLiteral@Base 1.8.0 - genxUnsetDefaultNamespace@Base 1.8.0 - genxXmlDeclaration@Base 1.8.0 - genx_flush@Base 1.8.0 - genx_write@Base 1.8.0 - genx_write_bound@Base 1.8.0 - shared@Base 1.8.0 diff -Nru libcutl-1.8.1+ds1/debian/libcutl-1.10.install libcutl-1.10.0+ds1/debian/libcutl-1.10.install --- libcutl-1.8.1+ds1/debian/libcutl-1.10.install 1970-01-01 00:00:00.000000000 +0000 +++ libcutl-1.10.0+ds1/debian/libcutl-1.10.install 2014-02-26 15:02:29.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libcutl-*.so diff -Nru libcutl-1.8.1+ds1/debian/libcutl-1.8.install libcutl-1.10.0+ds1/debian/libcutl-1.8.install --- libcutl-1.8.1+ds1/debian/libcutl-1.8.install 2014-02-26 15:02:29.000000000 +0000 +++ libcutl-1.10.0+ds1/debian/libcutl-1.8.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libcutl-*.so diff -Nru libcutl-1.8.1+ds1/m4/libtool.m4 libcutl-1.10.0+ds1/m4/libtool.m4 --- libcutl-1.8.1+ds1/m4/libtool.m4 2014-07-21 08:15:58.000000000 +0000 +++ libcutl-1.10.0+ds1/m4/libtool.m4 2015-11-24 13:45:52.000000000 +0000 @@ -1312,7 +1312,7 @@ rm -rf conftest* ;; -x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext @@ -1333,7 +1333,10 @@ ;; esac ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -1352,7 +1355,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) diff -Nru libcutl-1.8.1+ds1/Makefile.in libcutl-1.10.0+ds1/Makefile.in --- libcutl-1.8.1+ds1/Makefile.in 2014-07-21 08:16:03.000000000 +0000 +++ libcutl-1.10.0+ds1/Makefile.in 2015-11-24 13:45:55.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.12.6 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -19,23 +19,51 @@ # license : MIT; see accompanying LICENSE file VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -55,16 +83,17 @@ build_triplet = @build@ host_triplet = @host@ subdir = . -DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \ - $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(srcdir)/libcutl.pc.in $(top_srcdir)/config/ar-lib \ +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/configure $(am__configure_deps) \ + $(top_srcdir)/cutl/details/config.h.in $(srcdir)/libcutl.pc.in \ + $(dist_doc_DATA) INSTALL NEWS README config/ar-lib \ + config/compile config/config.guess config/config.sub \ + config/install-sh config/missing config/ltmain.sh \ + $(top_srcdir)/config/ar-lib $(top_srcdir)/config/compile \ $(top_srcdir)/config/config.guess \ $(top_srcdir)/config/config.sub \ $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ - $(top_srcdir)/config/missing $(top_srcdir)/configure \ - $(top_srcdir)/cutl/details/config.h.in INSTALL NEWS \ - config/ar-lib config/config.guess config/config.sub \ - config/install-sh config/ltmain.sh config/missing + $(top_srcdir)/config/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \ $(top_srcdir)/m4/disable-rpath.m4 $(top_srcdir)/m4/libboost.m4 \ @@ -83,15 +112,28 @@ $(top_builddir)/cutl/details/config.h CONFIG_CLEAN_FILES = libcutl.pc CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ @@ -128,9 +170,29 @@ DATA = $(dist_doc_DATA) $(pkgconfig_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir dist dist-all distcheck +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope @@ -179,6 +241,7 @@ distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ @@ -345,8 +408,8 @@ $(am__aclocal_m4_deps): cutl/details/config.h: cutl/details/stamp-h2 - @if test ! -f $@; then rm -f cutl/details/stamp-h2; else :; fi - @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) cutl/details/stamp-h2; else :; fi + @test -f $@ || rm -f cutl/details/stamp-h2 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) cutl/details/stamp-h2 cutl/details/stamp-h2: $(top_srcdir)/cutl/details/config.h.in $(top_builddir)/config.status @rm -f cutl/details/stamp-h2 @@ -414,14 +477,13 @@ # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. -$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ @@ -442,31 +504,13 @@ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done -cscopelist-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ - done -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ @@ -482,12 +526,7 @@ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -499,15 +538,11 @@ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -516,18 +551,16 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" - cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) - clean-cscope: -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-recursive -cscope.files: clean-cscope cscopelist-recursive cscopelist - -cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP)'; \ +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ @@ -624,10 +657,16 @@ $(am__post_remove_distdir) dist-tarZ: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir @@ -668,9 +707,10 @@ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && ../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -831,19 +871,16 @@ uninstall-am: uninstall-dist_docDATA uninstall-pkgconfigDATA -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \ - cscopelist-recursive ctags-recursive install-am install-strip \ - tags-recursive - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am am--refresh check check-am clean clean-cscope \ - clean-generic clean-libtool cscope cscopelist \ - cscopelist-recursive ctags ctags-recursive dist dist-all \ - dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \ - dist-zip distcheck distclean distclean-generic distclean-hdr \ - distclean-libtool distclean-tags distcleancheck distdir \ - distuninstallcheck dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am clean clean-cscope clean-generic \ + clean-libtool cscope cscopelist-am ctags ctags-am dist \ + dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ + dist-xz dist-zip distcheck distclean distclean-generic \ + distclean-hdr distclean-libtool distclean-tags distcleancheck \ + distdir distuninstallcheck dvi dvi-am html html-am info \ + info-am install install-am install-data install-data-am \ install-dist_docDATA install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ @@ -851,8 +888,8 @@ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-recursive uninstall uninstall-am \ - uninstall-dist_docDATA uninstall-pkgconfigDATA + tags tags-am uninstall uninstall-am uninstall-dist_docDATA \ + uninstall-pkgconfigDATA # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -Nru libcutl-1.8.1+ds1/NEWS libcutl-1.10.0+ds1/NEWS --- libcutl-1.8.1+ds1/NEWS 2013-10-24 07:15:17.000000000 +0000 +++ libcutl-1.10.0+ds1/NEWS 2015-11-24 13:43:35.000000000 +0000 @@ -1,3 +1,13 @@ +Version 1.10.0 + + * fs::basic_path::string() now returns the string by reference. + +Version 1.9.0 + + * Add xml::value_traits specialization for std::string. + * Do not low-case paths in normalize() for Win32. Instead, do case- + insensitive comparison. + Version 1.8.0 * Add support for XML parsing (based in Expat) and serialization (based diff -Nru libcutl-1.8.1+ds1/version libcutl-1.10.0+ds1/version --- libcutl-1.8.1+ds1/version 2014-07-16 08:02:48.000000000 +0000 +++ libcutl-1.10.0+ds1/version 2015-11-24 13:43:56.000000000 +0000 @@ -1 +1 @@ -1.8.1 +1.10.0