Günter Obiltschnig
ecfa7d1d7b
chore: PocoDoc configuration
2024-12-01 11:27:01 +01:00
Matej Kenda
aab4058bae
Hide zlib and expat libs from the user of Poco libraries (replaces #4579 ) ( #4724 )
...
* foundation: Remove unused ucp.h
Nothing use this and it is not even included in Visual Studio project
files. Remove it so it will not confuse any more.
* foundation: Hide zlib from user
Hide zlib completly from user. This way we do not need to publish zlib.h
or zconfig.h.
As we now have two different pointer initalizing in constructor I choose
to use unique pointers so it is more obvious those are safe. I also
choose to use make_unique which default initalize z_stream_t. This makes
code more readable as we do not need to specifie every field of
z_stream_t. It really should not matter much if we initialize couple
field for nothing. If does we should add comment about that. Still
keeping _buffer without inializing as it is quite big.
* xml: Hide expat and ParserEngine from user
Hide expat completly from user. This way we do not need to publish
expat.h or expat_external.h.
I move also headers to orignal locations so diff is smaller compared to
original.
* chore(Foundation): Compression level constants
---------
Co-authored-by: Kari Argillander <kari.argillander@fidelix.com>
2024-10-04 09:50:39 +02:00
Alex Fabijanic
2190a8a901
fix(PocoDoc): remove SQLParser from include list
2024-02-14 10:31:12 +01:00
Alex Fabijanic
ee39b611f2
fix(SQLParser): move to Data dir; add extradirs, remove vs 140,150 build scripts generation
2024-02-14 00:23:38 +01:00
Günter Obiltschnig
86f79a0607
fix(PocoDoc): libpq include path
2024-02-06 12:38:27 +01:00
Günter Obiltschnig
6d7b7edfcf
fix(PocoDoc): postgres headers not found
2024-02-06 12:38:21 +01:00
Günter Obiltschnig
37c7fe2921
fix(PocoDoc): add -DPOCO_DOC
2024-02-06 10:05:47 +01:00
Günter Obiltschnig
7ffdcf97d4
fix: make headers parseable by CppParser/PocoDoc
2024-02-06 10:00:48 +01:00
Alex Fabijanic
ad07839db9
fix(CppParser): Documentation generation (some minor fixes, WiP) #4441
2024-02-05 19:06:22 +01:00
John Vandenberg
0e6e16645c
Remove trailing whitespace ( #3668 )
2022-07-07 04:18:20 -05:00
Günter Obiltschnig
5ce9685613
PocoDoc - merge changes from macchina.io to allow for insertion of custom HTML into generated pages
2021-03-02 12:08:28 +01:00
Günter Obiltschnig
fea390fe6a
remove gradle files
2020-01-11 10:04:22 +01:00
zosrothko
8ed0f82b64
Update gradle
2018-04-20 13:26:38 +02:00
zosrothko
d6d27036d2
PocoDoc fixes
2018-04-17 20:45:08 +02:00
zosrothko
18aa865bfb
Add -DPOCO_NO_WINDOWS_H
2018-04-17 20:17:15 +02:00
zosrothko
ce749235c4
Use g++ instead of clang++
2018-04-17 20:15:05 +02:00
Francis ANDRE
447cd1b8c2
Use Gradle_4.6
...
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
2018-03-12 07:28:16 +01:00
Guenter Obiltschnig
c88f0f2731
PocoDoc fixes
2017-11-11 15:53:34 +01:00
zosrothko
c63faa0cae
Merge remote-tracking branch 'origin/poco-1.8.0' into poco-1.8.0
2017-11-08 14:40:28 +01:00
zosrothko
d9287cc969
New PocoDoc configuration that support the various compilers on Linux &
...
Windows
2017-11-08 14:38:25 +01:00
Guenter Obiltschnig
079c9a6263
rename some of the new Environment methods, make PocoDoc config changes backwards-compatible, revert PocoDoc config changes, make doc build scripts work on macos
2017-11-08 14:37:53 +01:00
zosrothko
170a3464ef
Update PocoDoc include set
2017-11-02 20:11:51 +01:00
zosrothko
b23f4c3efe
Backport from feature-gradle
...
Signed-off-by: zosrothko <zosrothko@orange.fr>
2017-11-01 09:03:10 +01:00
zosrothko
f3a31fbde9
Backport from feature-gradle.
...
Signed-off-by: zosrothko <zosrothko@orange.fr>
2017-11-01 09:00:33 +01:00
Guenter Obiltschnig
e1555d65cf
updated PocoDoc config
2016-12-29 13:42:44 +01:00
FrancisANDRE
603e43ee7d
Revert "Revert "avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined.""
...
This reverts commit e1c0db371d
.
2015-11-10 14:19:06 +01:00
FrancisANDRE
e1c0db371d
Revert "avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined."
...
This reverts commit 7d7bbfe5b2
.
2015-11-10 14:11:08 +01:00
FrancisANDRE
7d7bbfe5b2
avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 14:09:53 +01:00
Guenter Obiltschnig
1c145978da
PocoDoc update: new frame-less design, style changes, cleanup
2014-10-21 20:23:29 +02:00
aleks-f
76a7e2e716
GH56: Need a way to disable *_API macros with GCC
...
GH #56 : Need a way to disable *_API macros with GCC
2013-01-13 10:31:21 -06:00
Guenter Obiltschnig
6f2224d729
make PocoDoc work again
2013-01-12 00:12:05 +01:00
Guenter Obiltschnig
984d8a5617
added release packaging and doc building scripts, fixed some osx build issues
2012-09-25 02:24:56 +00:00
Aleksandar Fabijanic
5a639074d9
change EOL to 'native'
2012-04-29 18:52:25 +00:00
Aleksandar Fabijanic
d75e68c027
new trunk (base for 1.5)
...
windows build only
2012-04-23 01:14:34 +00:00
Aleksandar Fabijanic
f9b60296f7
removing old trunk files
2012-04-23 00:43:14 +00:00
Guenter Obiltschnig
58b09ccd55
added PocoDoc
2012-04-20 15:25:13 +00:00