summaryrefslogtreecommitdiff
path: root/bean
AgeCommit message (Expand)AuthorFilesLines
2012-10-31add missing deps on sal headersDavid Tardon1-0/+5
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
2012-09-28bean: just use AWTLIB on all platfroms to simplify thisMichael Stahl1-15/+1
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl1-1/+4
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-3/+1
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
2012-09-10Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin1-5/+5
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin4-9/+0
2012-08-20Java5 updates - convert to genericsNoel Grandin11-79/+66
2012-08-20Remove dead java code, fields and local variablesNoel Grandin3-52/+1
2012-08-20Java update - fix various javadoc issuesNoel Grandin1-1/+1
2012-08-17gbuild: register all jarsMichael Stahl2-9/+9
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet1-1/+1
2012-07-30Typo ressource -> resourceStephan Bergmann1-2/+2
2012-06-29Java5 updates - update code to use genericsNoel Grandin2-8/+8
2012-06-12re-base on ALv2 code.Michael Meeks38-909/+567
2012-05-07fdo#49580: Fix bean after gbuild'ificationStephan Bergmann2-6/+11
2012-05-07LocalOfficeConnection description must end in ServiceManagerStephan Bergmann1-1/+1
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-18WaE: cast from pointer to integer of different sizeDavid Tardon1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl3-4/+4
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann1-1/+1
2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich1-0/+3
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar4-13/+13
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist1-0/+6
2011-12-12Bypass bean for Android which has no java.awtTor Lillqvist1-0/+2
2011-12-12Accept also Oracle Corporation as Java vendor here, tooTor Lillqvist1-1/+2
2011-12-12Kill a bunch of empty linesTor Lillqvist1-10/+0
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-3/+3
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-3/+4
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
2011-10-23no need for SRCDIR parameter hereMatúš Kukan1-1/+1
2011-10-07WaE: win32 cleanupMichael Meeks2-34/+0
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-22Always link with user32Tor Lillqvist1-1/+0
2011-09-21get bean linking under windowsCaolán McNamara1-0/+13
2011-09-18convert bean to gbuild and add to tail_buildPeter Foley13-363/+236
2011-08-15Fix wrong comments which prevent to compileJulien Nabet1-3/+3
2011-08-15Some PMD cleaningJulien Nabet2-33/+27
2011-06-29Don't use the (win32) jawt_md.h as we don't have that when cross-compilingTor Lillqvist1-1/+22
2011-06-29jawt_md.h is not needed in this fileTor Lillqvist1-8/+0
2011-06-16fix comment typoCaolán McNamara1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-4/+4
2011-05-21Drop OS2Tor Lillqvist4-4/+0
2011-05-03Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet1-2/+2
2011-03-31we only need the java lib path to link beanCaolán McNamara2-0/+2
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud8-225/+384