aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala
AgeCommit message (Expand)Author
2010-04-12recipes: add missing checksumsMartin Jansa
2010-04-10vala[-native]: add 0.8.0.69Michael 'Mickey' Lauer
2010-04-10Revert "vala[-native]: add 0.8.0.69"Michael 'Mickey' Lauer
2010-04-10vala[-native]: add 0.8.0.69Michael 'Mickey' Lauer
2010-03-28vala[-native]: 0.7.10.5 -> 0.7.10.281Michael 'Mickey' Lauer
2010-03-18vala: add checksum for 0.7.10.5Martin Jansa
2010-03-17vala: 0.7.10.4 -> 0.7.10.5Michael 'Mickey' Lauer
2010-03-11vala: 0.7.10.3 -> 0.7.10.4Michael 'Mickey' Lauer
2010-02-13vala: 0.7.10.2 -> 0.7.10.3Michael 'Mickey' Lauer
2010-02-10vala: 0.7.10.1 -> 0.7.10.2Michael 'Mickey' Lauer
2010-02-10vala: 0.7.10 -> 0.7.10.1Michael 'Mickey' Lauer
2010-02-04vala[-native]: add 0.7.10Michael 'Mickey' Lauer
2010-01-09vala: bump to 0.7.9.7, libfsoframework compiles again (really), fsomusicd: up...Martin Jansa
2010-01-09vala: bump 0.7.9.6, fixes libfsoframework buildMartin Jansa
2010-01-08vala: bump to 0.7.9.5 which fixes a regression in type comparisonMichael 'Mickey' Lauer
2010-01-08vala: bump to 0.7.9.4, needed for latest fsonetworkdMartin Jansa
2010-01-05vala: 0.7.9.2 -> 0.7.9.3Michael 'Mickey' Lauer
2010-01-03vala[-native]: 0.7.9.1 -> 0.7.9.2Michael 'Mickey' Lauer
2009-12-28vala: 0.7.9 -> 0.7.9.1Michael 'Mickey' Lauer
2009-12-19vala[-native]: add 0.7.9 releaseMichael 'Mickey' Lauer
2009-11-25vala: add 0.7.8.2 releaseMichael 'Mickey' Lauer
2009-11-12vala-native: remove git repository; we prefer release versions for it nowadaysMichael 'Mickey' Lauer
2009-11-10vala: add unofficial point release 0.7.8.1Michael 'Mickey' Lauer
2009-11-05vala vala-native: Make use of GNOME_MIRROR in SRC_URISebastian Spaeth
2009-11-05vala-native: add 0.7.8Sebastian Spaeth
2009-11-05vala: add version 0.7.8 and checksumsSebastian Spaeth
2009-10-21vala: delete obsolete versionMichael 'Mickey' Lauer
2009-10-19vala.inc: disable vapigen as it's not strictly needed and does not work (yet)Klaus Kurzmann
2009-10-19vala(-native): bump to 0.7.7+fso5Klaus Kurzmann
2009-09-19vala 0.7.6: make it buildMichael 'Mickey' Lauer
2009-09-19vala: update to 0.7.6-fso2Michael 'Mickey' Lauer
2009-08-06vala: here comes 0.7.5+fso2Michael 'Mickey' Lauer
2009-04-18vala: Fixed bootstrapping.Stanislav Brabec
2009-04-08vala-bootstrap-native: bring back timestamp hack; still necessaryMichael 'Mickey' Lauer
2009-04-07vala-native: bump to 0.6.0 and make git version the default; we need a bootst...Michael 'Mickey' Lauer
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
#0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
From a51f61d675a0e7d6649182c6a1325ceab8342df2 Mon Sep 17 00:00:00 2001
From: Robert Yang <liezhi.yang@windriver.com>
Date: Mon, 4 Jan 2016 22:47:29 -0800
Subject: [PATCH] test-backface-culling.c: fix may be used uninitialized error

Fixed when gcc -O:
test-backface-culling.c:206:7: error: 'cull_front' may be used uninitialized in this function [-Werror=maybe-uninitialized]
|        validate_part (framebuffer,
|        ^
| cc1: some warnings being treated as errors

Upstream-Status: Pending

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 tests/conform/test-backface-culling.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/conform/test-backface-culling.c b/tests/conform/test-backface-culling.c
index e90c2f5..7c45592 100644
--- a/tests/conform/test-backface-culling.c
+++ b/tests/conform/test-backface-culling.c
@@ -164,7 +164,8 @@ validate_result (CoglFramebuffer *framebuffer, int y_offset)
 
   for (draw_num = 0; draw_num < 16; draw_num++)
     {
-      CoglBool cull_front, cull_back;
+      CoglBool cull_front = FALSE;
+      CoglBool cull_back = FALSE;
       CoglPipelineCullFaceMode cull_mode;
 
       if (USE_LEGACY_STATE (draw_num))
-- 
1.7.9.5