Age | Commit message (Collapse) | Author |
|
Change-Id: I74a2ff491c9328acd59a05ec3f83ed037847a1d6
|
|
Change-Id: I215d99c0161a9b9c9df3f8ef362514e161b31acf
|
|
Change-Id: I0137bb7ce6337ca852af513565cc19dad3c8dc8b
|
|
Change-Id: Ia82a735c6075771d5096647905c4722ada1d1d40
|
|
... when the component is used by a unit test.
Change-Id: I5e3b1770c18d8f7dd8166f30f82bbbba1aa72dc1
|
|
Change-Id: Ifa7a67862fca71dfd96dc55eec9f065f303d88a9
|
|
Change-Id: I83e468a729ef72b74c2718fe98dd3998dac6c21e
|
|
Change-Id: I68edf70e41023d3056859d49005c684b7c4e24d6
|
|
Change-Id: I39dd1d10f086fd17fd9cf3a511452831a06bf81a
|
|
I thought it was possible now to build on Windows with Visual Studio
2013 as the only installed Visual Studio version, but no. I tried on a
fresh Windows 8.1 installation.
This commit fixes the configury a bit at least. (One needs to pass the
--with-visual-studio=2013 option. Otherwise configure gets confused by
the partial (?) VS2012 that seems to be installed, too, when
installing VS2013, and prefers that...)
The build fails at least in external/lcms2, but I'll leave sorting out
that for later.
Change-Id: I15942e4b088a3f0a62c3f7fa8f9b45f77beaff6f
|
|
Change-Id: Ia5ccf924979fc3c72ce585af46a7443733be2ad3
|
|
Fixes "Use of uninitialized value in concatenation (.) or string
at solenv/bin/modules/installer/environment.pm line 110."
Since: 38e6216cfd04f23ca0dbfa6bb99c5631f4891e78
Change-Id: Ia4ed62f64b07d1d244e172dd6e02010d896b845b
Reviewed-on: https://gerrit.libreoffice.org/10480
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
|
|
Otherwise, zillions of warnings are displayed like:
"defaulted and deleted functions only available with -std=c++11 or -std=gnu++11"
"override controls (override/final) only available with -std=c++11 or -std=gnu++11"
Change-Id: Icedaf55c4f301d44587141ad937abbfce8d10457
Reviewed-on: https://gerrit.libreoffice.org/10130
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ia96e85191d877ebfd7621f7aa572f29e6482716c
|
|
workdir zip file was not copied to instdir
Change-Id: I47f86745613a1b99836523036fba2b393f9ba1bd
|
|
As demonstrated by commit b875362cd576b29aee4da899335b8d8f6c74d192,
scp2 will reference all languages' UIConfig zip file, but gbuild only
builds those that have existing input files from translations;
tweak UIConfig class to always build a zip file, and the Zip command to
work with no inputs as well, which requires a little hack.
Change-Id: If6dbb07aa856c94802b9abdcaa20ba03e59d37fa
|
|
This avoids the flashing window even on Linux, while making such tests
headless would make them fail.
Change-Id: I7cf8d410e257574f0177ca8b7e6465a5efd62280
|
|
Who knows what weird conflicting stuff could be on PATH.
Change-Id: I5acec89687efe736ecc1f970eb56efa22393b251
|
|
Replace one ugly way with a different ugly way; it looks like the
make_define invocation did not actually work before.
Change-Id: Idd365f82a6fabab9444471ac88f91d81476bf124
|
|
Change-Id: Icea7057734020914fe0df3df70c8a895e96c1af0
|
|
Change-Id: Ie1c7e022a2e1713a111ebd2db9db866e09f4f4f4
Reviewed-on: https://gerrit.libreoffice.org/10120
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
All environment variables contain native Win32 paths.
This allows building with Win32 make and Cygwin sh.exe,
but Cygwin make cannot build any more with the Win32 entries in PATH.
Requires adding "bash" detection to configure since /usr/bin/env
can't be invoked by Win32 make and it's possible to install cygwin
somewhere else than C:/cygwin.
Change-Id: Ia8f4ee3c91222e8f5919cfbfc452f12ffbfadd40
Reviewed-on: https://gerrit.libreoffice.org/9698
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I3beea86e97a4217128383c01049b2fc19c85c67a
|
|
Change-Id: Ia39ce5eeb26a11c633bc414872481d0bc08910dc
|
|
Change-Id: I31cb7aec1a48b7b052f104ea3558cb13595a3687
|
|
Change-Id: If1575e0bcacbc5c3c40d485063b1025017eef73a
|
|
Change-Id: Id82bbfc94645d9153e0d79475de008adb0edf3b9
|
|
Change-Id: Ia57e2cb4c5e1f65a78e0f3bddd3910c67971306d
|
|
+ prevent lokandroid JNI functions to be removed from the library
+ basic use of lok Office / Document in LibreOfficeMainActivity
Change-Id: I7bfe53738cf821b2270ab3e024cc506a7cff42f0
|
|
Change-Id: Ia313f82f75c1dfdb0952810056c6f17048658cee
|
|
Now the LibreOfficeKit is used to actually attempt to bootstrap LibreOffice;
at the moment fails to do that.
Change-Id: I91220dbff783213bf7702e7213a5646859db4581
|
|
Change-Id: I164f03f8ab185fdb71632fd894f94b78bb3d994f
|
|
Building, and running the unit/subsequent test on Mac cause massive amount
of flashing windows creation/destruction that make building with test
very annoying on a box used for other purposes.
This patch prevent the windows to be actually displayed hence mitigating
the problem
Change-Id: Ied2a36699b50856e0c4e6b618212481796ec99d3
|
|
...no reason to not have it enabled for URE C include files and what
little real C code is still left. (But note that Clang ignores that
warning.)
Change-Id: Ia6940f9f940a0c226e9b724331d65c9862ce32e6
|
|
...and replace gb_CppunitTest_unset_headless with
gb_CppunitTest_use_vcl_non_headless.
Change-Id: Ibd859f98ed8df09988ca26ffcee26e06e25d8313
|
|
In the (default) --disable-release-build case the -p option to
make_installer.pl should be "LibreOffice_Dev", not "LibreOffice". See
instsetoo_native/util/openoffice.lst.in.
Also, the pathname passed to solenv/bin/macosx-codesign-app-bundle
needs to adapt to ENABLE_RELEASE_BUILD, either LibreOffice.app or
LibreOfficeDev.app.
Change-Id: If2b8efee096339f9c0cf52e663826d0086b1e35e
|
|
Change-Id: I78f56bb28d4b9b6c0696f83f3e06d836fd3427cd
|
|
... so add a response file parameter --filename.
Change-Id: Idc71de7508b571b0e0608a65b92cd45e6800f7c3
|
|
This breaks in postprocess (services.rdb).
Change-Id: I573279e510b5f3dedd7e32059688d21c4c844c47
|
|
Change-Id: I74d7ed5dd35e51168cc788a8336cf932b92102ca
|
|
Change-Id: Ice87781147d62d2ba5f7fe3e7cede89a0404c186
|
|
Always quote the passed string; this cannot handle arbitrary strings
like $(file) can, but everything that is needed currently.
Also, try to ensure that output does not start with a space.
Note: there needs to be a newline at the end, otherwise helpex
ignores the last item on the line.
Change-Id: I51a4058591cc4f12dd878c2d113bd5cfc8c22d61
|
|
It looks like what works is to give the source file names with
backslashes but everything else with forward slashes?
Change-Id: Iaf910ab5fc41984d1315a30b164a334d28344c16
|
|
This much ugly complexity, generating a header on every gbuild startup
etc. is really not warranted for 6 callers of the generated macros.
Also, the Win32 make has problems with the quoting.
Change-Id: If945e09c1730e52174a6084677842dc611d66b2f
|
|
Somehow 2 successive / in a path result in $(wildcard) returning
nothing.
Change-Id: Ie8b84543d36fe50fa706b9ccabcd280a7e3913ab
|
|
Change-Id: I3677de94e064c2f737cc7882b3cc4f42a6bf626a
|
|
Try harder to handle app bundles with space in name. (Not sure if this
version yet does that 100%.)
Include the directory names in the "ids" to make them unique. There
are lots of files with the same name (in different directories, of
course), especially in an app bundle that includes help in multiple
languages.
Change-Id: I424c539f6389ac6f7c9cef96aeb873ddac459f78
|
|
Change-Id: Ica7dcc823cc7027a00b15d2dcf5b73b0ef322189
|
|
The LinkTarget command builds the LinkTarget's dep-file as well as an
optimization so the next make does not restart; in this case the
dep-file is not the target so it will not be deleted by make in case the
build is interrupted, and the next make can choke on the partially
written .d file.
Change-Id: I13b1884f1a974b7ce10b00e1df1d0f30222f4790
|
|
This was a PEBKAC. The dep is already made in gb_Executable__Executable_impl.
This reverts commit d14624c0f356035248983940b193ee71fc5c3c4a.
Change-Id: I3342714422a3fd23d2d896773f4917130dbdc931
|