Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for toolChain (0.12 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #  ifdef __GXX_RTTI
    // When building against STLport with the Android NDK and with
    // -frtti -fno-exceptions, the build fails at link time with undefined
    // references to __cxa_bad_typeid. Note sure if STL or toolchain bug,
    // so disable RTTI when detected.
    #   if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) && \
           !defined(__EXCEPTIONS)
    #    define GTEST_HAS_RTTI 0
    #   else
    #    define GTEST_HAS_RTTI 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  2. src/go/build/build.go

    	// Clients creating a new context may customize BuildTags, which
    	// defaults to empty, but it is usually an error to customize ToolTags or ReleaseTags.
    	// ToolTags defaults to build tags appropriate to the current Go toolchain configuration.
    	// ReleaseTags defaults to the list of Go releases the current release is compatible with.
    	// BuildTags is not set for the Default build Context.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  3. .teamcity/test-buckets.json

    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"launcher",
    					"time",
    					"logging-api",
    					"kotlin-dsl-plugins",
    					"serialization",
    					"toolchains-jvm-shared",
    					"docs-asciidoctor-extensions-base",
    					"internal-instrumentation-processor",
    					"security",
    					"input-tracking",
    					"base-ide-plugins"
    				]
    			},
    			{
    				"parallelizationMethod":{
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  4. src/cmd/go/internal/test/test.go

    			// 'go get'. However, we still don't want to accidentally corrupt their
    			// testdata during fuzzing, nor do we want to fail with surprising errors
    			// if GOROOT isn't writable (as is often the case for Go toolchains
    			// installed through package managers).
    			//
    			// If the user is requesting to fuzz a standard-library package, ensure
    			// that they are in the same module as that package (just like when
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top