Alex Fabijanic
acde81f041
GH #477 : 1.5.2 buildwin.cmd incorrect, part II
2014-06-24 22:20:51 -05:00
Alex Fabijanic
61871cb035
GH #477 : 1.5.2 buildwin.cmd incorrect
2014-06-24 22:13:28 -05:00
Guenter Obiltschnig
bb6b33ac30
fixed misplaced parentheses
2014-04-19 23:42:44 +02:00
Guenter Obiltschnig
0df269312c
fixed buildwin.cmd script
2014-04-19 19:10:00 +02:00
Paul Freund
52d4d814c8
Fixed build script for VS2013
2014-04-05 19:26:31 +02:00
Günter Obiltschnig
f24cf35322
added WEC2013 support to buildwin.cmd
2014-03-27 15:48:25 +01:00
Günter Obiltschnig
fbb5a4fc06
fixed buildwin
2014-01-31 17:15:54 +01:00
Guenter Obiltschnig
8cd9cee4b9
added VS2013 support to buildwin
2014-01-31 16:50:33 +01:00
Micah Caldwell
a0b34992d3
Adds support for building from paths with spaces.
...
Attempting to build POCO on Windows when it was sitting in a path with spaces (e.g., C:\my source\poco-1.4.6p2\) failed. This would occur if you did the following from a VS command prompt:
cd "C:\my source\poco-1.4.6p2"
buildwin.cmd 110
The root cause was storing the output of the CD command in a local variable and then attempting to cd into that variable later without appropriately quoting it.
2013-10-14 10:27:17 -07:00
Guenter Obiltschnig
ee77220b33
fixed header comments
2013-09-15 16:34:37 +02:00
Guenter Obiltschnig
f11145547b
re-added MongoDB, improved buildwin and release scripts
2013-07-23 15:04:48 +02:00
Lau Bakman
63a591241c
Added missing debug build options
...
Added %ACTIONSW% and %CONFIGSW% for debug shared build command
2013-06-26 14:50:51 +02:00
Aleksandar Fabijanic
9eb57dc511
updated GettingStarted doc
2013-06-19 23:55:17 -05:00
Aleksandar Fabijanic
36025ccc33
GH #224 : building 1.5.1 on Windows for x64
2013-06-18 00:02:04 -05:00
Yu Kobayashi
613a725b9c
Support Visual Studio Express 2012 for Windows Desktop
2013-02-25 20:04:32 +09:00
aleks-f
9619dfbe7b
GH60: buildwin fixes - add bin64
...
GH #60:buildwin fixes - add bin64 to PATH, build now works if msbuild is
specified in arguments
2013-01-13 10:41:50 -06:00
Guenter Obiltschnig
76cb799819
added msbuild support for vs2010 and 2012 to buildwin.cmd
2012-11-10 12:46:34 +01:00
Aleksandar Fabijanic
fb275a9a30
Visual Studio 2012 projects and solutions files
2012-09-25 05:35:44 +00:00
Aleksandar Fabijanic
d8397b9153
- VS2012: build/tests
...
- JSON: style and exceptions catch by ref fix
- NumberParser: case-insensitive hex parsing
- Dynamic::Var: const std::string& cast operator specialization (coaxing std::string ctor)
- LocalDateTime: strftime fix (buffer too small for full tz string, use %Z instead of %z - makes no difference on windows but is more portable)
- small buildwin.cmd vsvars32.bat call fix
2012-09-24 03:51:40 +00:00
Aleksandar Fabijanic
883de9670a
Windows/VS2011 build all configs
2012-09-23 06:28:42 +00:00
Aleksandar Fabijanic
eb20f339e1
SF 3560990
2012-08-24 03:35:23 +00:00
Aleksandar Fabijanic
a9b0849660
MSBuild support and consolidation of build portion (WIP - trying to get rid of MFC dependency)
2012-07-13 04:43:16 +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
Marian Krivos
a360bf900f
trunk/branch integration: fix makefile README CHANGELOG components configure etc.
2011-08-23 09:21:45 +00:00
Aleksandar Fabijanic
fa02d5aa5b
Exception/ODBCException modifications to safely (SQLite ODBC tests were failing) propagate ODBC error messages up the hierarchy
...
SharedPtr/AutoPtr TypeHandler tests
FreeTDS SQLServer tests changes from 1.3.3
Windows build scripts fixes from 1.3.3
2008-10-07 18:58:47 +00:00
Aleksandar Fabijanic
2045597f3f
make build default action
2008-09-30 20:24:21 +00:00
Aleksandar Fabijanic
6b188d0cb3
windows cmd line build up to 4-levels deep
...
some VS90 solution and project files fixes
2008-07-01 15:28:17 +00:00
Aleksandar Fabijanic
04f61f101b
few windows build fixes
2008-06-30 17:02:20 +00:00
Aleksandar Fabijanic
b1f895eed8
DynamicAny improvements (now holds any type out-of-the-box), some refactoring and documentation improvements
2008-06-30 00:26:54 +00:00
Aleksandar Fabijanic
c5a222e8ba
SF [2001995] Windows build based on components file
...
some project/solutions files added/modified
2008-06-24 19:44:34 +00:00
Aleksandar Fabijanic
0178d9c14e
added action to build script cmd line
2008-02-25 21:50:48 +00:00
Aleksandar Fabijanic
94eb954cc6
adding buildwin.cmd
2008-02-17 17:29:06 +00:00