[mlpack-svn] r13411 - in mlpack/tags/mlpack-1.0.2: . src/mlpack

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Aug 15 13:47:17 EDT 2012


Author: rcurtin
Date: 2012-08-15 13:47:17 -0400 (Wed, 15 Aug 2012)
New Revision: 13411

Modified:
   mlpack/tags/mlpack-1.0.2/COPYRIGHT.txt
   mlpack/tags/mlpack-1.0.2/src/mlpack/core.hpp
Log:
Apply r14308, r14309, r14310 to 1.0.2 branch.


Modified: mlpack/tags/mlpack-1.0.2/COPYRIGHT.txt
===================================================================
--- mlpack/tags/mlpack-1.0.2/COPYRIGHT.txt	2012-08-15 17:47:04 UTC (rev 13410)
+++ mlpack/tags/mlpack-1.0.2/COPYRIGHT.txt	2012-08-15 17:47:17 UTC (rev 13411)
@@ -4,18 +4,19 @@
 Source: http://www.mlpack.org/
 
 Files: *
-Copyright: Copyright 2008-2011, Ryan Curtin <gth671b at mail.gatech.edu>
-Copyright: Copyright 2008-2011, Bill March <march at gatech.edu>
-Copyright: Copyright 2008-2011, Dongryeol Lee <dongryel at cc.gatech.edu>
-Copyright: Copyright 2008-2011, Nishant Mehta <niche at cc.gatech.edu>
-Copyright: Copyright 2008-2011, Parikshit Ram <p.ram at gatech.edu>
-Copyright: Copyright 2010-2011, James Cline <james.cline at gatech.edu>
-Copyright: Copyright 2010-2011, Sterling Peet <sterling.peet at gatech.edu>
-Copyright: Copyright 2011, Matthew Amidon <mamidon at gatech.edu>
-Copyright: Copyright 2011, Neil Slagle <npslagle at gmail.com>
+Copyright: Copyright 2008-2012, Ryan Curtin <gth671b at mail.gatech.edu>
+Copyright: Copyright 2008-2012, Bill March <march at gatech.edu>
+Copyright: Copyright 2008-2012, Dongryeol Lee <dongryel at cc.gatech.edu>
+Copyright: Copyright 2008-2012, Nishant Mehta <niche at cc.gatech.edu>
+Copyright: Copyright 2008-2012, Parikshit Ram <p.ram at gatech.edu>
+Copyright: Copyright 2010-2012, James Cline <james.cline at gatech.edu>
+Copyright: Copyright 2010-2012, Sterling Peet <sterling.peet at gatech.edu>
+Copyright: Copyright 2011-2012, Matthew Amidon <mamidon at gatech.edu>
+Copyright: Copyright 2011-2012, Neil Slagle <npslagle at gmail.com>
 Copyright: Copyright 2011, Ajinkya Kale <kaleajinkya at gmail.com>
 Copyright: Copyright 2011, Vlad Grantcharov <vlad321 at gatech.edu>
 Copyright: Copyright 2011, Noah Kauffman <notoriousnoah at gmail.com>
+Copyright: Copyright 2012, Trironk Kiatkungwanglai <trironk at gmail.com>
 License: LGPL-3+
   The text of the license is available on Debian systems in the
   /usr/share/common-licenses/LGPL-3 file.

Modified: mlpack/tags/mlpack-1.0.2/src/mlpack/core.hpp
===================================================================
--- mlpack/tags/mlpack-1.0.2/src/mlpack/core.hpp	2012-08-15 17:47:04 UTC (rev 13410)
+++ mlpack/tags/mlpack-1.0.2/src/mlpack/core.hpp	2012-08-15 17:47:17 UTC (rev 13411)
@@ -111,6 +111,7 @@
  *   - Dongryeol Lee <dongryel at cc.gatech.edu>
  *   - Nishant Mehta <niche at cc.gatech.edu>
  *   - Parikshit Ram <p.ram at gatech.edu>
+ *   - Trironk Kiatkungwanglai <trironk at gmail.com>
  *   - Chip Mappus <cmappus at gatech.edu>
  *   - Hua Ouyang <houyang at gatech.edu>
  *   - Long Quoc Tran <tqlong at gmail.com>
@@ -176,7 +177,7 @@
 #define force_inline
 #if defined(__GNUG__) && !defined(DEBUG)
   #undef force_inline
-  #define force_inline __attribute__((noinline))
+  #define force_inline __attribute__((always_inline))
 #elif defined(_MSC_VER)
   #undef force_inline && !defined(DEBUG)
   #define force_inline __forceinline




More information about the mlpack-svn mailing list