- Create the cache directly from the schema (installed) file.
[platform/upstream/libzypp.git] / zypp / base /
2007-03-01 Duncan Mac-Vicar Pbye autofoo
2007-01-31 Duncan Mac-Vicar Pbuild cmake without sub statc libraries
2007-01-24 Duncan Mac-Vicar PMerged revisions 4705-4906 via svnmerge from
2006-11-29 Duncan Mac-Vicar P- add cmake support for building zypp/ lib.
2006-11-27 Michael AndresMake hash_set and hash_map available in namespace zypp.
2006-11-25 Michael AndresAdded debug::Measure: Tool to measure elapsed real...
2006-11-10 Michael Andresunify syntax for prointing std::map
2006-11-10 Michael Andresdoxygen fixes
2006-10-24 Michael Andrescomment typo fixed
2006-10-24 Michael Andres- added mapEntry iomanip; cleanup DumpMap
2006-10-22 Michael Andres- Added stream output for std::map '[key] = value'...
2006-10-19 Martin VidnerFixed the format string to work even on 64bit arch.
2006-10-16 Martin VidnerFixed file name in \file tag for doxygen
2006-10-16 Martin VidnerFixed file names in \file tags for doxygen
2006-10-13 Michael Andrestypo
2006-10-13 Michael Andres- added class DefaultIntegal<_Tp,_Initial>: Integral...
2006-10-13 Michael Andresduplicate code removed
2006-10-10 Duncan Mac-Vicar P- Implement microseconds logging when ZYPP_PROFILING...
2006-10-09 Duncan Mac-Vicar P- introduce Profiling Log formater, to add microseconds...
2006-10-04 Michael Andresadded missing ctors
2006-10-04 Michael Andresadded InputStream: Helper to create and pass std::istream.
2006-10-04 Michael Andresadded NullDeleter: shared_ptr custom deleter doing...
2006-10-02 Michael Andres- Fixed SEGV in GzStream if gzclose fails.
2006-10-02 Martin Vidnersmall autodocs enhancements
2006-09-13 Martin VidnerFixed warnings spotted by -Wextra
2006-09-07 Martin VidnerImplemented fgzstreambuf::compressed_tell and fXstream...
2006-08-02 Duncan Mac-Vicar P- merge 3728:3847 in trunk.
2006-06-28 Michael Andresadded dumpRangeLine
2006-06-23 Duncan Mac-Vicar P- forward port from SLE branch
2006-06-09 Klaus Kaempfcleanup, commented
2006-06-09 Klaus Kaempf- include Pathname.h in Sysconfig.h
2006-06-09 Klaus Kaempffix namespace
2006-06-09 Klaus Kaempffactorize out Sysconfig reader
2006-05-18 Duncan Mac-Vicar P- fix missing package descriptions due to filtered...
2006-04-19 Michael Andres- fixed missplaced Logger.h includes
2006-04-18 Stanislav Visnovskyfix doxygen docu
2006-04-06 Michael Andresadded filter_iterator convenience
2006-04-06 Michael Andresprovide ostream operator<< for smart pointers
2006-04-06 Michael Andresadded LogControl::TmpLineWriter
2006-04-06 Michael Andresadded convenience to log pool stats
2006-03-29 Michael Andres- added zypp/base/LogTools.h (ostream operator<< for...
2006-03-29 Jiri Srainadded missing file
2006-03-27 Michael Andres- fixed handling of Language resolvables
2006-03-23 Michael Andresclassify NULL Ptr as unique
2006-03-22 Michael Andres- Provide iterator based access to SourceManager data.
2006-03-22 Michael Andres- provide transform_iterators to iterate over a maps...
2006-03-21 Michael Andres- fixed ZYPP_RETHROW (#156430)
2006-03-20 Michael Andres- fixed memory leak in XMLNodeIterator (#157474)
2006-03-11 Michael Andres- ProvideNumericId: Allow explicit creation of Objects...
2006-03-08 Michael Andresupdated ProvideNumericId doc
2006-03-08 Michael Andres- updated SafeBool doc
2006-03-07 Michael Andres- ProvideNumericId: template the id type (integral)
2006-03-07 Michael Andres- removed superfluous ZYPP_DUMPON macro
2006-03-03 Michael Andres- place ifgzstream/ofgzstream in namespace zypp (not...
2006-03-03 Michael Andres- Added Logical functor chaining _ACondition OR _BCondi...
2006-03-03 Stanislav Visnovskycomment the code
2006-03-03 Stanislav VisnovskyasTranslatedString -> asUserString
2006-03-02 Klaus Kaempffix build by providing a dummy 'asTranslatedString()'
2006-02-24 Klaus Kaempfdefault to "read-only"
2006-02-24 Klaus Kaempfcompiles now
2006-02-24 Klaus Kaempfsvn is kinda stupid sometimes ...
2006-02-24 Klaus Kaempfbackup (incomplete !)
2006-02-23 Klaus Kaempfdefine LOGGROUP
2006-02-20 Michael Andres- Disable per default logging to stderr. It now default...
2006-02-18 Michael Andres- Added class base::SafeBool. Resusable implementaion...
2006-02-17 Michael Andres- Use swap instead of reset in RW_pointer.
2006-02-17 Michael Andres- updateed doc
2006-02-17 Michael Andres- Fixed unwanted creation of temporary inside RW_pointe...
2006-02-14 Michael Andres- Fixed RW_pointer unique() and use_count(). These...
2006-02-13 Michael Andres- LogControl: Support user defined logline formater...
2006-02-13 Michael Andres- Updated LogControl. setLineWriter allows to define...
2006-02-09 Stanislav Visnovskynot needed anymore
2006-02-08 Michael Andres- (re)enabled LogControl. The LogControlImpl singleton...
2006-02-08 Klaus Kaempfrevert LogControl, it dumps core :-(
2006-02-08 Michael Andres- Prepared class base::LogControl: Interface to logger...
2006-02-07 Marius Tomaschewski- Added Deprecated.h to header list
2006-02-07 Marius Tomaschewski- Added a ZYPP_DEPRECATED macro.
2006-02-06 Marius Tomaschewski- Added support to share a CD mount
2006-02-01 Michael Andres- Disable loggin level XXX unless $ZYPP_FULLLOG is...
2006-02-01 Stanislav Visnovskypropagate separator to str::join() - fixes NFS mount
2006-01-31 Michael Andres- fixed SuseTagsImpl.cc to compile
2006-01-27 Stefan Schubertalready using config.h
2006-01-27 Klaus Kaempfrevert last change
2006-01-27 Klaus Kaempfallow for 'alias' in sources
2006-01-26 Michael Andres- Functional: Fixed class FunctorRef (a functor that...
2006-01-25 Michael Andres- Added Capability iterator to ResPool.
2006-01-24 Michael Andres- Collect logical functors and FunctorRef in zypp/base...
2006-01-24 Michael Andres- Added some more tools for queries.
2006-01-23 Michael Andresbackup
2006-01-22 Michael Andres- Adjusted Filters
2006-01-22 Michael Andres- added class FunctorRef (fpassing functor per referenc...
2006-01-22 Klaus Kaempfundelete .cvsignore files
2006-01-22 Michael Andres- added devel configure switch zo disable building...
2006-01-22 Klaus Kaempfthis is subversion
2006-01-20 Klaus Kaempfrevert accidental checkin
2006-01-19 Klaus Kaempffirst try on ZMD backend implementation
2006-01-19 Jiri Srainsource factory now produces source from URL and directo...
2006-01-15 Klaus Kaempfinitial try on packaging for autobuild
2006-01-13 Klaus Kaempftypo
2006-01-12 Michael Andrestypo
next