summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)AuthorFilesLines
2012-06-21Forward debug=<value> argument from build to make.Andre Fischer1-1/+9
2012-03-28Added AL2 license.Andre Fischer1-0/+20
2012-02-07Do not add targets for junit tests when junit is disabled.Andre Fischer1-0/+2
2012-01-12Update headers to Alv2 headersAndrew Rist1-26/+22
2012-01-12use custom ExtEnt loader for RDF importHerbert Dürr2-0/+12
2012-01-12Update headers to Alv2 headersAndrew Rist1-26/+20
2012-01-10Update headers to Alv2 headersAndrew Rist2-52/+44
2012-01-10Update headers to Alv2 headersAndrew Rist7-182/+154
2011-11-06Update headers to Alv2 headersAndrew Rist33-726/+594
2011-11-06Update headers to Alv2 headersAndrew Rist38-848/+696
2011-11-06Update headers to Alv2 headersAndrew Rist3-70/+58
2011-03-11sw34bf04: merge DEV300_m102Michael Stahl79-2125/+6831
2011-03-11sw34bf04: RDFRepositoryTest: fix accidentally inverted assertions (sb123)Michael Stahl1-9/+9
2011-02-28CWS-TOOLING: integrate CWS xmlfix3Ivo Hinkelmann78-2123/+6828
2011-02-14xmlfix3: argh, another unhandled exception...Michael Stahl1-1/+1
2011-02-14xmlfix3: why the heck does this build with g++?Michael Stahl1-1/+2
2011-02-14xmlfix3: CDocument::createCDATASection(): keep OString a little longerMichael Stahl1-2/+5
2011-02-14xmlfix3: fix unoxml build: add windows stuff to RepositoryFixes, add gb_STDLIBSMichael Stahl2-0/+4
2011-02-11sw34bf03: merge to-be-m100 DEV300_nextMichael Stahl1-1/+1
2011-02-10xmlfix3: convert unoxml to gbuildMichael Stahl15-350/+310
2011-02-10xmlfix3: unoxml: argh, doesn't build everywhere...Michael Stahl1-1/+2
2011-02-10xmlfix3: unoxml: the complex testMichael Stahl1-0/+2986
2011-02-10xmlfix3: unoxml: valgrind found some more memory leaksMichael Stahl3-8/+13
2011-02-10xmlfix3: #i113683#: unoxml: all unimplemented methods assertMichael Stahl8-5/+47
2011-02-10xmlfix3: #i113683#: remove unfinished, unneeded CDocumentBuilder::parseSourceMichael Stahl2-38/+2
2011-02-10xmlfix3: unoxml: refactor CAttributesMap::removeNamedItem*: forward to CElementMichael Stahl2-51/+29
2011-02-10xmlfix3: unoxml: fix various bugs uncovered by complex test:Michael Stahl10-23/+67
2011-02-10xmlfix3: #i113683#: finish CAttributesMapMichael Stahl1-6/+24
2011-02-10xmlfix3: #i113683#: finish CProcessingInstructionMichael Stahl3-24/+65
2011-02-10xmlfix3: unoxml: prevent invalid child-parent relationships:Michael Stahl14-9/+147
2011-02-08sw34bf03: #i116443#: unordf: do not use rdfxml-abbrev serializerMichael Stahl1-2/+3
2011-01-19xmlfix3: unoxml: eradicate the bizarre concept of "carrier nodes":Michael Stahl5-110/+136
2011-01-19xmlfix3: unoxml: CDocumentBuilder cleanupMichael Stahl1-39/+25
2011-01-19xmlfix3: unoxml: XPath cleanupMichael Stahl4-14/+13
2011-01-19xmlfix3: unoxml: CCharacterData: return value of xmlNodeGetContent was leakedMichael Stahl1-3/+11
2011-01-19xmlfix3: unoxml: CAttr cleanup: always check m_aNodePtrMichael Stahl1-14/+27
2011-01-19xmlfix3: unoxml: CElement fixes:Michael Stahl2-74/+104
2011-01-19xmlfix3: unoxml: CDocument tweaksMichael Stahl1-10/+12
2011-01-19xmlfix3: unoxml: CNode fixes:Michael Stahl1-14/+62
2011-01-19xmlfix3: unoxml: some cleanup in CNode...Michael Stahl4-252/+254
2011-01-19xmlfix3: unoxml: cleanup friend declarationsMichael Stahl8-23/+10
2011-01-19xmlfix3: #i113682#: unoxml: CEvent gets a mutex member;Michael Stahl8-22/+104
2011-01-19xmlfix3: #i113682#: unoxml: CDocumentBuilder gets a member mutexMichael Stahl2-26/+48
2011-01-19xmlfix3: #i113682#: unoxml: locking in XPath:Michael Stahl7-32/+113
2011-01-19xmlfix3: #i113682#: unoxml: use CDocument mutex in misc classesMichael Stahl14-17/+62
2011-01-19xmlfix3: #i113682#: unoxml: CDocument gets a member mutex:Michael Stahl30-207/+491
2011-01-19xmlfix3: #i113682#: unoxml: no more globals in CNode:Michael Stahl25-335/+400
2011-01-19xmlfix3: unoxml: all node ctors get CDocument parameterMichael Stahl28-121/+174
2011-01-19xmlfix3: unoxml: replace CNode XUnoTunnel implementation with something saneMichael Stahl2-11/+54
2011-01-19xmlfix3: unoxml: refactor XPath results a little:Michael Stahl12-97/+156