# -*- 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_Executable_Executable,concat-deps)) $(eval $(call gb_Executable_add_cobjects,concat-deps,\ solenv/bin/concat-deps, $(gb_COMPILEROPTFLAGS) \ )) # vim: set noet sw=4 ts=4: ='/cgit/'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/vcl/checksum.hxx
AgeCommit message (Expand)Author
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-09-16loplugin:cstylecastStephan Bergmann
2015-09-16tdf#94228 vcl: replace BOOST_PP with templatesDaniel Robertson
2015-09-01Removed the crc table from the check-sum headerMarco Cecchetti
2015-09-01Changed DLL macro for fixing warning C4273 on WindowsMarco Cecchetti
2015-09-01switch to 64-bit checksum: now BitmapChecksum is a sal_uInt64Marco Cecchetti
2015-09-01switch to 64-bit checksum: conversion from BitmapChecksum to an octet arrayMarco Cecchetti
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
2015-09-01moved chechsum.hxx in include/vclMarco Cecchetti