#!/bin/sh # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # Run this from the source root dir of a completed build to # verify that all customwidgets used in our .ui files have # their factory method in the library they claim to be in # # Under Linux dlsym will search other locations and find # them if they exist elsewhere, but not under windows, so # its easy to put the wrong lib name in if developing # under Linux ret=0 FOO=`git grep -h -r lo- */uiconfig | sed -e "s/ /dev/null if [ $? != 0 ]; then echo "$foo exists in a .ui file, but make$symbol is missing from lib$lib.so, Windows will fail to find the symbol and crash" echo " typically make$symbol is in a different library and $foo should have the prefix of that library instead" ret=1 fi done exit $ret libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2015-11-03get-bugzilla-attachments: RSS query doesn't work with '+' characterXisco Fauli
2015-10-27Use portable ordering for mktempRichard PALO
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen
2015-10-06Add script to check that icons have correct sizeSamuel Mehrbrodt
2015-10-06Add script to find duplicate iconsSamuel Mehrbrodt
2015-10-03add application/x-qpro to get-bugzilla-attachments-by-mimetypeCaolán McNamara
2015-10-01tdf#42949 remove unnecessary includes using iwyuNoel Grandin
2015-09-20Avoid creating duplicates in the Visual Studio IDE integrationPeter Foley
2015-09-20minor pep8 formatting improvments to gbuild-to-idePeter Foley
2015-09-20We don't want libxmlsec on iOS, I thinkTor Lillqvist
2015-09-19If we don't want any NSS crack on iOS then don't try to use libs from thereTor Lillqvist
2015-09-14make it clear that the script completed correctlyMarkus Mohrhard
2015-09-14we need to use a set tocheck uniqueness of paths for gbuild-to-ide scriptMarkus Mohrhard
2015-09-07module-deps now distinguishes merged-libs in its output.Michael Meeks
2015-09-03Restored missing includes from source files.Ashod Nakashian
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl
2015-09-02remove leftover --disable-gnome-vfsMichael Stahl
2015-08-31Revert "exclude unnamed Library/Executable from ide integration"Markus Mohrhard
2015-08-30Mark rsc comments as translatedLucas Satabin
2015-08-23Clean trailing whitespaceMaxim Monastirsky
2015-08-23exclude unnamed Library/Executable from ide integrationbrinzing
2015-08-14bin/run: fix LO_TRACE on WindowsMiklos Vajna
2015-08-12gbuild-to-ide: Don't try to remove files that don't exist.Maxim Monastirsky
2015-08-06in find-duplicated-sids, also check for redefinitionsNoel Grandin
2015-08-06add script to find duplicated SID'sNoel Grandin
2015-08-03remove some unused definesNoel Grandin
2015-08-03remove some unused typedefsNoel Grandin
2015-08-03tdf#93068 - UI: Crash when Character dialogue openedNoel Grandin
2015-08-02QtCreator integration : generate lo.pro.user project file.Michel Renon
2015-07-29More whitespace missedMaxim Monastirsky
2015-07-28QtCreator integration : remove unnecessary whitespaces.Michel Renon
2015-07-27tdf#92561 : QtCreator doesn't find any generated c++ headers.Michel Renon
2015-07-27remove some unused definesNoel Grandin