summaryrefslogtreecommitdiff
path: root/drawinglayer/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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:
ature/drawinglayercore&id=750fc206113a796035cbc05fb904fbae0eb771a8'>replace remaining InterlockedCount() with inlined versionNorbert Thiebaud 2012-09-21o3tl::sorted_vector::insert should take const parameterMichael Stahl 2012-08-02Revert "Revert "sorted_vector: turn Find parameter into template""Michael Stahl 2012-08-01Revert "sorted_vector: turn Find parameter into template"Michael Stahl 2012-08-01sorted_vector: turn Find parameter into templateMichael Stahl 2012-07-31sorted_vector: add an additional template parameter:Michael Stahl 2012-07-25sorted_vector: removing the vector::ersase makes more senseMichael Stahl 2012-07-25sorted_vector: MSVC doesn't know which erase to callMichael Stahl 2012-07-25sorted_vector: add erase(const_iterator) methodsMichael Stahl 2012-07-20Unnecessary sorted_vector_compareStephan Bergmann 2012-07-17sorted_vector: operator[] returning by value doesn't make much senseMichael Stahl 2012-07-17sorted_vector: rename nonconst methods to be more obviousMichael Stahl 2012-07-17sorted_vector: fix silly problems with gcc:Michael Stahl 2012-07-17Add erase(size_t) method to o3tl::sorted_vectorNoel Grandin 2012-07-17Improvements to sorted_vectorNoel Grandin 2012-07-12sorted_vector should not inherit public std::vectorMichael Stahl 2012-07-12Create a template container class for sorted vectorNoel Grandin 2012-06-27targetted re-work of cppunit pieces.Michael Meeks 2012-06-26re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks