Merge lp:~zorba-coders/zorba/zorba-windows-fix into lp:zorba

Proposed by Juan Zacarias
Status: Merged
Merged at revision: 11634
Proposed branch: lp:~zorba-coders/zorba/zorba-windows-fix
Merge into: lp:zorba
Diff against target: 24 lines (+2/-1)
2 files modified
modules/http-client/json/http-client.xq.src/http_response_parser.cpp (+1/-0)
src/context/dynamic_loader.cpp (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/zorba-windows-fix
Reviewer Review Type Date Requested Status
Chris Hillery Approve
Juan Zacarias Approve
Review via email: mp+186634@code.launchpad.net

Commit message

Fixes for Windows

Description of the change

Fixes for Windows

To post a comment you must log in.
Revision history for this message
Juan Zacarias (juan457) :
review: Approve
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/zorba-windows-fix/+merge/186634

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue succeeded - proposal merged!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'modules/http-client/json/http-client.xq.src/http_response_parser.cpp'
--- modules/http-client/json/http-client.xq.src/http_response_parser.cpp 2013-09-17 21:12:49 +0000
+++ modules/http-client/json/http-client.xq.src/http_response_parser.cpp 2013-09-19 19:35:55 +0000
@@ -14,6 +14,7 @@
14 * limitations under the License.14 * limitations under the License.
15 */15 */
1616
17#include <algorithm>
17#include <cassert>18#include <cassert>
18#include <cstring>19#include <cstring>
19#include <iostream>20#include <iostream>
2021
=== modified file 'src/context/dynamic_loader.cpp'
--- src/context/dynamic_loader.cpp 2013-09-17 21:12:49 +0000
+++ src/context/dynamic_loader.cpp 2013-09-19 19:35:55 +0000
@@ -222,7 +222,7 @@
222 std::vector<zstring> lLibPath;222 std::vector<zstring> lLibPath;
223 aSctx.get_full_lib_path(lLibPath);223 aSctx.get_full_lib_path(lLibPath);
224224
225 std::unique_ptr<std::istream> modfile(0); // result file225 std::unique_ptr<std::istream> modfile(); // result file
226226
227 if (lLibPath.size() != 0)227 if (lLibPath.size() != 0)
228 {228 {

Subscribers

People subscribed via source and target branches