Marian Krivos
8aa4425690
cmake fixes
2011-09-14 18:22:50 +00:00
Marian Krivos
7e5c3a13d6
XML: complete merge from 1.4.2
2011-09-14 14:55:17 +00:00
Marian Krivos
0ac146cb9e
cmake improvements: test and samples are from now disabled by default, you can enable this option with cmdline option to cmake: '-DENABLE_TESTS=1'
...
minimum required CMAKE version is 2.6 from now
2011-01-22 11:46:03 +00:00
Marian Krivos
861679e616
fix linker error with MINGW32
2011-01-15 17:32:00 +00:00
Marian Krivos
c5b2daa36c
cmake build system fix - debug version of ther library was striped and vice versa
2009-08-26 12:26:22 +00:00
Guenter Obiltschnig
addc556949
integrated changes from 1.3.6
2009-06-17 06:52:25 +00:00
Guenter Obiltschnig
0336789662
integrated changes from 1.3.6
2009-06-17 06:47:38 +00:00
Guenter Obiltschnig
09fce4461e
changes from 1.3.6
2009-06-17 06:45:14 +00:00
Guenter Obiltschnig
6fa5bcf09f
poco-ification of Units header
2009-04-30 11:26:15 +00:00
Guenter Obiltschnig
35a948448c
poco-ification of Units header
2009-04-30 11:24:30 +00:00
Guenter Obiltschnig
f9b389f65f
poco-ification of Units header
2009-04-30 11:23:31 +00:00
Marian Krivos
1afd0a8328
bugfix #2781776 - cmake instals .svn directories
2009-04-27 19:22:30 +00:00
Guenter Obiltschnig
28461b8e1b
fixed SF# 2765569: LoadConfiguration failing from current directory
2009-04-21 06:43:48 +00:00
Guenter Obiltschnig
457e24748d
added Util::Timer
2009-04-14 10:47:37 +00:00
Guenter Obiltschnig
98eb0eb532
made XMLConfiguration fully writable
2009-04-08 13:08:34 +00:00
Guenter Obiltschnig
614c87b4be
documentation improvements, gcc 4.3 warning fix
2009-04-02 13:01:07 +00:00
Guenter Obiltschnig
f517c1b083
fixed SF# 2679279: Handling of -- option broken
2009-03-10 15:14:46 +00:00
Marian Krivos
2c304d744d
adaptation cmake scripts to current MinGW platform (exclude SSL/Crypto/MySQL/Apache/ODBC)
2009-02-22 19:58:27 +00:00
Guenter Obiltschnig
fa1658b23a
integrated improvements from 1.3.4 (NumberFormatter::append(), DateTimeFormatter::append()
2009-02-21 10:59:58 +00:00
Marian Krivos
24e706aa2a
added Data, Foundation, Net and Util samples + some global cmake fixes - second portion
2009-02-19 20:38:07 +00:00
Marian Krivos
129f21cc79
added Data, Foundation, Net and Util samples + some global cmake fixes
2009-02-19 20:35:03 +00:00
Marian Krivos
16cdb4b127
cmake runtime install support (headers+libs)
2009-02-18 20:47:32 +00:00
Marian Krivos
5b320c2894
Very basic but functional (at least on linux with gcc) support
...
for CMake build system
.
It is strongly recomended to use out-of-source build to preserve
original Poco makefiles.
http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees
I have tested unix makefile generating and Eclipse CDT4 generating.
Supported are static/dynamic and debug/release targets.
On now only core libs are included: CppUnit, Foundation,
Data, Data/SQLite, Util, Net and XML. But autodetection
of OpenSSL, MySQL and ODBC is working OK already.
CPack and CTest nor library install still doesn't work, only building.
This is only the start.
2009-02-15 15:49:19 +00:00
Guenter Obiltschnig
14a4c61355
- fixed SF# 2012050: Configuration key created on read access; - Poco::Util::WinRegistryKey now has a read-only mode; - Poco::Util::WinRegistryKey::deleteKey() can now recursively delete registry keys
2008-09-18 09:04:17 +00:00
Aleksandar Fabijanic
cb6b75b753
VS 71 projects
2008-08-14 13:28:18 +00:00
Aleksandar Fabijanic
8a0f2272b7
VS 90 project files; removed library dependencies
2008-08-14 13:06:08 +00:00
Aleksandar Fabijanic
43392d87cf
URL case typo fix
2008-08-14 10:10:50 +00:00
Aleksandar Fabijanic
4ab0ccaf6d
Units
2008-08-14 10:04:46 +00:00
Guenter Obiltschnig
c23141fa4d
added release scripts
2008-06-09 18:42:07 +00:00
Chris Johnson
e8111249e5
-Fix bug [ 1985839 ] strip TARGET* in make all
...
-Tweak MinGW configuration file
-Modified Tuple.h for sane behavior with MinGW
-Modified UtilTestSuite.cpp for conditional use of MFC based on availability of library; otherwise use console
2008-06-06 04:38:13 +00:00
Aleksandar Fabijanic
97b9101d54
[1981139] initial value of reference to non-const must be an lvalue
2008-06-01 20:40:11 +00:00
Guenter Obiltschnig
8bc8552616
fixed a namespace bug in POCO_APP_MAIN macro
2008-04-15 10:59:00 +00:00
Aleksandar Fabijanic
1c393ae9ab
VS 71 projects and solutions
2008-03-27 14:53:54 +00:00
Chris Johnson
def90185aa
Added build support for stock MinGW/MSYS build of POCO.
...
Components now supported by default:
Foundation {including internal PCRE lib}
Util
Net
XML
SQL
SQL/ODBC
SQL/SQLite
samples/{all components supported}
Components supported with additional 3rd party MinGW/MSYS libs:
NetSSL w/OpenSSH
Components unsupported at this time:
testsuite: Fails to build due to TupleTest - needs slight code change MinGW can't deal with currently. Only thing causing failure.
CppUnit: Unable to support this due to WIN32 version of this functionality relying on MFC which does not ship with MinGW/MSYS.
--no-wstring support due libstdc++ - will require STLPort {support coming soon}
:build/config/MinGW
+Fixed compiler environment flags and switches
+Linkage build supports: SHARED, STATIC, or BOTH
+Fixed duplicate symbol/unresolved symbol during compile
+Added PCRE build flag for internal library build/eliminate link errors
+Disable support of UTF-8 by default, MinGW will require STLPort
+Corrected system link libs for MinGW "dumb" linker
:build/rules/global
+Added MinGW environment deduction logic
:configure
+Fine tuned environment deduction recognizing MinGW as valid
:Data/ODBC/Makefile
+Fixed correct ODBC libs to link
:Foundation/Makefile
+Added logic for building correct subsystem dependency
:Util/Makefile
+Added logic for building correct subsystem dependency
2008-02-21 09:08:44 +00:00
Aleksandar Fabijanic
5bf096bb2a
- SF [1800596] VS Solutions (ver. 8.0 and 9.0)
...
- SF [1621372] Build Scripts (all Windows scripts consolidated in one)
- eliminated warnings in sqlite3.c
- updated components file
2008-02-17 17:14:33 +00:00
Guenter Obiltschnig
f716fdc5d6
XMLConfiguration now supports modifying properties (contributed by Tom Tan)
2008-02-16 21:02:14 +00:00
Guenter Obiltschnig
40e7be0bab
synced with main repository
2008-01-28 17:30:40 +00:00
Eran Hammer-Lahav
19dca2aa79
Feature Request #1873922
...
Add project and solution files for Visual Studio 2008
2008-01-17 18:07:39 +00:00
Guenter Obiltschnig
a04bae94d7
synchronized trunk
2007-08-10 13:57:07 +00:00
Guenter Obiltschnig
cfca5df1b6
latest sources from main repository
2007-06-13 15:14:29 +00:00
Guenter Obiltschnig
cf80f255be
committed 1.3 release
2007-05-07 16:46:23 +00:00
Guenter Obiltschnig
be44df77fd
latest changes from main rep
2007-05-05 13:15:55 +00:00
Guenter Obiltschnig
18dfc99ef4
latest changes from main rep
2007-05-04 11:05:34 +00:00
Guenter Obiltschnig
adfaac6703
latest changes from main repository; added eclipse cdt project files
2007-04-28 09:34:20 +00:00
Guenter Obiltschnig
4d80e24d44
latest changes from main repository
2007-04-27 13:25:16 +00:00
Guenter Obiltschnig
965b9458d5
committed latest 1.3 snapshot
2007-04-18 16:24:06 +00:00
Guenter Obiltschnig
a8332eaaf3
fixed SF# 1670279
2007-02-28 09:23:39 +00:00
Guenter Obiltschnig
dfe559af3b
changes from main repository
2007-02-27 08:56:44 +00:00
Guenter Obiltschnig
52166593b8
fixed a formatting bug in HelpFormatter
2007-02-26 09:18:05 +00:00
Guenter Obiltschnig
488b63fb0d
sync to internal repository
2007-02-23 14:35:25 +00:00
Guenter Obiltschnig
4a68362f6c
integrated changes from main rep
2007-01-04 08:18:57 +00:00
Guenter Obiltschnig
898be6c227
sources from main repository
2006-12-22 09:56:56 +00:00
Guenter Obiltschnig
551c728faf
sources for 1.3
2006-11-17 16:31:29 +00:00
Guenter Obiltschnig
1ecd4a8a9e
set eol-style to native
2006-10-23 16:21:00 +00:00
Guenter Obiltschnig
072ba74f28
changes for 1.2.5
2006-10-23 15:33:11 +00:00
Guenter Obiltschnig
89111b52b3
integrated changes from main repository for upcoming 1.2.5 release
2006-10-12 15:08:28 +00:00
Guenter Obiltschnig
76edf6f35c
changes for 1.2.4
2006-09-29 14:39:00 +00:00
Guenter Obiltschnig
2d4078f392
submitted 1.2.0
2006-08-29 07:10:35 +00:00
Guenter Obiltschnig
f476bd6b32
initial import
2006-07-11 16:33:40 +00:00