Commit Graph

6 Commits

Author SHA1 Message Date
Joerg-Christian Boehme
8a70ab8a1c Cleanup cmake build system (develop) to use transitive dependency management from cmake (#2322)
* Cleanup cmake Root CMakeLists.txt

* Cleanup cmake targets

* Add find openssl modul for older cmake version

* set proper scope

* Switch off make based builds in travis and appveyor

* Fix build break, set C11 on c file

* Set from C11 to C99

* Fix NetSSL win build

* Set C99 compile features

* Fix Windows build

* Fix windows build

* Revert "Fix windows build"

This reverts commit 678d44216bd964f61655df809efbf63ddd8a7bfd.

* Cleanup poco unbundle definition

* Fix PDF build

* Remove unused set affinity

* Add _AFXDLL as target compile definitions

* Refactor add_definitions to target_compile_definitons in Util

* Refactor add_definitions to target_compile_definitons in XML

* Remove THREADSAFE in data sql cmake build

* Refactor add_definitions to target_compile_definition in cmake mysql

* Refactor add_definitions to target_compile_definition in cmake odbc

* Refactor add_definitions to target_compile_definition in cmake sqlite

* Refactor add_definitions to target_compile_definitions in platform specific cmake

* Add _DEBUG as compile definition

* Add build dependencies between Foundation-testrunner and TestApp, TestLibrary in cmake build

* cleanup LIB_MODE_DEFINITIONS in cmake buld system

* Fix broken merge

* Fix android foundation test

* Fix old redis build version

* Fix android fondation test

* Cleanup target link libraries.

* Update cmake documentation

* Some fixese in crypto and netssl for win and some cleanup an SQL

* Minor fix in root CMakeList.txt

* Squashed commit of the following:

commit df050b56b6d81eaf9bdb37bb016fe9a3554eba4f

    Fix build dependecies in cmake

* Squashed commit of the following:

commit f41ce2bb404e197ff04b1e64f7b66c9a2b1e03c8

    Fix PostgreSQL build

* Squashed commit of the following:

commit b7da0deed67ffff23a8b7a50d6deff1e022b2577

    Set db hostnames

* Update doc

* Update cmake build commands

* Set public on target link libraries in cmake build

* Fix broken cppunit merge
2018-06-03 11:19:00 -05:00
micheleselea
1de8e4c41b BMP support and add image styles (#2180)
* BMP support and add image styles

Add support for embed BMP images in PDF.
Add a couple of styles to let image better fit in page.
offsetX and offsetY to set a relative position of the image
aspectratioH if true take the height value and recalculate width accordling to aspect ratio

* Moved LoadBMPImageFromFile away from Haru library

Created BmpUtil to extract code pushed in Haru library

* add license header

* add license header

* BmpUtil to Util and add license

rename file and add License
2018-02-26 21:35:18 -06:00
Alex Fabijanic
3e6e27bac7 PDF posix build 2018-02-08 21:08:37 -06:00
Alex Fabijanic
fe983d0f6c delete fonts 2018-01-20 17:42:14 -06:00
Alex Fabijanic
4b1486e8e0 VS PDF fixes 2018-01-19 21:19:51 -06:00
Alex Fabijanic
646355a951 add template to PDF 2018-01-19 20:54:51 -06:00