Revision tags: 420-Dev2-m2, AOO417 |
|
d92553df | 20-Aug-2019 |
mseidel |
Fixed typos (cherry picked from commit ee65694a6345d8193639ab50d8f2d48a52c3fa0b) |
6b5a962b | 15-Oct-2020 |
mseidel |
Fixed typos (ouer -> our) and some more (cherry picked from commit b12a77c9de73410d92ad280a3c79a4e8692534ea) |
fefd526c | 11-Oct-2020 |
mseidel |
Fixed typos (acces -> access) and some more (cherry picked from commit 8f79cfd82591ed6c26bea7156c3a96cde903fa3c) |
7a164331 | 11-Oct-2020 |
mseidel |
Fixed typos (wont -> won't) and some more (cherry picked from commit 9f813b30a249a2ed1e0f5e3ff3c0b88a8924b427) |
53d915a9 | 03-Oct-2020 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit 33608c82206695bbbe0b645fe8a658bc051dbbbe) |
796b7e2a | 01-Oct-2020 |
mseidel |
Fixed typos (thats -> that's) and many more (cherry picked from commit cfd52e183e60a1a0f86b79e1f5a1cdd3ab0b202f) |
f502cd5d | 19-May-2019 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1859496 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit ecd832d34712c072001d882e57707c7ba971b63e) |
32698fcc | 28-Sep-2020 |
mseidel |
Fixed several typos (cherry picked from commit c47da6ea653604c64a84e90ede2d0a69fcd8f7e9) |
4e7d57d8 | 22-Aug-2020 |
mseidel |
Fixed typos (otherwhise -> otherwise) and some more (cherry picked from commit 15289133c13269ea12e74ce817b98e1403d5761d) |
a49f1911 | 22-Aug-2020 |
mseidel |
Fixed typos (internaly -> internally) and some more (cherry picked from commit 06fea5eb2b9aa5023a47343a2dfc561c5943149a) |
d0dd86958 | 18-Aug-2020 |
mseidel |
Fixed typos (shure -> sure) (cherry picked from commit 01ad09a0c915d261b7260c626c3424e027e76f95) |
e9faf1d9 | 18-Aug-2020 |
mseidel |
Fixed typos (Normaly -> Normally) and some more (cherry picked from commit 2e3a1b6e4abf6df35dae2c3095e845de0304e209) |
a97fbb85 | 18-Aug-2020 |
mseidel |
Fixed typos (cherry picked from commit 36e81a81f4ba1276157e39937bb534c7c0e6e6b2) |
26cf26dd | 10-Jul-2020 |
mseidel |
Fixed typos (contex -> context) (cherry picked from commit 6f247e9c8aac1895f310561142b0e64ebdd27411) |
fb0b81f5 | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more (cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899) |
9f5514e7 | 02-Mar-2020 |
mseidel |
Fixed typo (minmal -> minimal) (cherry picked from commit 414ebe3f9f11a92a37e6101e6ed76c1b5b51d650) |
dbb1086a | 21-Nov-2019 |
mseidel |
Icons were changed to PNG long ago (cherry picked from commit 34fcb55b25ef6698ba45a45b22cc66fde47dbcf9) |
Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415 |
|
e10cbedd | 15-Dec-2017 |
Don Lewis |
Enhance gb_LinkTarget_set_*_optimization functions to allow multiple targets to be specified. Convert optimization overrides in the gbuild library makefiles to use gb_LinkTarget_set_
Enhance gb_LinkTarget_set_*_optimization functions to allow multiple targets to be specified. Convert optimization overrides in the gbuild library makefiles to use gb_LinkTarget_set_*_optimization. There should be no functional change. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1818290 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8e6bd3e9 | 12-Dec-2017 |
Don Lewis |
Improvements to per-object optimization overrides in gbuild: * Less Library.mk editing required to add an optimization exception than what has been normally done to date. *
Improvements to per-object optimization overrides in gbuild: * Less Library.mk editing required to add an optimization exception than what has been normally done to date. * Add a variable to specify an override to -O1 instead of only allowing -O0. * Don't lose debug flags when overriding optimization. Convert the recent Mac optimization override in framework/Library_fwk.mk to the new style. Improvements to Windows debug builds in gbuild: * There are multiple dependency paths that trigger compiling a source file. Add a target specific $(PDBFILE) to the root of each so that $(PDBFILE) is set properly when compiling. Note: $(PDBFILE) is not getting set when compiling the sources for the per-module (Google Test) tests. * Don't inadvertantly disable the use of pre-compiled headers when enabling debug (not specific to Windows). Note: If both debug and pre-compiled headers are enabled, building of modules that contain more than one library will fail due to limitations of Visual Studio. The problem is that when we build the precompiled header, the output file(s) are based on the module name. Even though each Library_*.mk specifies the rule to build the precompiled header, it is only built once for the module. Visual Studio requires that the $(PDBFILE) used when compiling the sources match the $(PDBFILE) used when compiling the precompiled header, but the value of $(PDBFILE) is specific to each library. The best fix would be to compile the headers once for each library and stash the output in a per-library specific place, but this requires some fairly extensive changes. Another potential fix would be to use -Z7 optimization so that the debug information is stored in the object files. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1817946 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7290151e | 27-Nov-2017 |
Jim Jagielski |
Build and compilation changes for macOS: o Change optimization level o Created shared libs do not include major/minor numbers git-svn-id: https://svn.apache.org/re
Build and compilation changes for macOS: o Change optimization level o Created shared libs do not include major/minor numbers git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816489 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO414 |
|
97ed0b98 | 18-Nov-2017 |
Jim Jagielski |
Force compilation with -O1 flag instead of -O2 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1815700 13f79535-47bb-0310-9956-ffa450edef68 |
52eeacff | 13-May-2017 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1795046 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO413 |
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121 |
|
30acf5e8 | 22-May-2016 |
pfg |
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
9c0c1533 | 24-Sep-2015 |
Andrea Pescetti |
#i126305# Add support for WebDAV locking. Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705199 13f79535
#i126305# Add support for WebDAV locking. Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705199 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|