Merge lp:~zorba-coders/zorba/bug-885512 into lp:zorba

Proposed by Daniel Turcanu
Status: Merged
Approved by: Matthias Brantner
Approved revision: 10538
Merged at revision: 10601
Proposed branch: lp:~zorba-coders/zorba/bug-885512
Merge into: lp:zorba
Diff against target: 15 lines (+6/-0)
1 file modified
src/util/string_util.h (+6/-0)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-885512
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Daniel Turcanu (community) Approve
Review via email: mp+87459@code.launchpad.net

Commit message

The bug was fixed in november. Paul did a fix, and the user had to do a clean rebuild.
The bug was not related to Windows 8.

Description of the change

The bug was fixed in november. Paul did a fix, and the user had to do a clean rebuild.
The bug was not related to Windows 8.

To post a comment you must log in.
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug-885512-2012-01-04T11-24-02.503Z is finished. The final status was:

All tests succeeded!

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

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1. Got: 1 Pending.

Revision history for this message
Paul J. Lucas (paul-lucas) wrote :

Daniel: have you fixed the warnings on Windows Developer 8 Preview?

Revision history for this message
Daniel Turcanu (danielturcanu) wrote :

Those warnings about secure strcpy_s should not appear in a normal build because there is a flag that disables them.

review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug-885512-2012-01-04T20-50-58.653Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/util/string_util.h'
2--- src/util/string_util.h 2011-10-11 17:59:20 +0000
3+++ src/util/string_util.h 2012-01-04 11:24:25 +0000
4@@ -28,6 +28,12 @@
5 #include "cxx_util.h"
6 #include "stl_util.h"
7
8+#ifdef WIN32
9+// Windows annoyingly defines these as macros.
10+#undef max
11+#undef min
12+#endif /* WIN32 */
13+
14 namespace zorba {
15 namespace ztd {
16

Subscribers

People subscribed via source and target branches