pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/xsd
Module Name: pkgsrc
Committed By: joerg
Date: Tue Jun 7 17:59:51 UTC 2016
Modified Files:
pkgsrc/devel/xsd: distinfo
pkgsrc/devel/xsd/patches:
patch-libbackend-elements-1.6.1_backend-elements_indentation_cxx.hxx
patch-libcult-1.4.2_cult_cli_file-arguments.hxx
patch-libcult-1.4.2_cult_containers_graph.txx
patch-libfrontend-elements-1.1.1_frontend-elements_context.hxx
patch-libxsd-frontend-1.15.0_xsd-frontend_semantic-graph_elements.hxx
patch-xsd-3.2.0-2_xsd_cxx_parser_state-processor.cxx
Added Files:
pkgsrc/devel/xsd/patches: patch-libcult-1.4.2_cult_containers_deque.hxx
patch-libcult-1.4.2_cult_containers_map.hxx
patch-libcult-1.4.2_cult_containers_vector.hxx
Log Message:
xsd uses iterator wrappers around the standard types's iterator and
const_iterator types, but doesn't provide explicit conversion operators
from iterator to const_iterator. This breaks badly when moving from
C++03 to C++11 as the erase signature changed. Conditionally the logic
appropiately by introducing an intermediate typedef.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/xsd/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/devel/xsd/patches/patch-libbackend-elements-1.6.1_backend-elements_indentation_cxx.hxx \
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_cli_file-arguments.hxx \
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_containers_graph.txx \
pkgsrc/devel/xsd/patches/patch-libfrontend-elements-1.1.1_frontend-elements_context.hxx \
pkgsrc/devel/xsd/patches/patch-libxsd-frontend-1.15.0_xsd-frontend_semantic-graph_elements.hxx \
pkgsrc/devel/xsd/patches/patch-xsd-3.2.0-2_xsd_cxx_parser_state-processor.cxx
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_containers_deque.hxx \
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_containers_map.hxx \
pkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_containers_vector.hxx
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index