summaryrefslogtreecommitdiffstats
path: root/bean
Commit message (Collapse)AuthorAgeFilesLines
* add missing dep on jawtDavid Tardon2013-03-281-4/+4
| | | | Change-Id: Ie6c552976f2f1027602a5b4ba27ba4754ec9dd69
* -Wunused-macrosStephan Bergmann2013-03-272-15/+0
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl2013-02-271-1/+1
| | | | Change-Id: I76cb00121d7b4c21137be70ab7a5bd5389037302
* s/the the/the/Tor Lillqvist2013-02-222-2/+2
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* Get rid of (most uses of) GUITor Lillqvist2012-12-252-3/+3
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* fix officebean on mingwPeter Foley2012-12-251-0/+4
| | | | Change-Id: I18994c4c825748344f8d203e1a6be6b242249409
* add missing deps on sal headersDavid Tardon2012-10-311-0/+5
| | | | Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* bean: just use AWTLIB on all platfroms to simplify thisMichael Stahl2012-09-281-15/+1
| | | | Change-Id: I6c8bc792a57750b7fd5f36e3eb97f76870a7a632
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-1/+4
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-3/+1
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin2012-09-101-5/+5
| | | | Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-064-9/+0
| | | | Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
* Java5 updates - convert to genericsNoel Grandin2012-08-2011-79/+66
| | | | Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
* Remove dead java code, fields and local variablesNoel Grandin2012-08-203-52/+1
| | | | Change-Id: If777dcb0e0142229df737c2f1e3e6ecb61f64168
* Java update - fix various javadoc issuesNoel Grandin2012-08-201-1/+1
| | | | | | Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
* gbuild: register all jarsMichael Stahl2012-08-172-9/+9
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* Static method sleep from Thread should be accessed in a static wayJulien Nabet2012-08-061-1/+1
| | | | Change-Id: I7d875dd74f8eff05f7a291100841779abbf5fd1c
* Typo ressource -> resourceStephan Bergmann2012-07-301-2/+2
| | | | Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
* Java5 updates - update code to use genericsNoel Grandin2012-06-292-8/+8
| | | | | | This is all of the code I missed in my first set of patches. Change-Id: I8c7c9e5ac28dc3c2f3ac062c806fbf0787c997bd
* re-base on ALv2 code.Michael Meeks2012-06-1238-909/+567
|
* fdo#49580: Fix bean after gbuild'ificationStephan Bergmann2012-05-072-6/+11
| | | | | | | | | | | | 4478b739ddade09425d496cbddee1542fdfd5e9b "convert bean to gbuild and add to tail_build" broke the following: * The name of the officebean dynamic library must not be changed (by adding the "lo" extension), as code in officebean.jar uses it in NativeLibraryLoader. * With gbuild's per-default hidden visibility, JNIEXPORT functions must instead use SAL_DLLPUBLIC_EXPORT. (Windows-only code in bean/native/win32/ should be safe to continue using JNIEXPORT.) Change-Id: I I3c312dd05c90421ba0c726496b7149a26d155604
* LocalOfficeConnection description must end in ServiceManagerStephan Bergmann2012-05-071-1/+1
| | | | | | | | | ...instead of NamingService. Even though current <http://wiki.services.openoffice.org/w/index.php?title=Documentation/DevGuide/JavaBean/Customized_Configuration&oldid=127145> documents using the latter, it leads to NullPointerException, as connect() expects aInitialObject to be an XPropertySet. Change-Id: Ia8445bed5307bf440d078a8b96200e3b7fa38706
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* WaE: cast from pointer to integer of different sizeDavid Tardon2012-04-181-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-083-4/+4
| | | | | | | | | 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)
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-201-1/+1
|
* Added READMEs for modules which used to be in componentsJosh Heidenreich2012-02-081-0/+3
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-114-13/+13
|
* Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist2011-12-201-0/+6
|
* Bypass bean for Android which has no java.awtTor Lillqvist2011-12-121-0/+2
|
* Accept also Oracle Corporation as Java vendor here, tooTor Lillqvist2011-12-121-1/+2
|
* Kill a bunch of empty linesTor Lillqvist2011-12-121-10/+0
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-011-3/+3
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-3/+4
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* no need for SRCDIR parameter hereMatúš Kukan2011-10-231-1/+1
|
* WaE: win32 cleanupMichael Meeks2011-10-072-34/+0
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* Always link with user32Tor Lillqvist2011-09-221-1/+0
|
* get bean linking under windowsCaolán McNamara2011-09-211-0/+13
|
* convert bean to gbuild and add to tail_buildPeter Foley2011-09-1813-363/+236
|
* Fix wrong comments which prevent to compileJulien Nabet2011-08-151-3/+3
|
* Some PMD cleaningJulien Nabet2011-08-152-33/+27
|