[Hdrflow-svn] SF.net SVN: hdrflow: [161] trunk/lib/openlibraries
Status: Pre-Alpha
Brought to you by:
glslang
From: <gl...@us...> - 2007-06-24 19:43:27
|
Revision: 161 http://hdrflow.svn.sourceforge.net/hdrflow/?rev=161&view=rev Author: glslang Date: 2007-06-24 12:43:26 -0700 (Sun, 24 Jun 2007) Log Message: ----------- + plugins were being added twice on windows Modified Paths: -------------- trunk/lib/openlibraries/src/openpluginlib/pl/opl_parser_action.cpp trunk/lib/openlibraries/test/openpluginlib/enumerate/enumerate.cpp Modified: trunk/lib/openlibraries/src/openpluginlib/pl/opl_parser_action.cpp =================================================================== --- trunk/lib/openlibraries/src/openpluginlib/pl/opl_parser_action.cpp 2007-06-24 18:20:51 UTC (rev 160) +++ trunk/lib/openlibraries/src/openpluginlib/pl/opl_parser_action.cpp 2007-06-24 19:43:26 UTC (rev 161) @@ -92,10 +92,6 @@ fs::path tmp( to_string( *I ).c_str( ), fs::native ); filename.push_back( to_wstring( ( pa.get_branch_path( ) / tmp.leaf( ) ).string( ).c_str( ) ) ); - -# ifdef WIN32 - filename.push_back( to_wstring( ( fs::path( opl::plugins_path( ).c_str( ), fs::native ) / tmp.leaf( ) ).string( ).c_str( ) ) ); -# endif } } } Modified: trunk/lib/openlibraries/test/openpluginlib/enumerate/enumerate.cpp =================================================================== --- trunk/lib/openlibraries/test/openpluginlib/enumerate/enumerate.cpp 2007-06-24 18:20:51 UTC (rev 160) +++ trunk/lib/openlibraries/test/openpluginlib/enumerate/enumerate.cpp 2007-06-24 19:43:26 UTC (rev 161) @@ -18,7 +18,6 @@ opl::init( "" ); opl::discovery<> rez0; - rez0.sort( opl::highest_merit_sort( ) ); std::cout << "enumerate: number of plugins available " << static_cast<unsigned int>( rez0.size( ) ) << ".\n"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |