Home
last modified time | relevance | path

Searched refs:project (Results 1 – 25 of 173) sorted by relevance

1234567

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/visualc71/
A DREADME.txt8 NOTE: This project will be removed from libpng-1.5.0. It has
9 been replaced with the "vstudio" project.
14 * The zlib project file is in . /* Warning: This is until the zlib project
15 files get integrated into the next zlib release. The final zlib project
25 3) Set one of the project as the StartUp project. If you just want to build the
26 binaries set "libpng" as the startup project (Select "libpng" tree view
27 item + Project | Set as StartUp project). If you want to build and test the
29 Project | Set as StartUp project)
38 This project builds the libpng binaries as follows:
54 All DLLs built by this project use the Microsoft dynamic C runtime library
A DREADME_zlib.txt13 NOTE: This project will be removed from libpng-1.5.0. It has
14 been replaced with the "vstudio" project.
23 3) Set one of the project as the StartUp project. If you just want to build the
24 binaries set "zlib" as the startup project (Select "zlib" tree view item +
25 Project | Set as StartUp project). If you want to build and test the
27 Set as StartUp project), If you want to build the minigzip utility set it to
29 project
38 This project builds the zlib binaries as follows:
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/
A DCONTRIBUTING.md3 We'd love to accept your patches and contributions to this project. There are
8 Contributions to this project must be accompanied by a Contributor License
11 part of the project. Head over to <https://cla.developers.google.com/> to see
15 (even if it was for a different project), you probably don't need to do it
20 All submissions, including submissions by project members, require review. We
27 This project follows [Google's Open Source Community
A DCMakeLists.txt17 project(ruy CXX)
44 # a subdirectory in a wider project that already uses cpuinfo.
60 # ruy is a subdirectory in a wider project that is already providing
61 # the cpuinfo target. Maybe that wider project's CMakeLists is ordered
65 # On the other hand, if ruy is the top-level project here (not part of a
66 # wider project) then nothing will define the cpuinfo target for us,
/AliOS-Things-master/components/littlevgl/docs/
A DCODE_OF_CONDUCT.md5 …we as contributors and maintainers pledge to making participation in our project and our community…
33project spaces and in public spaces when an individual is representing the project or its communit…
37project team at [atom@github.com](mailto:atom@github.com). All complaints will be reviewed and inv…
39 …ce temporary or permanent repercussions as determined by other members of the project's leadership.
/AliOS-Things-master/components/jsoncpp/
A DCTestConfig.cmake1 ## This file should be placed in the root directory of your project.
3 ## project to incorporate the testing dashboard.
14 set(CTEST_DROP_LOCATION "/submit.php?project=jsoncpp")
/AliOS-Things-master/components/netmgr/activation/
A Dactivation.c69 const char *project = NULL; in activation_get_report_msg() local
82 project = info.project; in activation_get_report_msg()
155 if((project != NULL) && (len >= strlen(report_msg) + strlen("&X=") + strlen(project) + 1)) { in activation_get_report_msg()
156 snprintf(report_msg + strlen(report_msg), len - strlen(report_msg), "&X=%s", project); in activation_get_report_msg()
159 if(project != NULL) { in activation_get_report_msg()
160 … ACTIVATION_ERR("%s:%d message is too large to report project:%s\n", __func__, __LINE__, project); in activation_get_report_msg()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-winrt.md173 2. remove most of the files from the project.
189 ### 1. Create a new project ###
215 ### 3. Add references to SDL's project files ###
237 4. find SDL/WinRT's Visual C++ project file and open it. Different project
244 5. once the project has been added, right-click on your app's project and
252 Your project is now linked to SDL's project, insofar that when the app is
270 1. right-click on the project
309 project), then click on "Properties...".
345 1. right click on your app's project
393 1. right click on the app's project
[all …]
A DREADME-android.md10 supported, but you can use the "android-project-ant" directory as a template.
34 Java project, along with some C support code that communicates with Java
38 android-project/app/src/main/java/org/libsdl/app/SDLActivity.java
76 1. Copy the android-project directory wherever you want to keep your projects
77 and rename it to the name of your project.
78 2. Move or symlink this SDL directory into the "<project>/app/jni" directory
79 3. Edit "<project>/app/jni/src/Android.mk" to include your source files
91 3. Edit "<project>/app/jni/CMakeLists.txt" to include your project (it defaults to
104 android-project/app
167 Any files you put in the "app/src/main/assets" directory of your project
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A Dreadme.txt39 Or use the GNAT project file build for GNAT 3.15 or later:
46 1. Make a project with all *.ads and *.adb files from the distribution.
49 4. Add the library z.lib to the project.
50 5. Add the libc.lib library from the ObjectAda distribution to the project.
/AliOS-Things-master/components/freetype/src/winfonts/
A DJamfile6 # This file is part of the FreeType project, and may only be used, modified,
7 # and distributed under the terms of the FreeType project license,
/AliOS-Things-master/components/freetype/src/gzip/
A DJamfile6 # This file is part of the FreeType project, and may only be used, modified,
7 # and distributed under the terms of the FreeType project license,
/AliOS-Things-master/components/freetype/src/lzw/
A DJamfile6 # This file is part of the FreeType project, and may only be used, modified,
7 # and distributed under the terms of the FreeType project license,
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/AliOS-Things-master/components/freetype/src/pcf/
A DJamfile6 # This file is part of the FreeType project, and may only be used, modified,
7 # and distributed under the terms of the FreeType project license,
/AliOS-Things-master/components/freetype/src/type42/
A DJamfile6 # This file is part of the FreeType project, and may only be used, modified,
7 # and distributed under the terms of the FreeType project license,
/AliOS-Things-master/components/freetype/src/smooth/
A DJamfile6 # This file is part of the FreeType project, and may only be used, modified,
7 # and distributed under the terms of the FreeType project license,
/AliOS-Things-master/components/freetype/src/autofit/
A Dafblue.cin10 /* This file is part of the FreeType project, and may only be used, */
11 /* modified, and distributed under the terms of the FreeType project */
/AliOS-Things-master/components/freetype/src/bdf/
A DJamfile6 # This file is part of the FreeType project, and may only be used, modified,
7 # and distributed under the terms of the FreeType project license,
/AliOS-Things-master/components/freetype/src/bzip2/
A DJamfile9 # This file is part of the FreeType project, and may only be used, modified,
10 # and distributed under the terms of the FreeType project license,
/AliOS-Things-master/components/freetype/src/psnames/
A DJamfile6 # This file is part of the FreeType project, and may only be used, modified,
7 # and distributed under the terms of the FreeType project license,
/AliOS-Things-master/components/freetype/src/raster/
A DJamfile6 # This file is part of the FreeType project, and may only be used, modified,
7 # and distributed under the terms of the FreeType project license,
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A DDownloadProject.cmake45 # with downloading the specified project.
58 # and updating of the project sources are intended to be used. Also note that at
148 # be a project within a project. This causes the hard-coded paths in the
150 # remove the cache if it exists before we configure the new project. It
156 # Create and build a separate CMake project to carry out the download.
158 # anything to be updated, so extra rebuilds of the project won't occur.
159 # Make sure to pass through CMAKE_MAKE_PROGRAM in case the main project
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/
A DDownloadProject.cmake45 # with downloading the specified project.
58 # and updating of the project sources are intended to be used. Also note that at
148 # be a project within a project. This causes the hard-coded paths in the
150 # remove the cache if it exists before we configure the new project. It
156 # Create and build a separate CMake project to carry out the download.
158 # anything to be updated, so extra rebuilds of the project won't occur.
159 # Make sure to pass through CMAKE_MAKE_PROGRAM in case the main project
/AliOS-Things-master/components/freetype/src/cff/
A DJamfile6 # This file is part of the FreeType project, and may only be used, modified,
7 # and distributed under the terms of the FreeType project license,

Completed in 24 milliseconds

1234567