summaryrefslogtreecommitdiff
path: root/sal/CppunitTest_sal_bytesequence.mk
blob: ca22ebbb9700c70671c7f4f97782361a9f8677da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- 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/.
#

$(eval $(call gb_CppunitTest_CppunitTest,sal_bytesequence))

$(eval $(call gb_CppunitTest_add_exception_objects,sal_bytesequence,\
    sal/qa/ByteSequence/ByteSequence \
))

$(eval $(call gb_CppunitTest_use_libraries,sal_bytesequence,\
    sal \
	$(gb_UWINAPI) \
))

# vim: set noet sw=4 ts=4:
8e3036bc85a9c3a1935c7fc9df0fd'>initial cut at 'last working' feature to help windows buildersMichael Meeks 2011-09-05g: check if git is in PATHMiklos Vajna 2011-08-28remove debug-tracesNorbert Thiebaud 2011-08-28mishap in ./g, issue with links creationsNorbert Thiebaud 2011-08-27add ./g -z to just refresh the hooks and possibly other housekeepingNorbert Thiebaud 2011-08-27use translations' own hooks. update the hooks after the clone/fetch/pullNorbert Thiebaud 2011-08-06bootstrap is now core in ./gNorbert Thiebaud 2011-06-04we don't need the repos_changed semaphore file anymoreNorbert Thiebaud 2011-05-18Don't print === decoration when running g grepChristian Dywan 2011-05-06Dont print misleading informationTor Lillqvist 2011-05-01add an option to ./g to have a compact <repo>:<value> outputNorbert Thiebaud 2011-04-27use git hook instead of gitattributes filter for *.po filesAndras Timar 2011-03-23set .gitattributes filter for *.po filesAndras Timar 2011-03-16Introduce a single .gitattributes file in bootstrapMiklos Vajna 2011-03-12g: remove leftover debug echoMiklos Vajna 2011-03-07teach ./g at least some basic manners when using commit -FBjoern Michaelsen 2011-02-10Use git pushurl, setup via --set-push-user nowThorsten Behrens 2011-01-21don't use -f flag if we just removed the existing link, thanks FlorianMichael Meeks 2011-01-20Add --rewrite-account [username] option, inspired by Christina Roßmanith's workMichael Meeks 2011-01-20cope with change of path, and broken absolute links this generatesMichael Meeks 2010-12-06g: Give full path to the repo-list file.Jan Holesovsky 2010-12-05g clone now tolerate silently already cloned repos.Norbert Thiebaud 2010-12-03g: Configure git's push.default to tracking if it is not set.Jan Holesovsky 2010-12-03Replace oldstyle ` with $(Kevin Hunter 2010-12-02Add with-linked-git and make repo list configurableThorsten Behrens 2010-11-30git-hooks: Symlink the git hooks to the ones from git-hooks/Jan Holesovsky 2010-11-30oops: remove a debugging flags in gNorbert Thiebaud 2010-11-30Make the determination of the remote repo url work on MacOSNorbert Thiebaud 2010-11-30build: Fix ./g clone.Jan Holesovsky 2010-11-30build: Make the 'g' wrapper in bootstrap really work.Jan Holesovsky 2010-11-30build: Add the 'g' wrapper to the bootstrap repo.Jan Holesovsky