浏览代码

Merge branch '0.9.1' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.1

Christophe Riccio 15 年之前
父节点
当前提交
ab20db721e
共有 8 个文件被更改,包括 86 次插入10 次删除
  1. 0 2
      CMakeLists.txt
  2. 13 0
      doc/src/about.xsl
  3. 13 0
      doc/src/code.xsl
  4. 8 8
      doc/src/data.xml
  5. 13 0
      doc/src/download.xsl
  6. 13 0
      doc/src/goodies.xsl
  7. 13 0
      doc/src/link.xsl
  8. 13 0
      doc/src/news.xsl

+ 0 - 2
CMakeLists.txt

@@ -23,5 +23,3 @@ option(GLM_DEVELOPMENT_MODE "GLM development" OFF)
 if(NOT GLM_DEVELOPMENT_MODE)
 	message(FATAL_ERROR "GLM is a header only library, no need to build it")
 endif()
-
-

+ 13 - 0
doc/src/about.xsl

@@ -12,6 +12,19 @@
         <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />
         <meta name="copyright" content="G-Truc Creation" />
         <link href="./common/style.css" rel="stylesheet" media="screen, print, embossed" type="text/css" />
+
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-20182250-1']);
+          _gaq.push(['_setDomainName', '.g-truc.net']);
+          _gaq.push(['_trackPageview']);
+
+          (function() {
+          var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+          ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+          var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+          })();
+        </script>
       </head>
       <body>
         <table>

+ 13 - 0
doc/src/code.xsl

@@ -12,6 +12,19 @@
 		  <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />
 		  <meta name="copyright" content="G-Truc Creation" />
 		  <link href="./common/style.css" rel="stylesheet" media="screen, print, embossed" type="text/css" />
+
+      <script type="text/javascript">
+        var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-20182250-1']);
+        _gaq.push(['_setDomainName', '.g-truc.net']);
+        _gaq.push(['_trackPageview']);
+
+        (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })();
+      </script>
 	  </head>
 	  <body>
       <table>

+ 8 - 8
doc/src/data.xml

@@ -1540,7 +1540,7 @@
 
   <page_news>
 
-    <news index="0059" date="31/01/2011" title="GLM 0.9.1 alpha released" image="goodies/logo.png" image-mini="image/logo-mini.png">
+    <news index="0059" date="31/01/2011" title="GLM 0.9.1 alpha released (updated)" image="goodies/logo.png" image-mini="image/logo-mini.png">
       <paragraph>
         This new version of GLM is bringing a lot of improvements and maybe too many considering the development time it has required:
         API exposing SIMD implementation but also some new, safe and feature complet swizzling functions and a new setup API.
@@ -1563,17 +1563,17 @@
         and <codeword>float</codeword> to <codeword>__m128</codeword>).
         This implementation can probably be improve in many ways so don't hesitate to send me some feedbacks.
       </paragraph>
-
       <paragraph>
         GLM 0.9.1 is not 100% backward compatible with GLM 0.9.0 but mostly advanced usages should be concerned by this compatibility issues.
       </paragraph>
+      <paragraph>
+        UPDATED: SF.net mirrors are available again.
+      </paragraph>
 
-      <source-list>
-        <source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.A/glm-0.9.1.A.zip/download">GLM 0.9.1.A (zip, 2.7 MB)</source>
-        <source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.A/glm-0.9.1.A.7z/download">GLM 0.9.1.A (7z, 1.7 MB)</source>
-        <source type="Link" href="http://glm.g-truc.net/glm-0.9.1.pdf" title="GLM Manual" />
-        <source type="Link" href="https://sourceforge.net/apps/trac/ogl-math/newticket" title="Submit a feature request or a bug report" />
-      </source-list>
+      <source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.A/glm-0.9.1.A.zip/download">GLM 0.9.1.A (zip, 3.0 MB)</source>
+      <source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.A/glm-0.9.1.A.7z/download">GLM 0.9.1.A (7z, 2.0 MB)</source>
+      <source type="Link" href="http://glm.g-truc.net/glm-0.9.1.pdf">GLM Manual</source>
+      <source type="Link" href="https://sourceforge.net/apps/trac/ogl-math/newticket">Submit a bug report</source>
     </news>
 
     <news index="0058" date="30/01/2011" title="GLM 0.9.0.7 released" image="goodies/logo.png" image-mini="image/logo-mini.png">

+ 13 - 0
doc/src/download.xsl

@@ -12,6 +12,19 @@
         <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />
         <meta name="copyright" content="G-Truc Creation" />
         <link href="./common/style.css" rel="stylesheet" media="screen, print, embossed" type="text/css" />
+
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-20182250-1']);
+          _gaq.push(['_setDomainName', '.g-truc.net']);
+          _gaq.push(['_trackPageview']);
+
+          (function() {
+          var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+          ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+          var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+          })();
+        </script>
       </head>
       <body>
         <table>

+ 13 - 0
doc/src/goodies.xsl

@@ -12,6 +12,19 @@
         <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />
         <meta name="copyright" content="G-Truc Creation" />
         <link href="./common/style.css" rel="stylesheet" media="screen, print, embossed" type="text/css" />
+
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-20182250-1']);
+          _gaq.push(['_setDomainName', '.g-truc.net']);
+          _gaq.push(['_trackPageview']);
+
+          (function() {
+          var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+          ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+          var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+          })();
+        </script>
       </head>
       <body>
         <table>

+ 13 - 0
doc/src/link.xsl

@@ -12,6 +12,19 @@
         <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />
         <meta name="copyright" content="&#65533; 2005 C-Truc Creation" />
         <link href="./common/style.css" rel="stylesheet" media="screen, print, embossed" type="text/css" />
+
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-20182250-1']);
+          _gaq.push(['_setDomainName', '.g-truc.net']);
+          _gaq.push(['_trackPageview']);
+
+          (function() {
+          var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+          ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+          var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+          })();
+        </script>
       </head>
       <body>
         <div class="title1">

+ 13 - 0
doc/src/news.xsl

@@ -12,6 +12,19 @@
         <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />
         <meta name="copyright" content="G-Truc Creation" />
         <link href="./common/style.css" rel="stylesheet" media="screen, print, embossed" type="text/css" />
+
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-20182250-1']);
+          _gaq.push(['_setDomainName', '.g-truc.net']);
+          _gaq.push(['_trackPageview']);
+
+          (function() {
+          var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+          ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+          var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+          })();
+        </script>
       </head>
       <body>
         <table>