Commit graph

14528 commits

Author SHA1 Message Date
Bjoern Michaelsen
2f3793391e make get_linktargetname public again so unittests can find the object lists 2011-04-05 11:51:04 +02:00
Caolán McNamara
a956d777b5 G_SLICE for memcheck only 2011-04-05 09:26:36 +01:00
David Tardon
7cc69243e7 fix typo 2011-04-05 08:56:36 +02:00
Francois Tigeot
4999d91ceb Use the same $outfile and $OUTPATH on all DragonFly architectures. 2011-04-04 21:27:10 +02:00
Caolán McNamara
6128599cc7 tweak VALGRINDTOOL for helgrind/memcheck 2011-04-04 17:10:43 +01:00
Alexander Thurgood
f958c05128 remove invalid - symbols in par token names 2011-04-04 16:24:49 +01:00
Michael Meeks
bc5759ed7d friendlier error on malformed par files 2011-04-04 16:08:25 +01:00
Andreas Becker
aff561a80c python 3 compatibility fixes 2011-04-04 15:18:10 +01:00
Norbert Thiebaud
98553de136 add the ability to imports objects directly into a CppUnitTest Link
some cppunit test need to link directly with the object of the module
they are meant to test, due to the fact that the API they use/test
are not necessarily exported in the public interface of the
module's dynamic library.

This patch add the mean to export the list of objects used in the link of
specific target library, and a mean to import these into the link of
a cppunit.

Only unxgcc.mk has been modified so far to support the later

This is not intended to be use to import objects accross module boundaries
2011-04-04 09:17:24 -05:00
Petr Mladek
49c3b55687 check that all configured localizations are supported
a side effect is ALL_LANGS variable
2011-04-04 16:06:12 +02:00
Petr Mladek
a96a8d10da lo-commit-stat: do stat also from the new "translations" repo 2011-04-04 15:18:08 +02:00
Petr Mladek
8875706bef lo-commit-stat: do stat also from the new "translations" repo 2011-04-04 15:13:31 +02:00
Bjoern Michaelsen
f8205e4fcb add lomenubar lib 2011-04-04 14:57:14 +02:00
Bjoern Michaelsen
c3ff094781 add lomenubar lib 2011-04-04 14:57:14 +02:00
Caolán McNamara
fa502cf881 restore c++0x flags 2011-04-04 10:28:38 +01:00
Robert Nagy
65be428ea6 rework how pthread is handled on openbsd
- remove -pthread from PTHREAD_CFLAGS
- add pthread to gb_STDLIBS
- redefine gb_LinkTarget__command_dynamiclink so that we can
  substitute -lpthread with -pthread in the list of libraries
  that we link to
2011-04-04 00:28:18 +02:00
Robert Nagy
7237a871ba rework how pthread is handled on openbsd
- remove -pthread from PTHREAD_CFLAGS
- add pthread to gb_STDLIBS
- redefine gb_LinkTarget__command_dynamiclink so that we can
  substitute -lpthread with -pthread in the list of libraries
  that we link to
2011-04-04 00:26:22 +02:00
Robert Nagy
f0bfd04f72 merge the bsd platform makefiles into one per platform 2011-04-03 23:51:23 +02:00
Robert Nagy
5ded3ab2ab merge the bsd platform makefiles into one per platform 2011-04-03 23:48:52 +02:00
Francois Tigeot
682884dc1c Revert "Remove jpropex, it is unused."
This reverts commit 8c2458ef96f14eb96ca011a18c98c975c332d981.
2011-04-03 22:54:32 +02:00
Robert Nagy
005a8c8045 remove whitespaces from license 2011-04-03 22:36:28 +02:00
Robert Nagy
eff9881fdb Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap 2011-04-03 22:16:36 +02:00
Robert Nagy
bc42d93482 add -Wl,--sysroot=$(SYSBASE) to gb_LinkTarget_LDFLAGS only if SYSBASE is !nil 2011-04-03 22:15:59 +02:00
Robert Nagy
9294d02f03 filter some library names on *BSD too just like on LINUX 2011-04-03 22:15:57 +02:00
Robert Nagy
da9f525995 add -Wl,--sysroot=$(SYSBASE) to gb_LinkTarget_LDFLAGS only if SYSBASE is !nil 2011-04-03 22:13:19 +02:00
Robert Nagy
bc2bee8fdc filter some library names on *BSD too just like on LINUX 2011-04-03 22:10:37 +02:00
David Tardon
0d963e8dff convert leading tab to spaces 2011-04-03 19:23:07 +02:00
David Tardon
0765270914 forms is completely under gbuild now 2011-04-03 19:15:05 +02:00
David Tardon
adf4bb8fea gbuildize drawinglayer 2011-04-03 19:14:07 +02:00
David Tardon
af544c8f84 gbuildize forms 2011-04-03 17:43:22 +02:00
Miklos Vajna
1b44db0e58 Revert "configure: add hamcrest jar to classpath after junit, if found"
This reverts commit 7d5c250a4d70b92460f3bf199dc8db9f69651b3b. It broke
'jar tf' and it's not necessary: if 'Class-Path:' entry is missing from
JUnit's manifest file, it should be fixed in JUnit.

Acked-by: Rene Engelhard <rene@debian.org>
2011-04-03 16:30:42 +02:00
Francois Tigeot
132c52c44a Use the default PATH to find the curl executable.
The previous code was trying to pick up the full curl path in a harcoded
list of places and actually failed to locate binaries on some hosts, even
though they were present in $PATH .
2011-04-03 15:15:32 +02:00
Francois Tigeot
c462e933f8 Remove jpropex, it is unused. 2011-04-03 15:15:32 +02:00
David Tardon
c54700d192 gbuildize unotools 2011-04-03 10:58:02 +02:00
David Tardon
5baa4c0e3a convert fileaccess to gbuild 2011-04-02 16:52:37 +02:00
Miklos Vajna
7258bad297 configure: add hamcrest jar to classpath after junit, if found
Hamcrest is a dependency for JUnit-4.4+ and it's packaged separetely on
some systems.
2011-04-01 18:43:43 +02:00
Petr Mladek
2c745c4eda LibreOffice-3.5 development started in master
Branch "libreoffice-3-4" has been created. Further changes in master
will be used for LibreOffice-3.5 release.
2011-04-01 15:26:07 +02:00
Petr Mladek
6efec4f510 Branch libreoffice-3-4
This is 'libreoffice-3-4' - the stable branch for the 3.4.x releases

    + only bug fixes are allowed
    + no approval needed during beta phase (two weeks after branch)
    + 1 approval needed during rc phase and for bugfix releases
    + 2 approvals with different/no affiliation needed for late features
    + regularly merged into master by a selected person when living

Please watch http://wiki.documentfoundation.org/ReleasePlan
and read announces on libreoffice@lists.freedesktop.org

If you want to build something cool, unstable, and risky, use master.
2011-04-01 15:13:13 +02:00
Petr Mladek
97dd6dd6f8 add ct2n and translations into .gitignore 2011-04-01 14:31:48 +02:00
Bjoern Michaelsen
a59e57ab2c skip Junit test, when no Junit available 2011-04-01 13:49:12 +02:00
Petr Mladek
afc1d128d6 search moc4 in $QT4DIR/bin before searching $PATH 2011-03-31 21:08:03 +02:00
Bjoern Michaelsen
dbc1d2d9e2 adding lomenubar lib 2011-03-31 21:04:43 +02:00
Petr Mladek
d1ea3841d1 add rule how to unpack .oxt files
useful to update a 3rd party one
2011-03-31 18:15:44 +02:00
Caolán McNamara
b78b486c7c pull correct jfreereport sources 2011-03-31 13:36:19 +01:00
Caolán McNamara
b20f3427ed we only need the java lib path to link bean 2011-03-31 13:36:19 +01:00
Fridrich Štrba
c525a776b3 sal_textenc3 is not really an uno component, mmeeks dixit 2011-03-31 14:03:41 +02:00
Fridrich Štrba
5c89bdb493 fix windows packaging of sal_textenc3.dll 2011-03-31 13:53:34 +02:00
Tor Lillqvist
83c048b89b Don't check the directories for uniqueness multiple times
Wen building a multi-language installer the subroutine
create_unique_directorynames() is called for each language. The same
directory names will be traversed each time. It needs to check the
uniqueness of them only the first time, otherwise it will think every
directory name is repeated.

The check is new, from OOo, but they don't build multi-language
installers so they have not noticed this problem.

The solution is a bit hacky but works.
2011-03-31 14:35:44 +03:00
Tor Lillqvist
a1ce970032 Rename shellnew2 to 2shellnew
The "DosName" property of a directory item must apparently be unique
in first five chars, sigh. See the lovely code in
solenv/bin/modules/installer/windows/directory.pm, the
create_unique_directorynames subroutine, check for $startlength.
2011-03-31 12:47:22 +03:00
Petr Mladek
63f5fa4f9f rename --with-ct2n to --enable-ext-ct2n configure option
to be in sync with other extensions
2011-03-30 21:15:54 +02:00