代码搜索:Toolset

找到约 1,753 项符合「Toolset」的源代码

代码结果 1,753
www.eeworm.com/read/215228/15066799

pr~ receive.pr~

[Project] Toolset=AVR FormatVersion=2 Files=0 OpenedFiles=0 [Compiler] Chip=ATtiny13 CPUClock=4000000 MemoryModel=0 OptimizeSize=1 PrintfFeatures=1 ScanfFeatures=0 DataStackSize=16 PgmMem
www.eeworm.com/read/221464/4828411

py test_all.py

#!/usr/bin/python import os, sys, string # clear environment for testing # for s in ( 'BOOST_ROOT','BOOST_BUILD_PATH','JAM_TOOLSET','BCCROOT', 'MSVCDir','MSVC','MSVCNT','MINGW','watcom
www.eeworm.com/read/221464/4828730

jam msvc-stlport-tools.jam

# # This is msvc-stlport-tools.jam. It adds support for STLport used with # the msvc toolset. # # Written by Markus Sch鰌flin. # Originally based on "gcc-stlport-tools.jam", copyrighted by David
www.eeworm.com/read/221464/4828752

jamfile

subproject tools/build/examples/property_rule ; rule add-include ( toolset variant : properties * ) { return $(properties) $($(gTOP))/inc ; } lib foo : foo.cpp : add-include
www.eeworm.com/read/221464/4831633

readme

To get started with the Boost Python Library, use the examples getting_started1.cpp and getting_started2.cpp. bjam -sTOOLS=your-toolset test in this directory will build and run the example
www.eeworm.com/read/168845/5429865

py rebuilds.py

#!/usr/bin/python # This tests the typechecking facilities. import BoostBuild t = BoostBuild.Tester(pass_toolset=0) t.write('file.jam', ''' rule make { DEPENDS $() ; DE
www.eeworm.com/read/168845/5435404

readme

To get started with the Boost Python Library, use the examples getting_started1.cpp and getting_started2.cpp. bjam -sTOOLS=your-toolset test in this directory will build and run the example
www.eeworm.com/read/396461/2415859

pm formatter.pm

package KinoSearch::Highlight::Formatter; use strict; use warnings; use KinoSearch::Util::ToolSet; use base qw( KinoSearch::Util::Class ); BEGIN { __PACKAGE__->init_instance_vars(); } sub highli
www.eeworm.com/read/396461/2415860

pm highlighter.pm

package KinoSearch::Highlight::Highlighter; use strict; use warnings; use KinoSearch::Util::ToolSet; use base qw( KinoSearch::Util::Class ); use locale; BEGIN { __PACKAGE__->init_instance_vars(
www.eeworm.com/read/396461/2415863

pm encoder.pm

package KinoSearch::Highlight::Encoder; use strict; use warnings; use KinoSearch::Util::ToolSet; use base qw( KinoSearch::Util::Class ); BEGIN { __PACKAGE__->init_instance_vars(); } sub encode {