summaryrefslogtreecommitdiffstats
path: root/tools/CppunitTest_tools_test.mk
Commit message (Collapse)AuthorAgeFilesLines
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | * Added rational util functions used by Fraction class not available in the boost::rational class. * Replaced usage of Fraction by boost::rational<long> * Removed code that relies on: 1. fraction.IsValid() -- rational only allow valid values, ie denominator() != 0 2. rational.denominator() == 0 -- always false 3. rational.denominator() < 0 -- always false but implementation detail: http://www.boost.org/doc/libs/release/libs/rational/rational.html#Internal%20representation * Simplified code that relies on: 1. rational.denominator() != 0 -- always true * BUGS EXIST because Fraction allows the creation of invalid values but boost::rational throws the exception boost::bad_rational Change-Id: I84970a4956afb3f91ac0c8f726547466319420f9 Reviewed-on: https://gerrit.libreoffice.org/11551 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* tools: add AsRGBHexString to Color + unit testTomaž Vajngerl2014-05-151-0/+1
| | | | | | | AsRGBHexString returns the Color as a RGB hex string. For example "00ff00" for green color. Change-Id: Ia95c7f9eb6d9aefc3ca989046fa8d76b7b7f9e8f
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-23/+4
|
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-3/+3
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-1/+1
|
* merge cppunit test dirs togetherCaolán McNamara2012-02-231-3/+3
| | | | drop archaic makefile.mks and export.maps and use consistent naming
* convert workben inetmimetest to cppunit testCaolán McNamara2012-02-231-0/+1
|
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* Added cmis+atom:// scheme to the tools urlobj.Cédric Bosdonnat2011-10-011-0/+1
| | | | | Found out a unexecuted cppunit test for the urlobj, fixed it and added a test for the cmis+atom:// URLs
* add a way to better construct an OString of len X from a SvStreamCaolán McNamara2011-09-021-1/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-101-1/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-301-0/+1
|
* Fix Windows buildTor Lillqvist2011-07-261-0/+4
|
* add a good(), eof(), bad() and a test case to demonstrateCaolán McNamara2011-07-251-0/+1
|
* add the legacy windows-only path utils testCaolán McNamara2011-07-251-0/+1
|
* add .mkCaolán McNamara2011-07-251-0/+53