You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
8.6 KiB

5 years ago
var searchIndex={};
searchIndex["cc"] = {"doc":"A library for build scripts to compile custom C code","i":[[3,"Build","cc","A builder for compilation of a native static library.",null,null],[3,"Error","","Represents an internal error that occurred, with an…",null,null],[3,"Tool","","Configuration used to represent an invocation of a C…",null,null],[0,"windows_registry","","A helper module to probe the Windows Registry when looking…",null,null],[4,"VsVers","cc::windows_registry","A version of Visual Studio",null,null],[13,"Vs12","","Visual Studio 12 (2013)",0,null],[13,"Vs14","","Visual Studio 14 (2015)",0,null],[13,"Vs15","","Visual Studio 15 (2017)",0,null],[13,"Vs16","","Visual Studio 16 (2019)",0,null],[5,"find","","Attempts to find a tool within an MSVC installation using…",null,[[["str"]],[["command"],["option",["command"]]]]],[5,"find_tool","","Similar to the `find` function above, this function will…",null,[[["str"]],[["tool"],["option",["tool"]]]]],[5,"find_vs_version","","Find the most recent installed version of Visual Studio",null,[[],[["vsvers"],["string"],["result",["vsvers","string"]]]]],[11,"new","cc","Construct a new instance of a blank set of configuration.",1,[[],["build"]]],[11,"include","","Add a directory to the `-I` or include path for headers",1,[[["path"],["self"],["asref",["path"]]],["build"]]],[11,"define","","Specify a `-D` variable with an optional value.",1,[[["str"],["option",["str"]],["self"],["into",["option"]]],["build"]]],[11,"object","","Add an arbitrary object file to link in",1,[[["path"],["self"],["asref",["path"]]],["build"]]],[11,"flag","","Add an arbitrary flag to the invocation of the compiler",1,[[["str"],["self"]],["build"]]],[11,"ar_flag","","Add an arbitrary flag to the invocation of the compiler",1,[[["str"],["self"]],["build"]]],[11,"is_flag_supported","","Run the compiler to test if it accepts the given flag.",1,[[["str"],["self"]],[["result",["bool","error"]],["error"],["bool"]]]],[11,"flag_if_supported","","Add an arbitrary flag to the invocation of the compiler if…",1,[[["str"],["self"]],["build"]]],[11,"shared_flag","","Set the `-shared` flag.",1,[[["self"],["bool"]],["build"]]],[11,"static_flag","","Set the `-static` flag.",1,[[["self"],["bool"]],["build"]]],[11,"no_default_flags","","Disables the generation of default compiler flags. The…",1,[[["self"],["bool"]],["build"]]],[11,"file","","Add a file which will be compiled",1,[[["path"],["self"],["asref",["path"]]],["build"]]],[11,"files","","Add files which will be compiled",1,[[["self"],["p"]],["build"]]],[11,"cpp","","Set C++ support.",1,[[["self"],["bool"]],["build"]]],[11,"cuda","","Set CUDA C++ support.",1,[[["self"],["bool"]],["build"]]],[11,"warnings_into_errors","","Set warnings into errors flag.",1,[[["self"],["bool"]],["build"]]],[11,"warnings","","Set warnings flags.",1,[[["self"],["bool"]],["build"]]],[11,"extra_warnings","","Set extra warnings flags.",1,[[["self"],["bool"]],["build"]]],[11,"cpp_link_stdlib","","Set the standard library to link against when compiling…",1,[[["option",["str"]],["self"],["into",["option"]]],["build"]]],[11,"cpp_set_stdlib","","Force the C++ compiler to use the specified standard…",1,[[["option",["str"]],["self"],["into",["option"]]],["build"]]],[11,"target","","Configures the target this configuration will be compiling…",1,[[["str"],["self"]],["build"]]],[11,"host","","Configures the host assumed by this configuration.",1,[[["str"],["self"]],["build"]]],[11,"opt_level","","Configures the optimization level of the generated object…",1,[[["self"],["u32"]],["build"]]],[11,"opt_level_str","","Configures the optimization level of the generated object…",1,[[["str"],["self"]],["build"]]],[11,"debug","","Configures whether the compiler will emit debug…",1,[[["self"],["bool"]],["build"]]],[11,"force_frame_pointer","","Configures whether the compiler will emit instructions to…",1,[[["self"],["bool"]],["build"]]],[11,"out_dir","","Configures the output directory where all object files and…",1,[[["path"],["self"],["asref",["path"]]],["build"]]],[11,"compiler","","Configures t
searchIndex["gcc_shim"] = {"doc":"","i":[[5,"main","gcc_shim","",null,[[]]]],"p":[]};
addSearchOptions(searchIndex);initSearch(searchIndex);