Date: prev next · Thread: first prev next last
May 2017 Archives by date, by thread · List index


UBSAN Linux Build - Build # 547 - Fixed:

Changes for Build #546
[Markus Mohrhard] conditionaly execute tests that depend on additional fonts

[Markus Mohrhard] add script to generate complete mar files

[Markus Mohrhard] use std::thread instead of own solution

[Markus Mohrhard] add registry part for new automated updater

[Markus Mohrhard] add makefile parts for creating mar files

[Markus Mohrhard] start work on the updater service

[Markus Mohrhard] add script for incremental mar generation

[Markus Mohrhard] add files for the new update service on windows

[Markus Mohrhard] include the new files into the build system

[Markus Mohrhard] add files for starting windows process

[Markus Mohrhard] use the new winhelper static lib on windows

[Markus Mohrhard] we need to link to nss

[Markus Mohrhard] temp windows fixes

[Markus Mohrhard] compile as a true c++ oject

[Markus Mohrhard] make the winhelper library compile on windows

[Markus Mohrhard] fix unitialized memory

[Markus Mohrhard] make the updater code also work on windows

[Markus Mohrhard] we only want to build winhelper on windows

[Markus Mohrhard] add initial version of running the updater

[Markus Mohrhard] remove unneeded parts from the updater code

[Markus Mohrhard] only compile the windows files on windows

[Markus Mohrhard] we use a static lib for this now

[Markus Mohrhard] first version of the two step updater

[Markus Mohrhard] fix descripton of the updater configuration properties

[Markus Mohrhard] don't run the updates when the updater has been disabled

[Markus Mohrhard] remove mozilla certificates

[Markus Mohrhard] remove gonk reference from build files

[Markus Mohrhard] remove more references to GONK

[Markus Mohrhard] make it possible to use mar feature in ifdefs

[Markus Mohrhard] indentation fix

[Markus Mohrhard] register the new updater properties in postprocess

[Markus Mohrhard] add files to send update info to balrog server

[Markus Mohrhard] install onlineupdate executables correctly

[Markus Mohrhard] improve update checker and update downloader code

[Markus Mohrhard] temp

[Markus Mohrhard] improve the update checker

[Markus Mohrhard] apply the mar file after downloading

[Markus Mohrhard] add configure setting for the update channel

[Markus Mohrhard] add makefile part to generate mar file and update info

[Markus Mohrhard] add a way to create mar file from file

[Markus Mohrhard] allow to create mar files for LibO with symbols

[Markus Mohrhard] use the new file based approach for the mar creation

[Markus Mohrhard] change of plans, we are not going to use balrog

[Markus Mohrhard] also include the platform into the build config

[Markus Mohrhard] an URL is not a path

[Markus Mohrhard] start writing the update.info file

[Markus Mohrhard] obviously we need to use a LibreOffice registry key

[Markus Mohrhard] adapt indentation to LibO defaults

[Markus Mohrhard] document the no-link to LibO libraries policy

[Markus Mohrhard] don't use MOZ_ prefixed env vars

[Markus Mohrhard] don't use MOZ prefix for variables

[Markus Mohrhard] some steps to getting mar signing working

[Markus Mohrhard] make the script more python3 compliant

[Markus Mohrhard] build the signing part for the updater

[Markus Mohrhard] fix the build

[Markus Mohrhard] more steps in the direction of signed mar files

[Markus Mohrhard] improve the build system part for generating mar files

[Markus Mohrhard] we only need the signed mar files

[Markus Mohrhard] use a few more variables instead of hard coded paths

[Markus Mohrhard] restart soffice after the update

[Markus Mohrhard] create complete and correct build_config files for the updater

[Markus Mohrhard] use my own server for now for the new update check

[Markus Mohrhard] move most of the updater settings to ini file

[Markus Mohrhard] file size is obviously an integer

[Markus Mohrhard] use correct syntac for platform string

[Markus Mohrhard] reenable the download of the update files

[Markus Mohrhard] make sure that the upload command succeeds

[Markus Mohrhard] store the correct version string in the updater and the mar executable

[Markus Mohrhard] add the manifest file to the mar file

[Markus Mohrhard] correctly pass the callback executable to the updater

[Markus Mohrhard] update the updater code from mozilla

[Markus Mohrhard] only check for updates once every 7 days

[Markus Mohrhard] update the last update check time

[Markus Mohrhard] add certificate parts for current daily build cert

[Markus Mohrhard] add the missing libs for the test

[Markus Mohrhard] fix windows build

[Markus Mohrhard] the header file is also needed on windows

[Markus Mohrhard] fix unused parameter warnings

[Markus Mohrhard] explicitly include header file for unique_ptr

[Markus Mohrhard] disable warning 4204

[Markus Mohrhard] fix warnings in windows only code

[Markus Mohrhard] workaround for compile error

[Markus Mohrhard] remove header includes

[Markus Mohrhard] always build with NSS and therefore verify signatures

[Markus Mohrhard] add missing windows error codes

[Markus Mohrhard] more XP_WIN to _WIN32

[Markus Mohrhard] include nss also on windows for the updater executable

[Markus Mohrhard] fix exception on windows when thread is not joinable

[Markus Mohrhard] handle errors returned by the server

[Markus Mohrhard] fix Wundef warnings

[Markus Mohrhard] fix more platform define checks

[Markus Mohrhard] separate creation and upload of the update info

[Markus Mohrhard] define UNICODE to get the unicode system functions

[Markus Mohrhard] extract the common updater code to an own static library

[Markus Mohrhard] get the update service working

[Markus Mohrhard] the update service is windows only

[Markus Mohrhard] make sure not to reuse the Mozilla registry keys and service name

[Markus Mohrhard] use own unique identifier

[Markus Mohrhard] remove unnecessary case from updater code

[Markus Mohrhard] use std::min instead of own code

[Markus Mohrhard] remove the MOZ_ prefix from a few env variables and defines

[Markus Mohrhard] hide the function behind the correct define checks

[Markus Mohrhard] add TODO comments for the places that need further inspection

[Markus Mohrhard] error out if the path to the updater config is empty

[Markus Mohrhard] handle signing errors much better

[Markus Mohrhard] add the resource to the updater

[Markus Mohrhard] use a more libreoffice like formatting

[Markus Mohrhard] add the astyle script used to format the files

[Markus Mohrhard] add more TODO comments

[Markus Mohrhard] executable names on linux and windows are different

[Markus Mohrhard] follow redirects when downloading update files

[Markus Mohrhard] use consistent method names

[Markus Mohrhard] use the path and not the URL string

[Markus Mohrhard] send the csrf token with the updater scripts

[Markus Mohrhard] update the update URL and adapt to the server changes

[Markus Mohrhard] protect the downloading of the update info also with try..catch

[Markus Mohrhard] version entry is no more

[Markus Mohrhard] hard coding the number of entries just leads to problems

[Markus Mohrhard] ignore SIGPIPE in glx test process

[Markus Mohrhard] don't crash when we get bad response

[Markus Mohrhard] use an update dir that is in the user profile

[Markus Mohrhard] first stab at normalizing updater path

[Markus Mohrhard] better flexibility through configurable updated build directory

[Markus Mohrhard] normalize path for updater

[Markus Mohrhard] either try to install an update or check for update

[Markus Mohrhard] extract the common updater path info into methods

[Markus Mohrhard] better reporting for normal response from updater

[Markus Mohrhard] if the update_dir does not exist continue with the update check

[Markus Mohrhard] actually check the hash of the update files

[Markus Mohrhard] actually abort the update process if the update file is invalid

[Markus Mohrhard] add mbsdiff as build executable

[Markus Mohrhard] start working on the creation of partial update files

[Markus Mohrhard] add a way to strip symbols from the tarballs

[Markus Mohrhard] remove the split functionality from the update creation

[Markus Mohrhard] add a script to extract and uncompress from a mar file

[Markus Mohrhard] ignore the precomplete file at least for now

[Markus Mohrhard] reuse the new extract mar code for the partial update generation

[Markus Mohrhard] extract mar file name generation

[Markus Mohrhard] extract the mar signing code

[Markus Mohrhard] add the generation of partial update files to the makefiles

[Markus Mohrhard] create valid partial language updates and write partial update info

[Markus Mohrhard] simplify path handling in the updater scripts

[Markus Mohrhard] use the shared signing code

[Markus Mohrhard] add missing file

[Markus Mohrhard] use file instead of complete for the key of the partial update info

[Markus Mohrhard] integrate the partial update info into the uploaded info

[Markus Mohrhard] fix errors in upload scripts

[Markus Mohrhard] log all the updater actions

[Markus Mohrhard] without the wb+ reading the patch file will fail

[Markus Mohrhard] remove unused hard link support

[Markus Mohrhard] add TODO

[Markus Mohrhard] extract string typedefs to a shared file

[Markus Mohrhard] first step into supporting user profile in installation dir

[Markus Mohrhard] second part for user profile in instdir

[Markus Mohrhard] remove double '/' in update download URL

[Markus Mohrhard] generate the certificate verification data as part of the build

[Markus Mohrhard] remove the newly unused files with old cert verification data

[Markus Mohrhard] Wunused-macros

[Markus Mohrhard] Wsometimes-uninitialized

[Markus Mohrhard] Wdeclaration-after-statement

[Julien Nabet] fix gdi resource leak (editeng/impedit)

[Miklos Vajna] tdf#107931 ww8import: kern marker MAY indicate disabled kerning.

[Noel Grandin] loplugin:unusedfields

[Noel Grandin] remove unused languagetag.hxx includes

[tabe] basic: Fix broken unit test for IsMissing()

[caolanm] pNameResId is unused

[Miklos Vajna] xmlsecurity: remove unused parameter in XSecParser ctor

[Stephan Bergmann] Update the reference rdbs to libreoffice-5-3

[Thorsten Behrens] Removed unneccessary ASCII-Art and comments

[Noel Grandin] loplugin:comparisonwithconstant in basic

[Noel Grandin] loplugin:comparisonwithconstant in accessibility..basegfx

[caolanm] SdResId used just for its id

[Noel Grandin] includes cleanup after loplugin runs in filter/

[justin_luth] ooxmlexport: roundtrip tdf#103975's unit tests

[caolanm] make string translation loading more uniform

[Miklos Vajna] bumb MacOS baseline to 10.9

[gerrit buildbot] Updated core Project: help  3d5e0e547daaed4c5587d403877a04916cf23eb9

[gerrit buildbot] Updated core Project: help  fc04019be5ce20fe8acd95e1cc41ba099dd51cb0

[gerrit buildbot] Updated core Project: help  49e9e98224321ab478681dd93476d54594a55432

[gerrit buildbot] Updated core Project: help  7c9323ff02e580187576204b014e04fa6f732c07

[Stephan Bergmann] loplugin:stringcopy: xmlsecurity

[Stephan Bergmann] loplugin:stringcopy: xmloff

[Stephan Bergmann] loplugin:stringcopy: writerfilter

[Stephan Bergmann] loplugin:stringcopy: vcl

[Stephan Bergmann] loplugin:stringcopy: unotools

[Stephan Bergmann] loplugin:stringcopy: ucb

[Stephan Bergmann] loplugin:stringcopy: toolkit

[Stephan Bergmann] loplugin:stringcopy: sw

[Stephan Bergmann] loplugin:stringcopy: svx

[Stephan Bergmann] loplugin:stringcopy: svtools

[Stephan Bergmann] loplugin:stringcopy: svl

[Stephan Bergmann] loplugin:stringcopy: starmath

[Stephan Bergmann] loplugin:stringcopy: sfx2

[Stephan Bergmann] loplugin:stringcopy: sd

[Stephan Bergmann] loplugin:stringcopy: sc

[Stephan Bergmann] loplugin:stringcopy: framework

[Stephan Bergmann] loplugin:stringcopy: fpicker

[Stephan Bergmann] loplugin:stringcopy: formula

[Stephan Bergmann] loplugin:stringcopy: forms

[Stephan Bergmann] loplugin:stringcopy: filter

[Stephan Bergmann] loplugin:stringcopy: extensions

[Stephan Bergmann] loplugin:stringcopy: editeng

[Stephan Bergmann] loplugin:stringcopy: desktop

[Stephan Bergmann] loplugin:stringcopy: dbaccess

[Stephan Bergmann] loplugin:stringcopy: cui

[Stephan Bergmann] loplugin:stringcopy: connectivity

[Stephan Bergmann] loplugin:stringcopy: comphelper

[Stephan Bergmann] loplugin:stringcopy: chart2

[Stephan Bergmann] loplugin:stringcopy: basic

[Stephan Bergmann] loplugin:stringcopy: basctl

[Stephan Bergmann] loplugin:stringcopy: avmedia

[Stephan Bergmann] loplugin:stringcopy: accessibility

[Stephan Bergmann] loplugin:stringcopy

[Miklos Vajna] svtools: fix mime type of PDF images

[Katarina.Behrens] tdf#107544 Follow the styles -> Styles change in template categories

[szymon.klos] Watermark: extended configuration

[gerrit buildbot] Updated core Project: help  eb145d19480d245228dc6b1032a925adbff8ea78

[Stephan Bergmann] loplugin:stringcopy

[gerrit buildbot] Updated core Project: help  cc6b76b3b8ede1c9ad8e173df9fd5b813e9e6572

[Markus Mohrhard] prepare everything for automatic update builds

[Markus Mohrhard] take the update server url from the config

[Stephan Bergmann] Disable loplugin:stringcopy for now

[kohei.yoshida] Convert tabs to spaces.

[Stephan Bergmann] ...and re-eanble loplugin:stringcopy again

[Stephan Bergmann] loplugin:stringcopy (macOS)

[Markus Mohrhard] conditionally disable tests that depend on additional fonts


Changes for Build #547
[kohei.yoshida] Support markdown format for module README file.

[kohei.yoshida] This README is in markdown format now.

[kohei.yoshida] This file path can be referenced in git.

[Markus Mohrhard] fix HAVE_MORE_FONTS=0 build

[Thorsten Behrens] mkdocs.sh: support more than one markdown converter binary

[Thorsten Behrens] mkdocs.sh: alias cmd variant to canonical name

[Markus Mohrhard] conditionally disable test that depends on additional fonts

[Julien Nabet] convert to use std::unique_ptr

[Markus Mohrhard] no need for std::unique_ptr::reset in destructor

[Noel Grandin] cleanup unused css/script/ includes

[chris.sherlock79] Correction of a typo in the doctext of XConditionalFormat.idl

[chris.sherlock79] tdf#105204 fix shellcheck warnings in ure/source/uno

[chris.sherlock79] tdf#105204: ShellCheck nitpicks for find-unused-data.sh

[chris.sherlock79] tdf#105204: ShellCheck nitpicks for gengal.sh

[chris.sherlock79] tdf#105204 fix shellcheck warnings in solenv/bin/create-ids

[chris.sherlock79] tdf#105204 fix shellcheck warning in

[chris.sherlock79] tdf#105204: ShellCheck nitpicks for install-gdb-printers

[chris.sherlock79] tdf#105204 fix shellcheck warning in

[chris.sherlock79] tdf#105204: ShellCheck nitpicks for apparmor.sh

[Katarina.Behrens] tdf#104423 Restore saving of Duplicate dlg parameters

[Katarina.Behrens] tdf#107822: Apply custom pattern even if not saved as preset

[Julien Nabet] tdf#107900: Revert "tdf#58134 Reset Button in Options Dialogues does not

[chris.sherlock79] tdf#107968 - double slash handling misleading; add unit test

[gerrit buildbot] Updated core Project: help  0351604e8d6b4e3d797bdf742ff81377eee46b96

[chris.sherlock79] Translate German comments and debug strings (leftovers in f... dirs)

[Julien Nabet] Remove "noel" SAL_WARN

[chris.sherlock79] Translate German comments and debug strings (leftovers in e... dirs)

[Noel Grandin] cleanup unused css/uri/ includes

[Noel Grandin] cleanup unused css/resource/ includes

[zcrhonek] tdf#107892 add MAXIFS test

[Thorsten Behrens] cppcanvas: this assert can stay




Check console output at http://ci.libreoffice.org/job/lo_ubsan/547/ to view the results.
-- 
To unsubscribe e-mail to: libreoffice-ci+unsubscribe@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/libreoffice-ci/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.