Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/libreoffice-6-4-5
/
setup_native
e236f90
Bump copyright year to 2020
by Adolfo Jayme Barrientos
· 6 years ago
cdbac69
simplify "a = a +" to "a +="
by Noel Grandin
· 6 years ago
c12c84e
Fixing "...."
by Andrea Gelmini
· 7 years ago
15ea8eb
setup_native: document more obscure epmfile.pm input
by Michael Stahl
· 7 years ago
3811e9b
fix HRESULT_FROM_WIN32 can not be placed inside switch for SDK8.1
by nd101
· 7 years ago
e3e1c756
tdf#119044 setup_native: let -core depend on -ooofonts
by Michael Stahl
· 7 years ago
bb6906b
tdf#124794: Wait for WU service stopped before launching wusa.exe
by Mike Kaganski
· 7 years ago
515d257
Replace legacy dynamically-loaded functions with statically linked ones
by Mike Kaganski
· 7 years ago
558956d
Drop UNICODE/_UNICODE defines
by Mike Kaganski
· 7 years ago
3b25ea6
tdf#120703 PVS: Silence V575 warnings
by Mike Kaganski
· 7 years ago
601cc06
tdf#123832: Try to prevent/control hung wusa.exe while installing UCRT
by Mike Kaganski
· 7 years ago
ea58b03
loplugin:indentation (clang-cl)
by Stephan Bergmann
· 7 years ago
d0265c1
loplugin:redundantinline (clang-cl)
by Stephan Bergmann
· 7 years ago
b8b4b99
Small corrections to strings
by Matthias Seidel
· 7 years ago
588dc28
Bump copyright year to 2019
by Adolfo Jayme Barrientos
· 7 years ago
20241d3
tdf#122302: Set status message when installing KB2999226
by Mike Kaganski
· 7 years ago
0b6884b
tdf#121987 follow-up: never fail MSU install; warn instead.
by Mike Kaganski
· 7 years ago
5305809
tdf#121987: Don't fail installation if failed to enable WU service
by Mike Kaganski
· 7 years ago
9c0d40f
Rename Mac OS X to official name macOS in comments and documentation
by Bartosz Kosiorek
· 7 years ago
6a12a9e
tdf#120703 PVS: V530 The return value of function is required to be utilized
by Mike Kaganski
· 7 years ago
1c00456
Correcting description: Gnome -> GNOME
by Matthias Seidel
· 8 years ago
84deb15
tdf#120099 Reintroduce .def files
by Stephan Bergmann
· 8 years ago
928b1b0
loplugin:external (clang-cl)
by Stephan Bergmann
· 8 years ago
28b4f4a
Get rid of Windows .def files in setup_native, use __declspec(dllexport)
by Stephan Bergmann
· 8 years ago
6c08039
package Indonesian (id) dictionaries into installset
by Christian Lohmaier
· 8 years ago
5988d88
Remove Extensions_MySQLConnector junk
by Stephan Bergmann
· 8 years ago
da9bb51
Fix typos
by Andrea Gelmini
· 8 years ago
b286917
loplugin:nullptr (clang-cl)
by Stephan Bergmann
· 8 years ago
b842443
Install UCRT from MSUs, not using nested VC Redist install
by Mike Kaganski
· 8 years ago
3bd63cc
I guess it's time to remove some Win9x code
by Mike Kaganski
· 8 years ago
6726600
Fix typos
by Andrea Gelmini
· 8 years ago
82a2138
Remove now unused libgetuid.so
by michael.weghorn
· 8 years ago
e1082e4
setup_native: remove {un,}install_solaris.sh
by Michael Stahl
· 8 years ago
d297fad
setup_native: MSVC: pragma warning: make more specific, remove obsolete
by Mike Kaganski
· 8 years ago
9af8f19
More loplugin:cstylecast on Windows
by Stephan Bergmann
· 8 years ago
d3f935c
another fix for DMG background for release builds
by Christian Lohmaier
· 8 years ago
864c3aa
Bump copyright year to 2018
by Adolfo Jayme Barrientos
· 8 years ago
12b389e
macOS installer bitmap for master
by heiko tietze
· 8 years ago
33f67ee
loplugin:includeform: setup_native (Windows)
by Stephan Bergmann
· 8 years ago
919be04
Add Albanian (sq) dictionary
by Aron Budea
· 8 years ago
0dd2e60
Drop check for Windows versions we don't support
by Mike Kaganski
· 9 years ago
830db20
Fix syntax errors
by Stephan Bergmann
· 9 years ago
0fa2133
setup_native: use more Unicode in MSI custom actions
by Mike Kaganski
· 9 years ago
eef4c13
Windows: avoid dependence on UNICODE define; prefer W functions
by Mike Kaganski
· 9 years ago
afeff91
Use even more WIN32_LEAN_AND_MEAN
by Mike Kaganski
· 9 years ago
3128668
Use more WIN32_LEAN_AND_MEAN
by Mike Kaganski
· 9 years ago
3c665f5
loplugin:constparams: setup_native (clang-cl)
by Stephan Bergmann
· 9 years ago
00657ae
migrate to boost::gettext
by Caolán McNamara
· 9 years ago
c113d38
Add setgid call stub for Linux
by Troy
· 9 years ago
e1c89b12
tdf#108928 - Branding for 6.0
by Heiko Tietze
· 9 years ago
46a30d5
tdf#105204 fix shellcheck warning in setup_native/scripts/unpack_update.sh
by Yeliz Taneroğlu
· 9 years ago
1772dab
Also filter out flags like -fsanitize-address-globals-dead-stripping
by Stephan Bergmann
· 9 years ago
de030cd
gbuild: Remove MSVC 2013 legacy code
by David Ostrovsky
· 9 years ago
0c54777
tdf#106359: register .iqy in MSI and treat them as templates
by Mike Kaganski
· 9 years ago
86b17cd
typo fix
by Andras Timar
· 9 years ago
e597ef0
No need for --disable-activex and --disable-atl any longer
by Tor Lillqvist
· 9 years ago
36de6c5
Drop some ooo2gd extension packaging bits
by Gabor Kelemen
· 9 years ago
dc2d33d
AutoInstall oox filter data packages to ooo module
by Matúš Kukan
· 9 years ago
8646ab9
Remove MinGW support
by Stephan Bergmann
· 9 years ago
0cee740
replace #ifdef SOLARIS with #ifdef __sun
by Michael Stahl
· 9 years ago
b58b241
loplugin:externvar (clang-cl)
by Stephan Bergmann
· 9 years ago
f8e77c0
Revert "tdf#99589 tolower changed to rtl::toAsciiLowerCase"
by Julien Nabet
· 9 years ago
e5da108
Bump copyright year to 2017
by Adolfo Jayme Barrientos
· 9 years ago
47f338c
tdf#99589 tolower changed to rtl::toAsciiLowerCase
by abdulwd
· 9 years ago
9a01723
Fix an annoying comma splice
by Adolfo Jayme Barrientos
· 9 years ago
67398a8
tdf#90753: AutoInstall setup_native packages
by Matúš Kukan
· 9 years ago
78dabf5
fix display of DMG background on Mac OS X Sierra
by Christian Lohmaier
· 9 years ago
fc88ed4
tdf#103922: Add Tibetan (bo) dictionary
by Aron Budea
· 9 years ago
0464495
typo: modul -> module
by Andras Timar
· 9 years ago
5d0aca5
fix description of 'ooofonts' package
by Andras Timar
· 9 years ago
83d6099
clang-cl loplugin: setup_native
by Stephan Bergmann
· 9 years ago
c236c8e
LoadLibraryEx returns null on error
by Stephan Bergmann
· 9 years ago
d866c3a
cppcheck invalidPrintfArgType
by Jochen Nitschke
· 10 years ago
0794fb0
tdf#92266 better language selection in Windows installer
by Andras Timar
· 10 years ago
dd3d1ff
fix en-US language selection logic
by Andras Timar
· 10 years ago
6dd32d4
chmod 644 some source files
by Stephan Bergmann
· 10 years ago
8dc38d9
Remove obsolete OxygenOffice bits
by Gabor Kelemen
· 10 years ago
428e23f
Fix some spelling errors in comments and strings
by Otto Kekäläinen
· 10 years ago
78c7929
tdf#89657 sign Mac languagepack installer and force-start-close LO
by Christian Lohmaier
· 10 years ago
29e0b58
Work towards tdf#72606 EasyHack _tstring/TCHAR elimination
by skswales
· 10 years ago
7fe92c76
Work towards tdf#72606 EasyHack _tstring/TCHAR elimination
by skswales
· 10 years ago
a0a31d1
-Werror,-Wunused-macros
by Stephan Bergmann
· 10 years ago
b911fa8
-Werror,-Wunused-macros
by Stephan Bergmann
· 10 years ago
6850269
Work towards tdf#72606 EasyHack _tstring/TCHAR elimination
by skswales
· 10 years ago
074bd09
Work towards tdf#72606 EasyHack _tstring/TCHAR elimination
by skswales
· 10 years ago
163dcad
Work towards tdf#72606
by skswales
· 10 years ago
8a4dd6f
Work towards tdf#72606 EasyHack _tstring/TCHAR elimination
by skswales
· 10 years ago
6439005
use SAL_N_ELEMENTS more widely
by Noel Grandin
· 10 years ago
1aa4df6
use SAL_N_ELEMENTS in for loops
by Noel Grandin
· 10 years ago
a1a6337
tdf#82335 Register Libreoffice for Kingsoft file types
by Jaskaran
· 10 years ago
f09bcdd
scp2: move scp2 classification package to AutoInstall
by Miklos Vajna
· 10 years ago
e520237
sfx2 classification: include example XML in the instset
by Miklos Vajna
· 10 years ago
a238b1f
Remove excess newlines
by Chris Sherlock
· 10 years ago
85b46f5
lokdocview: Add scp files for selection handle PNGs
by Pranav Kant
· 10 years ago
723719b
Silence -Werror=nonnull (GCC 6)
by Stephan Bergmann
· 10 years ago
8085555
Bump copyright year to 2016
by Adolfo Jayme Barrientos
· 10 years ago
d699266
cppcheck: fix memleak in win32/wintools/msidb/msidb.c
by Julien Nabet
· 10 years ago
000af55
-Werror,-Wwritable-strings
by Stephan Bergmann
· 10 years ago
18e972c
-Werror,-Wwritable-strings
by Stephan Bergmann
· 10 years ago
4c03c36
-Werror,-Wunused-internal-declaration
by Stephan Bergmann
· 10 years ago
Next »