Commit graph

120 commits

Author SHA1 Message Date
Bjoern Michaelsen
b1c3e8ae28 make gbuild the default assumption of build.pl
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-29 03:50:46 +02:00
Michael Stahl
4c50f23f87 LinkTarget.mk: remove gb_LinkTarget_add_package_headers 2012-04-08 01:05:53 +02:00
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
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-04-08 01:05:52 +02:00
Tor Lillqvist
33b6af0219 We want gb_STDLIBS here surely? 2012-02-17 18:09:55 +02:00
David Tardon
bf16a2e067 update makefiles 2012-02-17 08:34:26 +01:00
David Tardon
096f2b849c merge feature/gbuild_java 2012-02-17 08:34:22 +01:00
Tor Lillqvist
b57a1f2f4d Reduce verbiage slightly 2012-02-16 15:25:38 +02:00
Josh Heidenreich
fb78dbcdc5 Added READMEs for modules related to URE, with content from the wiki 2012-02-06 05:28:46 +01:00
Olivier Hallot
a17fb88256 Fix for fdo43460 Part XXI getLength() to isEmpty()
Part XXI
Modules
i18npool, idl, idlc, io, javaunohelper, jvmaccess
2011-12-30 11:52:45 +01:00
David Tardon
52e3b54331 remove unused map files 2011-12-24 16:47:34 +01:00
David Tardon
a784a81051 gbuildize jvmaccess 2011-12-24 16:47:32 +01:00
Takeshi Abe
0f44079ce2 catch exception by constant reference 2011-12-15 13:52:23 +09:00
Tor Lillqvist
177fd47a8c Don't bother building anything here for iOS 2011-11-26 00:34:14 +02:00
Tor Lillqvist
b1b915c809 Android compilation fix 2011-11-25 01:01:10 +02:00
Tor Lillqvist
d83eab6407 WaE: unreferenced formal parameters in the !SOLAR_JAVA case 2011-10-03 16:15:31 +03:00
Tor Lillqvist
ca510ed872 Just use the same style library name for jvmaccess for MinGW as for Unix 2011-06-29 15:23:53 +03:00
Tor Lillqvist
7d41660164 Use the expected import library name for WNTGCC 2011-06-21 00:02:11 +03:00
Hans-Joachim Lankenau
4313f43185 ause130: #i117218# change .idl handling to gnu make 2011-06-18 11:30:46 +02:00
Tor Lillqvist
9bb2c27931 Be less picky with library names to match also the static library built for iOS 2011-06-16 01:35:12 +03:00
Tor Lillqvist
7862e397af Drop %_EXT% which was always empty 2011-06-03 13:28:35 +03:00
Francois Tigeot
35e1b53c7e Remove OS/2 support. 2011-04-18 16:59:48 +02:00
Thomas Arnhold
6488e5f120 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:19:48 +01:00
Julien Nabet
933e22880b Remove "using namespace ::rtl" 2011-03-02 21:53:12 +01:00
Tor Lillqvist
44abf1ea66 Need to use exactly the same names as in the JDK in the non-SOLAR_JAVA case
Use struct JNIEnv_ and struct JavaVM_, with underscores. Otherwise a
mangled name in the map files won't match.
2011-01-28 00:10:54 +02:00
Tor Lillqvist
f974bfffd9 Use separate .map files for 64-bit MSVC build 2011-01-22 02:38:54 +02:00
sb
1604ae053c sb136: #i114155# partially revert fix for i108776 to avoid ABI incompatibility of jvmaccess library 2010-11-21 14:49:04 +01:00
Sebastian Spaeth
a715e1b3d0 Add vim/emacs modelines to all source files
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-14 17:04:31 +02:00
sb
2e24fc7415 sb118: merged in DEV300_m72 2010-02-25 12:46:45 +01:00
Jens-Heiner Rechtien
7c80db2eb3 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
sb
f4d7dfdfba sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates 2010-01-29 17:01:54 +01:00
Ivo Hinkelmann
9bd213402b CWS-TOOLING: integrate CWS dbaperf1
2009-04-02 09:12:25 +0200 oj  r270372 : CWS-TOOLING: rebase CWS dbaperf1 to trunk@270033 (milestone: DEV300:m45)
2009-03-17 10:20:34 +0100 oj  r269577 : add parameter
2009-03-17 10:20:05 +0100 oj  r269576 : add parameter
2009-03-12 12:32:24 +0100 oj  r269387 : add missing ++
2009-03-11 12:53:35 +0100 oj  r269315 : compile error
2009-03-06 08:52:11 +0100 oj  r268968 : #i99264# remove duplicate code
2009-03-06 08:20:08 +0100 oj  r268966 : add missingheader
2009-03-06 08:17:41 +0100 oj  r268965 : add header
2009-03-06 08:15:07 +0100 oj  r268964 : #i99708# remove duplicate code
2009-03-06 07:24:11 +0100 oj  r268963 : #i99708# remove duplicate code
2009-03-06 07:22:24 +0100 oj  r268962 : #i99708# use tenary operator
2009-03-06 07:19:21 +0100 oj  r268961 : remove unused rtl_logs
2009-03-06 07:15:55 +0100 oj  r268960 : #i99708# extract getLength from for loop
2009-03-06 07:15:35 +0100 oj  r268959 : #i99708# extract getLength from for loop
2009-03-06 07:14:57 +0100 oj  r268958 : remove unused rtl_logs
2009-03-06 07:13:01 +0100 oj  r268957 : insert DBG_ helper
2009-03-06 07:12:17 +0100 oj  r268956 : remove unused rtl_logs
2009-03-06 07:10:26 +0100 oj  r268955 : remove unused rtl_logs
2009-03-06 07:04:51 +0100 oj  r268954 : #i99708# use tenary operator
2009-03-05 12:04:46 +0100 oj  r268895 : comment RTL_LOG out
2009-03-05 09:05:07 +0100 oj  r268874 : add rtl logfile
2009-03-04 14:21:18 +0100 oj  r268828 : #i99708# make static inplace and some method calls in for loop removed
2009-03-04 14:20:34 +0100 oj  r268827 : #i99708# impl double check pattern for getInfohelper
2009-03-02 09:31:42 +0100 oj  r268636 : add rtl logfile
2009-03-02 08:18:37 +0100 oj  r268633 : add rtl logfile
2009-02-27 11:22:16 +0100 oj  r268570 : #i99709# change algorithm for marking objects
2009-02-27 11:17:04 +0100 oj  r268568 : #i99708# some improvements to load forms, controls faster and replacement of size() call with !empty() which is much faster
2009-02-24 10:09:35 +0100 sb  r268383 : #i99290# no longer care to set a sensible context class loader for native threads attached to the VM
2009-02-23 13:44:04 +0100 oj  r268354 : #i76606# seekrow changes
2009-02-23 12:27:30 +0100 oj  r268349 : deleted
2009-02-20 15:14:23 +0100 oj  r268325 : #i76606# some code changes
2009-02-19 14:15:25 +0100 oj  r268284 : #i76606# use of simple prep stmt instead of full blown rowset, when source and dest connection are the same use insert into ... ( select ... )
2009-02-19 11:27:55 +0100 oj  r268265 : #i76606# insert some RTL_LOG and setObject impl
2009-02-18 14:45:37 +0100 oj  r268222 : #i99363# insert RTL_LOG
2009-02-18 14:45:18 +0100 oj  r268221 : #i99363# insert RTL_LOG
2009-02-18 11:14:54 +0100 oj  r268207 : #i99363# call some impl_ methods to avoid duplicate cechCache calls
2009-02-18 11:10:47 +0100 oj  r268206 : #i99363# make isCount inline
2009-02-18 10:33:22 +0100 oj  r268203 : #i99363# use bookmarkable if available and inserted some RTL_LOG
2009-02-18 10:32:57 +0100 oj  r268202 : #i99363# use bookmarkable if available and inserted some RTL_LOG
2009-02-17 07:29:05 +0100 oj  r267843 : #i96897# remove some dll public
2009-02-16 15:01:04 +0100 oj  r267816 : #i96897# remove some dll public
2009-02-16 14:25:53 +0100 oj  r267810 : #i99264# remove duplicate code
2009-02-16 14:25:33 +0100 oj  r267809 : #i99264# remove duplicate code
2009-02-16 14:24:59 +0100 oj  r267808 : #i99264# remove duplicate code
2009-02-13 10:56:17 +0100 oj  r267703 : #i99191# comment the contextclassloader
2009-02-13 10:32:40 +0100 oj  r267700 : reduce call to resultset meta data
2009-02-13 10:27:31 +0100 oj  r267699 : reduce call to resultset meta data
2009-02-13 10:27:08 +0100 oj  r267698 : reduce call to resultset meta data
2009-04-23 10:42:05 +00:00
Oliver Bolte
e591a08dc3 CWS-TOOLING: integrate CWS sb103
2009-01-15 15:28:08 +0100 sb  r266375 : #i97629# set UNO_PATH in python start program and use it in bootstrap function in officehelper.py (and do not erroneously encode a vnd.sun.star.pathname URE_BOOTSTRAP value in tools::extendApplicationEnvironment)
2009-01-15 10:40:17 +0100 sb  r266338 : #i97424# explicit shut down of ImplImageTree singleton in DeInitVCL still required
2009-01-14 12:07:15 +0100 sb  r266276 : CWS-TOOLING: rebase CWS sb103 to trunk@265758 (milestone: DEV300:m38)
2009-01-14 08:53:02 +0100 sb  r266266 : #i96284# remove implementation of unused (but expensive) link feature; plus some general cleanup
2009-01-08 14:42:59 +0100 sb  r266010 : #i96683# enable dlclose for GCC 3 (based on a patch by cmc)
2009-01-06 14:18:23 +0100 sb  r265920 : #i97424# spurious unreferenced local variables
2008-12-19 15:33:39 +0100 sb  r265727 : #i57359# no need for a special glibc 2.2.4 based libgcc_s.so.1 for URE any more as the general one used for OOo is guaranteed to be based on at least glibc 2.2.4, anyway
2008-12-19 13:54:37 +0100 sb  r265724 : #i97424# clean up and speed up vcl ImplImageTree
2008-12-18 14:28:10 +0100 sb  r265690 : #i97132# spread usage of the rtl::Static pattern (patch by cmc)
2008-12-15 14:33:00 +0100 sb  r265499 : #i90492# generate UTF-8 encoded output (patch by tora)
2008-12-15 11:45:05 +0100 sb  r265469 : #i95593# -Djava.library.path to find libtest_javauno_any.so
2008-12-15 11:23:14 +0100 sb  r265468 : #i93769# it appears that Java nowadays expects file URIs in UTF-8, so ExternalUriReferenceTranslator.toExternal must not be called
2008-12-10 12:02:50 +0100 sb  r265164 : #i93219# use (corrected) signal handling instead of forking again (to avoid unintended generation of core files)
2009-02-12 09:18:09 +00:00
Ivo Hinkelmann
09a1545fd5 #i10000# Lic change 2008-04-24 17:04:22 +00:00
Ivo Hinkelmann
40dbc61cc0 INTEGRATION: CWS cmcfixes43 (1.12.6); FILE MERGED
2008/03/03 09:38:57 cmc 1.12.6.1: #i86629 unify gcc maps
2008-04-24 15:57:47 +00:00
Ivo Hinkelmann
ea18d33693 INTEGRATION: CWS cmcfixes43 (1.1.2); FILE ADDED
2008/03/03 09:38:57 cmc 1.1.2.1: #i86629 unify gcc maps
2008-04-24 15:57:19 +00:00
Rüdiger Timm
df53700cf7 INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED
2008/03/31 07:24:40 rt 1.3.56.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:47:57 +00:00
Rüdiger Timm
79a6adb3cd INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED
2008/03/31 07:24:40 rt 1.4.56.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:47:40 +00:00
Rüdiger Timm
5a0567cb92 INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED
2008/03/31 07:24:40 rt 1.2.56.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:46:57 +00:00
Rüdiger Timm
a8fd764639 INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED
2008/03/31 07:24:40 rt 1.4.18.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:45:42 +00:00
Rüdiger Timm
900c87493f INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED
2008/03/31 07:24:40 rt 1.12.8.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:45:24 +00:00
Rüdiger Timm
57094f14e4 INTEGRATION: CWS changefileheader (1.11.18); FILE MERGED
2008/03/31 07:24:40 rt 1.11.18.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:44:48 +00:00
Rüdiger Timm
8abe74382c INTEGRATION: CWS changefileheader (1.7.40); FILE MERGED
2008/03/31 07:24:39 rt 1.7.40.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:44:29 +00:00
Rüdiger Timm
3ad92c5339 INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED
2008/03/31 07:24:39 rt 1.4.56.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:44:12 +00:00
Rüdiger Timm
2a6fdd3fb4 INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED
2008/03/31 07:24:39 rt 1.11.22.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:43:53 +00:00
Rüdiger Timm
b94db1ca24 INTEGRATION: CWS changefileheader (1.3.18); FILE MERGED
2008/03/31 07:24:39 rt 1.3.18.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:43:34 +00:00
Rüdiger Timm
2baa20501a INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED
2008/03/31 07:24:39 rt 1.6.56.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:43:15 +00:00
Rüdiger Timm
d814e0bd8d INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED
2008/04/01 15:20:54 thb 1.4.56.2: #i85898# Stripping all external header guards
2008/03/31 07:24:39 rt 1.4.56.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:42:57 +00:00
Rüdiger Timm
98083fc4ce INTEGRATION: CWS changefileheader (1.3.18); FILE MERGED
2008/04/01 15:20:54 thb 1.3.18.2: #i85898# Stripping all external header guards
2008/03/31 07:24:39 rt 1.3.18.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:42:39 +00:00
Jens-Heiner Rechtien
4d68205aa0 INTEGRATION: CWS os2port02 (1.10.2); FILE MERGED
2007/09/29 16:41:27 ydario 1.10.2.1: Issue number: i82034
Submitted by: ydario
Reviewed by:  ydario
Commit of changes for OS/2 CWS source code integration.
2007-11-02 11:41:23 +00:00
Vladimir Glazounov
0cb36e6fa2 INTEGRATION: CWS sb71 (1.9.4); FILE MERGED
2007/10/02 10:30:20 sb 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED
2007/06/14 15:05:17 sb 1.9.4.1: #i75466# Adapted to new APP|SHLnRPATH.
2007-10-15 12:03:30 +00:00