Specialize stream output for shared_ptr<void>
[platform/upstream/libzypp.git] / zypp / base /
2014-07-22 Michael AndresSpecialize stream output for shared_ptr<void>
2014-06-04 Michael AndresUse a signleton JobReport callback sender
2014-05-09 Michael AndresAdd str::gapify
2014-04-10 Michael Andresstring stream improvements
2014-04-03 Michael AndresString: adapt default args
2014-04-02 Michael AndresString: don't split at quoted sep-chars
2014-04-02 Michael Andreshide move ctor from squid
2014-04-02 Michael AndresNew SetRelationMixin
2014-03-31 Michael AndresFlags: more constexpr support
2014-02-28 Michael AndresEnumClass: Add conversion to underlying integral type
2014-02-28 Michael AndresEnhance doc.
2014-02-28 Michael AndresConvenience for defining static string functions.
2014-02-25 Michael AndresSeparate sigsegvHandler from actual code when writing...
2014-02-21 Michael Andresteach printIndented to wrap lines
2014-02-12 Michael AndresType safe enum (workaround SWIG not supporting enum...
2014-02-11 Michael AndresUse true/false as default bool string representation
2014-02-11 Michael AndresSupport xml node with optional content
2014-01-31 Michael AndresString helper for printing indented text
2014-01-27 Michael AndresFix XML node writing
2014-01-24 Michael AndresHelper for generating xml output
2014-01-24 Michael AndresConvenience macros for defining copy/move ctor and...
2014-01-24 Michael AndresAdd asUserSting: human readable (translated) string...
2014-01-24 Michael AndresProvide access to ostringstream
2014-01-17 Michael Andresmake swig happy :(
2014-01-17 Michael Andresadd asSting overload for string&&
2014-01-14 Michael AndresInclude boost/format
2014-01-14 Michael AndresAdd constexpr to Flags ctors
2013-12-18 Michael Andresfix comment
2013-11-20 Michael AndresAdd base/Json.h: JSON encoder for e.g. sending data...
2013-10-23 Michael AndresFix typos
2013-09-05 Michael AndresFix string hexdecoding
2013-08-27 Michael Andresremove deprecated methods
2013-07-10 Michael Andresfix logfile truncation introduced by previous fix for...
2013-06-19 Michael AndresSet logfile permission upon file creation only (bnc...
2013-05-16 Michael AndresRemove no longer needed SafeBool.h
2013-05-02 Michael AndresDiscourage using SafeBool in favor of explicit operator...
2013-04-29 Michael AndresIntroduce explicit operator bool in PtrTypes
2013-04-29 Michael Andresbackup
2013-04-12 Michael AndresFix missing assertion (ptr!=0) in RW_PTR operator->
2013-01-16 Michael AndresAdd missing template overload
2012-12-17 Michael AndresAdd NamedValue<_Tp>: Simple value<>name mapping support...
2012-10-31 Michael AndresAdd zypp::dumpBacktrace to dump current stack trace...
2012-10-24 Michael AndresAdd simple sysconfig::write (bnc#766598)
2012-09-12 Michael AndresAdd str::commonPrefix
2012-08-03 Michael Andresdocs adjusted
2012-07-23 Michael AndresIndicate nested Measure calls
2012-05-08 Michael Andresremove base/Deprecated.h (macros now in APIConfig.h)
2012-05-08 Michael AndresDisribute Easy.h in APIConfig.h
2012-05-08 Michael AndresAdd APIConfig.h providing ZYPP_API and ZYPP_LOCAL macros
2012-05-02 Michael Andresinclude unistd.h
2012-05-02 Michael AndresWorkaround gcc bug #52841
2012-05-02 Michael Andresmove rwcowClone(std::tr1::unordered_*) to namespace...
2012-05-02 Michael Andresfix cyclic include
2012-05-02 Michael Andresfix missing declaration
2012-04-27 Michael Andresdo not use sys includes for zypp header files
2012-04-20 Michael AndresRevert "Quick fix to allow PK and libzypp-bindings...
2012-04-20 Michael AndresQuick fix to allow PK and libzypp-bindings build with...
2012-04-19 Michael AndresFix DefaultIntegral pre decrement operator
2012-04-16 Michael AndresImprove iostr::forEachLine to accept lamdas, add simple...
2012-04-11 Michael AndresRename zypp::sat::AttrMatcher to zypp::StrMatcher ...
2011-12-22 Michael AndresFix Flags<> api to be more consistent and add testcase.
2011-11-28 Michael AndresMerge pull request #7 from crrodriguez/master
2011-11-18 Cristian RodríguezOpen all file descriptors with O_CLOEXEC to avoid leaks...
2011-11-15 Michael AndresFix RW_pointer comparison with underlying smart pointer...
2011-11-09 Michael AndresFix off-by-one error in regex::size and in Urls way...
2011-11-09 Michael AndresImprove regex doc
2011-10-21 Michael AndresFix regex smatch::size computation
2011-10-18 Michael AndresFix RepoVariables*Replacer to compute substitution...
2011-10-18 Michael AndresNew str::gsubFun/replaceAllFun for demand computed...
2011-10-12 Michael AndresDefine nullptr for GCC_VERSION < 4.6
2011-10-11 Michael AndresFix for_ macro
2011-10-06 Michael AndresUse gcc-c++ >= 4.5
2011-10-06 Michael Andressketch
2011-06-08 Michael AndresSimplify Flags implementation
2011-05-31 Dominik Heidlerfix operator~ return datatype for flags (ctor is explicit)
2011-04-05 Michael AndresAdd upper/lower_bound iteration to MapKVIterator
2011-04-04 Michael AndresAdd stream output for multimap/set.
2010-11-22 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-10-21 Michael AndresException: add ctor taking a message and an exception...
2010-10-11 Michael AndresAdd DefaultIntegral::reset
2010-10-06 Michael AndresNew base/Signal.h: Exception safe signal handler save...
2010-10-06 Michael AndresNew: class Errno - Convenience errno wrapper.
2010-10-04 Michael AndresAdd str::receiveUpTo to read stream content up to the...
2010-10-01 Michael AndresExternalDataSource: fix to receive binary data
2010-05-12 Michael AndresGettext: fix _PL macro
2010-05-12 Michael AndresEasy: for_each_ macro to iterate container content
2010-05-03 Michael Andresiostr::EachLine: No need to prohibit non const access...
2010-04-29 Michael AndresEasy: add arraySize macro
2009-11-03 Michael AndresNeed an explicit str::asString( const char * t )
2009-11-03 Michael Andresprovide str::asString for integral types
2009-10-09 Michael AndresAdd iostr::tee/copy/copyIndent: istream to ostream...
2009-09-11 Michael AndresRemove superfluous test.
2009-09-10 Michael AndresResert linewriter in LogControl dtor.
2009-09-10 Michael AndresRemove unneeded DefaultFalseBool.
2009-09-03 Michael AndresNew class Str (string building convenience) and appendE...
2009-07-27 Michael AndresCreate LogControlImpl on demand instead of using a...
2009-06-04 Michael AndresCleanup and remove deprecated interface methods
2009-04-16 Michael AndresAdd convenience macros arrayBegin/arrayEnd for C-array...
2009-04-01 Stefan SchubertMerge branch 'master' of git@git.opensuse.org:projects...
2009-03-03 Duncan Mac-Vicar Pmerge changes
next