# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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/. # ifeq (,$(gb_Side)) gb_Side := host endif ifeq (,$(BUILDDIR)) BUILDDIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) endif include $(BUILDDIR)/config_$(gb_Side).mk include $(SRCDIR)/solenv/gbuild/gbuild.mk $(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule_$(gb_Side).mk)) upload-symbols: bin/upload_symbols.py $(WORKDIR)/symbols.zip $(BREAKPAD_SYMBOL_CONFIG) "$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX)$(LIBO_VERSION_SUFFIX_SUFFIX)" create-update-info: $(eval BUILDID := $(shell git -C $(SRCDIR) log -1 --format=%H)) $(eval VERSION := $(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX)$(LIBO_VERSION_SUFFIX_SUFFIX)) $(eval PLATFORM := $(RTL_OS)_$(RTL_ARCH)) $(eval MAR_NAME_PREFIX := $(PRODUCTNAME)_$(VERSION)_$(PLATFORM)_$(BUILDID)) $(eval UPDATE_DIR := $(WORKDIR)/update-info) $(eval MAR_DIR := $(WORKDIR)/mar) rm -rf $(MAR_DIR) || true rm -rf $(UPDATE_DIR) || true mkdir -p $(MAR_DIR)/language MAR=$(INSTDIR)/program/mar $(SRCDIR)/bin/update/create_full_mar.py "$(PRODUCTNAME)" "$(WORKDIR)" "$(MAR_NAME_PREFIX)" "$(UPDATE_CONFIG)" $(if $(filter WNT,$(OS)),, \ MAR=$(INSTDIR)/program/mar $(SRCDIR)/bin/update/create_full_mar_for_languages.py "$(PRODUCTNAME)" "$(WORKDIR)" "$(MAR_NAME_PREFIX)" "$(UPDATE_CONFIG)" \ ) upload-update-info: $(eval BUILDID := $(shell git -C $(SRCDIR) log -1 --format=%H)) $(eval PLATFORM := $(RTL_OS)_$(RTL_ARCH)) $(eval UPDATE_DIR := $(WORKDIR)/update-info) $(eval VERSION := $(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX)$(LIBO_VERSION_SUFFIX_SUFFIX)) MAR=$(INSTDIR)/program/mar $(SRCDIR)/bin/update/create_build_config.py "$(PRODUCTNAME)" "$(VERSION)" "$(BUILDID)" "$(PLATFORM)" "$(UPDATE_DIR)" "$(UPDATE_CONFIG)" MAR=$(INSTDIR)/program/mar $(SRCDIR)/bin/update/upload_builds.py "$(PRODUCTNAME)" "$(BUILDID)" "$(PLATFORM)" "$(UPDATE_DIR)" "$(UPDATE_CONFIG)" MAR=$(INSTDIR)/program/mar $(SRCDIR)/bin/update/upload_build_config.py "$(UPDATE_DIR)" "$(UPDATE_CONFIG)" create-partial-info: $(eval BUILDID := $(shell git -C $(SRCDIR) log -1 --format=%H)) $(eval VERSION := $(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX)$(LIBO_VERSION_SUFFIX_SUFFIX)) $(eval PLATFORM := $(RTL_OS)_$(RTL_ARCH)) $(eval MAR_NAME_PREFIX := $(PRODUCTNAME)_$(VERSION)_$(PLATFORM)_$(BUILDID)) MBSDIFF=$(WORKDIR)/LinkTarget/Executable/mbsdiff MAR=$(INSTDIR)/program/mar $(SRCDIR)/bin/update/create_partial_update.py "$(WORKDIR)" "$(MAR_NAME_PREFIX)" "$(UPDATE_CONFIG)" "$(PLATFORM)" "$(BUILDID)" # vim: set noet sw=4 ts=4: ion value='distro/collabora/cp-4.2'>distro/collabora/cp-4.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2013-02-15prevent out-of-bounds buffer writes in EnumLocalesParamsEike Rathke
2013-02-14rhbz#908674: Adapt rtl::Allocator::construct to C++11Stephan Bergmann
2013-02-13sax: convert some legacy assertionsMichael Stahl
2013-02-10embeddedobj: log some exceptionsMichael Stahl
2013-02-08Some cppcheck cleaningJulien Nabet
2013-02-07improve comments of isEmpty()Chr. Rossmanith
2013-02-06O(U)String::valueOf don't duplicate codeDavid Ostrovsky
2013-02-06add method isEmpty() to OUStringBufferChr. Rossmanith
2013-02-05New log area (for previous commit)Stephan Bergmann
2013-02-05testOUBoolean should test with OUString, not OStringLionel Elie Mamane
2013-02-04Use SAL_STRINGIFYStephan Bergmann
2013-02-04remove sal_Bool from boolean() docs tooLuboš Luňák
2013-02-04OK for boolean() to take true bool argumentStephan Bergmann
2013-02-04Strings: boolean() as a replacement for valueOf(sal_Bool)David Ostrovsky
2013-02-04add OUString::toUInt64()David Ostrovsky
2013-01-31Add vcl.atsui and vcl.coretextTor Lillqvist
2013-01-31fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan
2013-01-30Introduce SAL_OVERRIDEMiklos Vajna
2013-01-30osl::{File,Directory}::getURL() had curiously been missingStephan Bergmann
2013-01-30make SAL_WNODEPRECATED_DECLARATIONS_PUSH work also with ClangLuboš Luňák
2013-01-30Get rid of STAR_RESOURCEPATHStephan Bergmann
2013-01-29Strip SRCDIR from the logging outputTor Lillqvist
2013-01-28cleanups for number() string functionLuboš Luňák
2013-01-28consolidate the float number testsLuboš Luňák
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-26Remove redundant braces around for loopsStephan Bergmann
2013-01-23OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane
2013-01-22refer more explicitly to sal/inc/sal/log-areas.dox for adding new areasLuboš Luňák
2013-01-21Revert "avoid -Wsign-promo warnings"Stephan Bergmann
2013-01-19Use default visibility for exception types even when DISABLE_DYNLOADINGTor Lillqvist
2013-01-19microoptimization for "" OUString ctorLuboš Luňák
2013-01-18avoid warning about a comparison being always trueLuboš Luňák
2013-01-18avoid -Wsign-promo warningsLuboš Luňák
2013-01-18long and long long can be the same size (and thus also sal_Int64)Luboš Luňák
2013-01-18Create OUString and OString number(*) methods.Noel Grandin
2013-01-16fdo#58415: Don't ignore osl_getFileURLFromSystemPath failureStephan Bergmann
2013-01-14Remove obsolete typesconfigStephan Bergmann
2013-01-14Simplify codeStephan Bergmann
2013-01-11Fix workaround for thead-unsafe getenv againStephan Bergmann
2013-01-11Further socket callback clean-upStephan Bergmann
2013-01-11Remove useless callback in unix socket implementationArnaud Versini
2013-01-09hack for apple's gcc-4.0.1 bugLuboš Luňák
2013-01-06Argh, I thought I had compiled this;)Tor Lillqvist
2013-01-06Streamline a bit for AndroidTor Lillqvist
2013-01-06Handle APP_DATA_DIR for iOS, tooTor Lillqvist
2013-01-06Bin obsolete commentTor Lillqvist
2013-01-06WaE: format specifies type 'int' but the argument has type 'sal_Int32' (aka '...Tor Lillqvist
2013-01-05Remove accidentally committed logging codeTor Lillqvist
2013-01-05Notice if SAL_LOG is changed while the process is runningTor Lillqvist