Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-04 | nuke unused defines | Takeshi Abe | |
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb | |||
2012-05-31 | targetted tweak to prep for stl re-work reversion | Michael Meeks | |
Change-Id: Ibe60e96b6f961fba13fdd39320969acf51f545f4 | |||
2012-05-20 | Some cppcheck cleaning | Julien Nabet | |
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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-08 | gbuild: "use" vs. "add": | Michael Stahl | |
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-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-25 | refresh unused code list | Caolán McNamara | |
2012-01-24 | callcatcher: update list, remove newly unused methods | Caolán McNamara | |
2012-01-19 | Remove obsolete xml2cmp -ix. | Stephan Bergmann | |
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-10-18 | Fixed uses of memmove in DynamicList. | Stephan Bergmann | |
2011-10-10 | remove unused source dir | Caolán McNamara | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-17 | simplify this | Caolán McNamara | |
2011-09-16 | better filter-out uwinapi (in case gb_STDLIBS changes) | Bjoern Michaelsen | |
2011-09-16 | avoid linking to uwinapi here (which gb_STDLIBS contains that anyway) | Caolán McNamara | |
2011-09-15 | Reverted the previous fix, as it introduces a circular dependency. | Stephan Bergmann | |
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-15 | On Windows, xml2cmp depends on uwinapi from sal. | Stephan Bergmann | |
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-14 | merge srvdepy functions into xml2cmp and simplify xml2cmp gbuild | Norbert Thiebaud | |
2011-09-13 | Added missing dependencies on solenv back into build.lsts. | Stephan Bergmann | |
2011-09-12 | convert xml2cmp to gbuild | Peter Foley | |
2011-09-12 | Add pleas for help to explain a mysterious piece of code | Tor Lillqvist | |
2011-08-11 | fix more -fpermissive compile errors from trunck gcc | Tom Tromey | |
2011-06-04 | Rehash cross-compilation ideas | Tor Lillqvist | |
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-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-14 | Cross-compilation support | Tor Lillqvist | |
2011-04-18 | Remove OS/2 support. | Francois Tigeot | |
2011-02-16 | Remove dead code | Bálint Dózsa | |
2011-02-09 | Make stlport only optional dependency of postprocess | Fridrich Štrba | |
2010-10-27 | add modelines to .h and .c files as well | Caolán McNamara | |
2010-10-18 | remove non-compiled code | Povilas Kanapickas | |
2010-10-15 | Better English messages and comments in ure/xml2cmp | Laurent Charrière | |
Signed-off-by: Laurent Charrière <lcharriere@gmail.com> | |||
2010-10-15 | Delete commented out code in ure/xml2cmp | Laurent Charrière | |
Signed-off-by: Laurent Charrière <lcharriere@gmail.com> | |||
2010-10-15 | Translate German comments in ure/xml2cmp | Laurent Charrière | |
Signed-off-by: Laurent Charrière <lcharriere@gmail.com> | |||
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth | |
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-13 | tweaks for AIX | Caolán McNamara | |
2010-10-06 | #i113938# printf style formats in c++ stream operation | Caolán McNamara | |
2010-09-30 | remove redundant header | Seo Sanghyeon | |
2010-09-29 | Removes is_valid_index method for future migration to STL | Seo Sanghyeon | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2009-09-25 | merge commit | Mathias Bauer | |
2009-09-10 | CWS-TOOLING: integrate CWS os2port06dev300 | Kurt Zenker | |
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 HDEFS | Mathias Bauer | |
2009-07-10 | #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where ↵ | Mathias Bauer | |
possible | |||
2009-05-07 | CWS-TOOLING: integrate CWS cmcfixes58 | Release Engineers | |
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 |