summaryrefslogtreecommitdiff
path: root/ios/Makefile
blob: 0c6f47b1790f41e03db5db460980d6e4133c636a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- 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/.

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
a>RMZeroFour 2024-09-17cid#1608561 Overflowed constantCaolán McNamara 2024-08-22Avoid slicing in operator==Mike Kaganski 2024-08-14.NET Bindings: Fix netmaker and net_basetypesRMZeroFour 2024-08-01tdf#162279: Base Forms: details of the warning only on debug modeJulien Nabet 2024-07-26cid#1608295 silence Untrusted loop boundCaolán McNamara 2024-07-25O[U]String overloads that return view for rest parameterNoel Grandin 2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen 2024-07-01cid#1604129 Uninitialized scalar fieldCaolán McNamara 2024-06-19Fix typoAndrea Gelmini 2024-06-19.NET Bindings: Add netmaker (.NET codemaker)RMZeroFour 2024-04-30WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara 2024-04-26loplugin:ostr in codemaker,unoidlNoel Grandin 2024-03-05map SAL_DLLPUBLIC_RTTI to visibility:default for gccNoel Grandin 2024-01-21Extract embindmaker from cppumaker into its own toolStephan Bergmann 2024-01-19cppumaker: Work around problematic constant named "auto"Stephan Bergmann 2024-01-19Clean up generated embind code a bitStephan Bergmann 2024-01-15loplugin:unnecessaryvirtualNoel Grandin 2023-12-07cid#1546503 Using invalid iteratorCaolán McNamara 2023-12-04cid#1545597 Using invalid iteratorJulien Nabet 2023-11-30Extended loplugin:ostr: codemakerStephan Bergmann 2023-11-20Extended loplugin:ostr: codemakerStephan Bergmann 2023-10-13Follow-up on "Make sure __cpp_lib_source_location is consistently defined"Stephan Bergmann 2023-10-12use std::source_location instead of std::experimental::source_locationNoel Grandin 2023-09-26WASM: Embind: get rid of redundant EMSCRIPTEN conditionalSarper Akdemir 2023-09-24Drop some newly obsolete __clang_major__ version checksStephan Bergmann 2023-09-18JavaScript uno bindings for WASM with Embind - first cutSarper Akdemir 2023-09-18Use less zlib external headers dependencyGabor Kelemen