资源简介
rabbitmq64位VS库,实现C客户端必备工具。编译rabbitmq还需要对应opnssl在下一资源中上传,如果需要对应的qt库可联系我,
代码片段和文件信息
# This file is NOT licensed under the GPLv3 which is the license for the rest
# of YouCompleteMe.
#
# Here‘s the license text for this file:
#
# This is free and unencumbered software released into the public domain.
#
# Anyone is free to copy modify publish use compile sell or
# distribute this software either in source code form or as a compiled
# binary for any purpose commercial or non-commercial and by any
# means.
#
# In jurisdictions that recognize copyright laws the author or authors
# of this software dedicate any and all copyright interest in the
# software to the public domain. We make this dedication for the benefit
# of the public at large and to the detriment of our heirs and
# successors. We intend this dedication to be an overt act of
# relinquishment in perpetuity of all present and future rights to this
# software under copyright law.
#
# THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND
# EXPRESS OR IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM DAMAGES OR
# OTHER LIABILITY WHETHER IN AN ACTION OF CONTRACT TORT OR OTHERWISE
# ARISING FROM OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
#
# For more information please refer to
import os
import ycm_core
# These are the compilation flags that will be used in case there‘s no
# compilation database set (by default one is not set).
# CHANGE THIS LIST OF FLAGS. YES THIS IS THE DROID YOU HAVE BEEN LOOKING FOR.
flags = [
‘-Wall‘
‘-Wextra‘
# THIS IS IMPORTANT! Without a “-std=“ flag clang won‘t know which
# language to use when compiling headers. So it will guess. Badly. So C++
# headers will be compiled as C headers. You don‘t want that so ALWAYS specify
# a “-std=“.
# For a C project you would set this to something like ‘c99‘ instead of
# ‘c++11‘.
‘-std=gnu90‘
# ...and the same thing goes for the magic -x option which specifies the
# language that the files to be compiled are written in. This is mostly
# relevant for c++ headers.
# For a C project you would set this to ‘c‘ instead of ‘c++‘.
‘-x‘
‘c‘
‘-I‘ ‘./librabbitmq‘
‘-I‘ ‘./librabbitmq/unix‘
‘-D‘ ‘HAVE_POLL‘
]
# Set this to the absolute path to the folder (NOT the file!) containing the
# compile_commands.json file to use that instead of ‘flags‘. See here for
# more details: http://clang.llvm.org/docs/JSONCompilationDatabase.html
#
# You can get CMake to generate this file for you by adding:
# set( CMAKE_EXPORT_COMPILE_COMMANDS 1 )
# to your CMakeLists.txt file.
#
# Most projects will NOT need to set this to anything; you can just change the
# ‘flags‘ list of compilation flags. Notice that YCM itself uses that approach.
compilation_database_folder = ‘‘
if os.path.exists( compilation_database_folder ):
database = ycm_core.CompilationDatabase( compilation_d
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1387 2017-09-12 15:11 rabbitmq_c_master\.clang-format
文件 330 2017-09-12 15:11 rabbitmq_c_master\.gitattributes
文件 1140 2017-09-12 15:11 rabbitmq_c_master\.gitignore
文件 94 2017-09-12 15:11 rabbitmq_c_master\.gitmodules
文件 2402 2017-09-12 15:11 rabbitmq_c_master\.travis.yml
文件 5626 2017-09-12 15:11 rabbitmq_c_master\.ycm_extra_conf.py
文件 482 2017-09-12 15:11 rabbitmq_c_master\appveyor.yml
文件 86 2017-09-12 15:11 rabbitmq_c_master\AUTHORS
文件 0 2017-09-20 17:19 rabbitmq_c_master\build\64位工程编译.txt
文件 30309 2017-09-20 17:19 rabbitmq_c_master\build\ALL_BUILD.vcxproj
文件 256 2017-09-20 17:19 rabbitmq_c_master\build\ALL_BUILD.vcxproj.filters
文件 143 2017-09-20 17:19 rabbitmq_c_master\build\ALL_BUILD.vcxproj.user
文件 18115 2017-09-20 17:19 rabbitmq_c_master\build\CMakeCache.txt
文件 24 2001-01-01 08:00 rabbitmq_c_master\build\CMakeFiles\0fb0efba57fd963b3f6166e3f15bd793\INSTALL_force.rule
文件 24 2001-01-01 08:00 rabbitmq_c_master\build\CMakeFiles\0fb0efba57fd963b3f6166e3f15bd793\RUN_TESTS_force.rule
文件 2020 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CMakeCCompiler.cmake
文件 33792 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CMakeDetermineCompilerABI_C.bin
文件 212 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CMakeRCCompiler.cmake
文件 387 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CMakeSystem.cmake
文件 17653 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CompilerIdC\CMakeCCompilerId.c
文件 10240 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CompilerIdC\CompilerIdC.exe
文件 2595 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CompilerIdC\CompilerIdC.vcxproj
文件 674 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CompilerIdC\Debug\cl.command.1.tlog
文件 576 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CompilerIdC\Debug\CL.read.1.tlog
文件 376 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CompilerIdC\Debug\CL.write.1.tlog
文件 1976 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CompilerIdC\Debug\CMakeCCompilerId.obj
文件 381 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CompilerIdC\Debug\CompilerIdC.exe.intermediate.manifest
文件 94 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CompilerIdC\Debug\CompilerIdC.lastbuildstate
文件 1280 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CompilerIdC\Debug\li
文件 2614 2017-09-20 17:17 rabbitmq_c_master\build\CMakeFiles\3.9.0-rc5\CompilerIdC\Debug\li
............此处省略521个文件信息
- 上一篇:“理治棋壮”中国象棋计算机博弈引擎源代码
- 下一篇:蚁群算法解决旅行商问题c++
评论
共有 条评论