Age | Commit message (Collapse) | Author |
|
Change-Id: Ibcaf1aeb773bb840c1d7a71b869137f21970eda1
|
|
It was most probably not working anyway and is something different to
libmerged, which intends to merge only core set of libraries.
To build everything into one library, approach similar to what we do for
Android could be better idea.
Change-Id: Id5b8c2fa2b26e8faaaeb022ea55eb2e39909e875
|
|
Change-Id: I9085ec6c3efeef25ebe50660cdf1c37a3ee85115
|
|
Change-Id: I90e1e284d8220bcaa6861b0c768fc44820501fd5
|
|
Change-Id: Iffd293c20880f28a1b93225583d3f315eddb328f
|
|
Change-Id: I08f5debc158228832667e730e63b7ad29f2737f9
|
|
Removes "virtualdbtools" and its implementation under "simpledbt", which are
mostly wrappers around various dbtools functions and classes, previously aiding
the now removed dynamic loading logic.
Removes IDataAccessTools, IDataAccessTypeConversion and IDataAccessToolsFactory
interfaces and their accompanying implementations which are completely unused.
Removes IDataAccessCharSet (implemented by ODataAccessCharSet) and moves the
implementation into a function which replaces ODataAccessCharsetHelper.
Removes ISQLParseNode and ISQLParser and their implementation in
OSimpleParseNode and OSimpleSQLParser, which simply wrap around OSQLParseNode
and OSQLParser respectively. To avoid including "sqlbison.hxx" unnecessarily,
includes to "sqlbison.hxx" are now only used where needed.
Change-Id: Id882dfbf43514d84a1eaffc1f916d627830c8cd6
Reviewed-on: https://gerrit.libreoffice.org/15450
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: Iaf5c394a1cacaa6de9d10566dc6a1371361b40de
|
|
Change-Id: I2b9dafd2a34d055dcd8b8c4d894be30dc821d3be
|
|
Change-Id: I231012b4603158a6b81d42741076f1742da6695c
|
|
Change-Id: Id887e25f626917d4775f0df92935ecbf08b0455d
|
|
ie.
void f(void);
becomes
void f();
I used the following command to make the changes:
git grep -lP '\(\s*void\s*\)' -- *.cxx \
| xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;'
and ran it for both .cxx and .hxx files.
Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
|
|
Removes dynamic loading logic described in tdf#84315, similar thing
removed in swdbtoolsclient.
Change-Id: I8762102a7263e6933354c2ff6f9978929b760f6e
Reviewed-on: https://gerrit.libreoffice.org/15147
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: I58297ba336d96358eb0683684bbd763870ef56cb
|
|
Thank you Lionel about your advice for this one.
Change-Id: I4ec51b694d3b674158cb7fb4efa580e084cffda9
Reviewed-on: https://gerrit.libreoffice.org/15163
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
Change-Id: I18e2c80a3c8d6a1b1c126ae2581cb3e7010a8021
|
|
Change-Id: Ibaad2adabecb878411fdd66383bca91f034477af
|
|
because it creates regression (see tdf#90446)
This reverts commit 9b92d8afbabe564de703f8bc083723d97e765011.
|
|
Change-Id: Ice43b710b16eed79870d561e6dcf14f4a07cad9f
|
|
Change-Id: I8a4e8fc801bae7826d37b9ff29c1535416623f12
|
|
Change-Id: Iefb2ef68cf769c78f4e41c14a02afc9356e8e495
|
|
Change-Id: I1555342cb3f8d29a0ea6e8fe51350a1bdc8529ea
|
|
...to avoid clashes with macros and poor warnings about hiding global FILE
Change-Id: I444e8b958f029201b228937e088efabc4b6d3050
|
|
...and fix o3tl::enumarray::operator [] const overload
Change-Id: I749b1b9d68686b03a97074253478d9d2d9d32b0b
|
|
Change-Id: I1aeb9c73c284e39f371e49ded98e8dba0d055056
|
|
Change-Id: Id2361bd7b50f4724211661b024583b8a3445500b
|
|
Change-Id: I24dc3a9b16abb1397cdd6a4f6cfafb81cc61d0f9
|
|
Change-Id: I20b7936d2bb11363a701ca649deba31d53c76868
|
|
Change-Id: I78fdbcde76d01c332430f63393936ab38ee13de5
|
|
Change-Id: Ia1ab134a0afbeeb3ae40264bd4233a47df26b734
|
|
Change-Id: I6c7c31befd61cbf0800a62c08e7395ddf78e4b30
|
|
Change-Id: If7e4e3cae1021529819e0b43ef334020ff8b7a43
|
|
Change-Id: Ic95699c514b24886ab1ca6d2b625fe9bd033f4ea
|
|
Change-Id: Idc231c76175d93a11846d9e3552f3b6eef75b41a
|
|
Change-Id: Ie9b7a0c41fc4dbd2560ceff6bae9ab85357f518b
|
|
it seems to be causing unit-test and build failures
This reverts commit 5cbb51c009fa266e8418ef93799ac64e431c22f5.
Change-Id: Idc6372f98200b23828aa19b22a75b6b2b640d1ab
|
|
Change-Id: Ib143870ff6e5cf9dd62b420d8f8f1e71dbac42e7
|
|
Change-Id: Ic1a71851a80ed2715969b0f00a0e59ab3a0593db
|
|
Change-Id: I2b02e12690ad64061828b7cf346cce3914a1ef4d
Reviewed-on: https://gerrit.libreoffice.org/14952
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
We always use -I$(SRCDIR)/include, and the #include statements use
<shell/*.h>.
Change-Id: I62d32b3a1bd0840f3a4bb149c5552c2aed98cb56
|
|
...for a 32-bit build, similar to what ee11e221d2108212619e1bbe7f029e7d9afdba32
"tdf#43157: Fix format string violations in OSL_TRACE etc." did for a 64-bit
build
Change-Id: I05dd79ede3e66cb9ab7a33792319eb34b34c82dd
|
|
Change-Id: I747ebddc39d4a0346cf61c3b771ef39b3365d621
|
|
...in preparation of enabling the __attribute__((format(...))) in
sal_detail_logFormat (include/sal/detail/log.h)
Change-Id: I8a859199fa11ca0f9f4f4b4b23a8ebddec955a86
|
|
Change-Id: I843494242ec7ecf6baca0abb61f088ee940b5a52
|
|
Change-Id: I5bd18b1a93f7197121eb42f6b82d2d8d87e7671f
Reviewed-on: https://gerrit.libreoffice.org/14843
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ieaf349ee43737304f51362bfe01db636e3eaf629
|
|
Change-Id: I9e9a00acf9503980f0c6c7cd0a20378e5ca7390d
|
|
Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a
|
|
stopgap measure until tdf#57873 is fully implemented,
since these days by far more people use Thunderbird
than Seamonkey (or Firefox address book, if the latter
even has any...).
Change-Id: I638ec90277063b1e7536c045bffb1052d3b76911
Reviewed-on: https://gerrit.libreoffice.org/14793
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
The value set here does not correspond to any valid value in
sdkddkver.h; it is a mystery what setting an invalid value is supposed
to achieve.
Change-Id: I76b1da148806e249870154efda3e6c4fa20010bf
|