Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 53 for msbuild (0.12 sec)

  1. src/go/build/build.go

    	// Also identify any //go:build comments.
    	content, goBuild, sawBinaryOnly, err := parseFileHeader(content)
    	if err != nil {
    		return false, false, err
    	}
    
    	// If //go:build line is present, it controls.
    	// Otherwise fall back to +build processing.
    	switch {
    	case goBuild != nil:
    		x, err := constraint.Parse(string(goBuild))
    		if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  2. src/cmd/dist/build.go

    	// Now we use it for the build cache, to separate dist's cache
    	// from any other cache the user might have, and for the location
    	// to build the bootstrap versions of the standard library.
    	obj := pathf("%s/pkg/obj", goroot)
    	if !isdir(obj) {
    		xmkdir(obj)
    	}
    	xatexit(func() { xremove(obj) })
    
    	// Create build cache directory.
    	objGobuild := pathf("%s/pkg/obj/go-build", goroot)
    	if rebuildall {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/BUILD

    A. Unique TensorFlower <******@****.***> 1717114705 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/BUILD

    A. Unique TensorFlower <******@****.***> 1718226859 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  5. tensorflow/BUILD

        name = "is_cuda_enabled_and_windows",
        match_all = [
            ":is_cuda_enabled",
            ":windows",
        ],
    )
    
    # Config setting to use in select()s to distinguish open source build from
    # google internal build on configurable attributes.
    #
    # For non-configurable distinction between OSS and Google builds, see
    # `if_oss()` and `if_google()` macros in tensorflow.bzl.
    config_setting(
        name = "oss",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  6. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                if (project.getFile() != null) {
                    Build build = project.getBuild().getDelegate();
                    project.addScriptSourceRoot(build.getScriptSourceDirectory());
                    project.addCompileSourceRoot(build.getSourceDirectory());
                    project.addTestCompileSourceRoot(build.getTestSourceDirectory());
                }
    
                project.setActiveProfiles(Stream.concat(
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  7. src/cmd/dist/test.go

    		tags = append(tags, "noopt")
    	}
    	tags = append(tags, opts.tags...)
    	if len(tags) > 0 {
    		build = append(build, "-tags="+strings.Join(tags, ","))
    	}
    	if t.race || opts.race {
    		build = append(build, "-race")
    	}
    	if t.msan {
    		build = append(build, "-msan")
    	}
    	if t.asan {
    		build = append(build, "-asan")
    	}
    	if opts.bench {
    		// Run no tests.
    		run = append(run, "-run=^$")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/img/performance/build-scan-home.png

    build-scan-home.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 66.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/build-scan-infrastructure.png

    build-scan-infrastructure.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:03:53 UTC 2024
    - 81.3K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/img/build-cache/build-cache-performance.png

    build-cache-performance.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 91.3K bytes
    - Viewed (0)
Back to top