summaryrefslogtreecommitdiffstats
path: root/src/xml/repr.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+1
(bzr r15025)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
(bzr r4629)
2007-01-25get rid of sp_repr_new*MenTaLguY1-26/+0
(bzr r2284)
2007-01-25eliminate last uses of sp_repr_new*MenTaLguY1-20/+1
(bzr r2283)
2007-01-25remove sp_repr_new use from document creationMenTaLguY1-2/+2
(bzr r2282)
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY1-3/+3
(bzr r87)