summaryrefslogtreecommitdiff
path: root/xml2cmp
AgeCommit message (Collapse)AuthorFilesLines
2012-06-04nuke unused definesTakeshi Abe1-6/+0
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
2012-05-31targetted tweak to prep for stl re-work reversionMichael Meeks2-2/+5
Change-Id: Ibe60e96b6f961fba13fdd39320969acf51f545f4
2012-05-20Some cppcheck cleaningJulien Nabet1-1/+1
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-1/+1
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich1-0/+3
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-25refresh unused code listCaolán McNamara2-7/+0
2012-01-24callcatcher: update list, remove newly unused methodsCaolán McNamara8-392/+1
2012-01-19Remove obsolete xml2cmp -ix.Stephan Bergmann5-112/+6
2011-12-15Removed extra semicolonsJesse1-3/+3
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-2/+3
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-10-18Fixed uses of memmove in DynamicList.Stephan Bergmann1-2/+2
2011-10-10remove unused source dirCaolán McNamara5-726/+0
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-17simplify thisCaolán McNamara1-8/+2
2011-09-16better filter-out uwinapi (in case gb_STDLIBS changes)Bjoern Michaelsen1-1/+1
2011-09-16avoid linking to uwinapi here (which gb_STDLIBS contains that anyway)Caolán McNamara1-0/+8
2011-09-15Reverted the previous fix, as it introduces a circular dependency.Stephan Bergmann1-1/+1
sal already depends on xml2cmp. The problem is that before gbuildization, xml2cmp was careful not to link against uwinapi (via UWINAPILIB=$(0) in xml2cmp/util/makefile.mk); this needs to be re-implemented in gbuild.
2011-09-15On Windows, xml2cmp depends on uwinapi from sal.Stephan Bergmann1-1/+1
Strangely, before gbuildization, xml2cmp did not depend on sal, but on soltools, which does not itself depend on sal; maybe that was already a mistake that went unnoticed so far.
2011-09-14merge srvdepy functions into xml2cmp and simplify xml2cmp gbuildNorbert Thiebaud10-254/+185
2011-09-13Added missing dependencies on solenv back into build.lsts.Stephan Bergmann1-1/+1
2011-09-12convert xml2cmp to gbuildPeter Foley11-203/+217
2011-09-12Add pleas for help to explain a mysterious piece of codeTor Lillqvist1-0/+5
2011-08-11fix more -fpermissive compile errors from trunck gccTom Tromey1-1/+1
2011-06-04Rehash cross-compilation ideasTor Lillqvist4-4/+20
Drop the TARGETPLATFORM=BUILD indication of stuff that is to be built for the build platform. I will handle the split of stuff built for the build or host platforms differently. Add explicit rules to do nothing for the cross-compilation case, but likely even that will be unnecessary in the case of complete modules like xml2cmp. I will just mark modules that are for the build platform only with an own flag in BUILD_TYPE.
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-4/+4
2011-05-14Cross-compilation supportTor Lillqvist4-31/+4
2011-04-18Remove OS/2 support.Francois Tigeot10-14/+10
2011-02-16Remove dead codeBálint Dózsa3-5/+0
2011-02-09Make stlport only optional dependency of postprocessFridrich Štrba1-1/+1
2010-10-27add modelines to .h and .c files as wellCaolán McNamara6-0/+12
2010-10-18remove non-compiled codePovilas Kanapickas2-102/+0
2010-10-15Better English messages and comments in ure/xml2cmpLaurent Charrière3-5/+5
Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
2010-10-15Delete commented out code in ure/xml2cmpLaurent Charrière3-6/+0
Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
2010-10-15Translate German comments in ure/xml2cmpLaurent Charrière3-4/+4
Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth33-0/+69
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13tweaks for AIXCaolán McNamara1-0/+4
2010-10-06#i113938# printf style formats in c++ stream operationCaolán McNamara1-1/+1
2010-09-30remove redundant headerSeo Sanghyeon2-48/+1
2010-09-29Removes is_valid_index method for future migration to STLSeo Sanghyeon2-5/+2
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien44-180/+44
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-09-25merge commitMathias Bauer1-4/+0
2009-09-10CWS-TOOLING: integrate CWS os2port06dev300Kurt Zenker1-4/+0
2009-09-05 22:49:00 +0200 ydario r275858 : #i99588# applied os2port06 diff to DEV300 tree.
2009-07-10#i103452#: remove obsolete PRODUCT_FULL and HDEFSMathias Bauer1-1/+0
2009-07-10#i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where ↵Mathias Bauer1-10/+1
possible
2009-05-07CWS-TOOLING: integrate CWS cmcfixes58Release Engineers4-496/+0
2009-05-04 13:51:10 +0200 cmc r271450 : #i101533# latest sw warnings 2009-05-04 00:02:46 +0200 cmc r271436 : #i101517# silence new warnings 2009-05-03 23:13:53 +0200 cmc r271435 : #i101305# add that one back in 2009-05-02 16:30:42 +0200 cmc r271431 : #i101493# get it to build, and remove some warnings 2009-05-02 16:12:37 +0200 cmc r271430 : CWS-TOOLING: rebase CWS cmcfixes58 to trunk@271427 (milestone: DEV300:m47) 2009-04-23 13:19:33 +0200 cmc r271163 : #i101305# remove annoying import foo is unused warnings 2009-04-21 17:10:34 +0200 cmc r271048 : #i101246# remove AVMEDIA_MANAGER_SERVICE_NAME defines again 2009-04-21 17:07:41 +0200 cmc r271047 : #i86323# remove xml2cmp unused methods