commonmarker 0.9.2 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of commonmarker might be problematic. Click here for more details.

Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/ext/commonmarker/cmark/CMakeLists.txt +10 -2
  3. data/ext/commonmarker/cmark/Makefile +11 -13
  4. data/ext/commonmarker/cmark/README.md +1 -1
  5. data/ext/commonmarker/cmark/api_test/main.c +18 -14
  6. data/ext/commonmarker/cmark/build/CMakeCache.txt +8 -8
  7. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeCCompiler.cmake +0 -0
  8. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeCXXCompiler.cmake +0 -0
  9. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeDetermineCompilerABI_C.bin +0 -0
  10. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeDetermineCompilerABI_CXX.bin +0 -0
  11. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeSystem.cmake +0 -0
  12. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CompilerIdC/CMakeCCompilerId.c +26 -9
  13. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CompilerIdC/a.out +0 -0
  14. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CompilerIdCXX/CMakeCXXCompilerId.cpp +3 -3
  15. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CompilerIdCXX/a.out +0 -0
  16. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  17. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log +6 -6
  18. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +143 -143
  19. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +108 -107
  20. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +3 -3
  21. data/ext/commonmarker/cmark/build/Makefile +10 -10
  22. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  23. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +4 -4
  24. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/flags.make +1 -1
  25. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +1 -1
  26. data/ext/commonmarker/cmark/build/api_test/Makefile +10 -10
  27. data/ext/commonmarker/cmark/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  28. data/ext/commonmarker/cmark/build/man/Makefile +10 -10
  29. data/ext/commonmarker/cmark/build/man/cmake_install.cmake +2 -2
  30. data/ext/commonmarker/cmark/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  31. data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark-release.cmake +38 -0
  32. data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark.cmake +92 -0
  33. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +3 -3
  34. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +1 -1
  35. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +1 -1
  36. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +26 -26
  37. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +1 -1
  38. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +1 -1
  39. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +1 -1
  40. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/C.includecache +0 -4
  41. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/blocks.c.o +0 -0
  42. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/build.make +3 -3
  43. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark.c.o +0 -0
  44. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.internal +1 -1
  45. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +1 -1
  46. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +1 -1
  47. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/inlines.c.o +0 -0
  48. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/node.c.o +0 -0
  49. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/references.c.o +0 -0
  50. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/scanners.c.o +0 -0
  51. data/ext/commonmarker/cmark/build/src/Makefile +10 -10
  52. data/ext/commonmarker/cmark/build/src/cmake_install.cmake +26 -7
  53. data/ext/commonmarker/cmark/build/src/cmark_export.h +4 -3
  54. data/ext/commonmarker/cmark/build/src/cmark_version.h +2 -2
  55. data/ext/commonmarker/cmark/build/src/config.h +0 -8
  56. data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
  57. data/ext/commonmarker/cmark/build/src/libcmark.pc +1 -1
  58. data/ext/commonmarker/cmark/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  59. data/ext/commonmarker/cmark/build/testdir/Makefile +10 -10
  60. data/ext/commonmarker/cmark/changelog.txt +111 -0
  61. data/ext/commonmarker/cmark/man/man3/cmark.3 +26 -26
  62. data/ext/commonmarker/cmark/src/CMakeLists.txt +3 -0
  63. data/ext/commonmarker/cmark/src/blocks.c +50 -37
  64. data/ext/commonmarker/cmark/src/buffer.c +5 -5
  65. data/ext/commonmarker/cmark/src/buffer.h +4 -2
  66. data/ext/commonmarker/cmark/src/chunk.h +8 -5
  67. data/ext/commonmarker/cmark/src/cmark.c +5 -3
  68. data/ext/commonmarker/cmark/src/cmark.h +7 -6
  69. data/ext/commonmarker/cmark/src/commonmark.c +8 -10
  70. data/ext/commonmarker/cmark/src/config.h.in +0 -8
  71. data/ext/commonmarker/cmark/src/inlines.c +93 -45
  72. data/ext/commonmarker/cmark/src/inlines.h +2 -2
  73. data/ext/commonmarker/cmark/src/node.c +0 -3
  74. data/ext/commonmarker/cmark/src/references.c +3 -2
  75. data/ext/commonmarker/cmark/src/render.c +6 -5
  76. data/ext/commonmarker/cmark/src/scanners.c +1050 -1053
  77. data/ext/commonmarker/cmark/src/scanners.re +4 -4
  78. data/ext/commonmarker/cmark/test/pathological_tests.py +1 -1
  79. data/ext/commonmarker/cmark/test/spec.txt +179 -196
  80. data/lib/commonmarker/version.rb +1 -1
  81. data/test/test_attributes.rb +1 -1
  82. metadata +13 -11
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.6
3
3
 
4
4
  # Relative path conversion top directories.
5
5
  set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark")
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.6
3
3
 
4
4
  # Default target executed when no arguments are given to make.
5
5
  default_target: all
@@ -39,10 +39,10 @@ cmake_force:
39
39
  SHELL = /bin/sh
40
40
 
41
41
  # The CMake executable.
42
- CMAKE_COMMAND = /usr/local/Cellar/cmake/3.5.2/bin/cmake
42
+ CMAKE_COMMAND = /usr/local/Cellar/cmake/3.6.0_1/bin/cmake
43
43
 
44
44
  # The command to remove a file.
45
- RM = /usr/local/Cellar/cmake/3.5.2/bin/cmake -E remove -f
45
+ RM = /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E remove -f
46
46
 
47
47
  # Escaping for special characters.
48
48
  EQUALS = =
@@ -59,7 +59,7 @@ CMAKE_BINARY_DIR = /Users/gjtorikian/Development/commonmarker/ext/commonmarker/c
59
59
  # Special rule for the target test
60
60
  test:
61
61
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
62
- /usr/local/Cellar/cmake/3.5.2/bin/ctest --force-new-ctest-process $(ARGS)
62
+ /usr/local/Cellar/cmake/3.6.0_1/bin/ctest --force-new-ctest-process $(ARGS)
63
63
  .PHONY : test
64
64
 
65
65
  # Special rule for the target test
@@ -70,7 +70,7 @@ test/fast: test
70
70
  # Special rule for the target install/local
71
71
  install/local: preinstall
72
72
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
73
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
73
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
74
74
  .PHONY : install/local
75
75
 
76
76
  # Special rule for the target install/local
@@ -81,7 +81,7 @@ install/local/fast: install/local
81
81
  # Special rule for the target edit_cache
82
82
  edit_cache:
83
83
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
84
- /usr/local/Cellar/cmake/3.5.2/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
84
+ /usr/local/Cellar/cmake/3.6.0_1/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
85
85
  .PHONY : edit_cache
86
86
 
87
87
  # Special rule for the target edit_cache
@@ -92,7 +92,7 @@ edit_cache/fast: edit_cache
92
92
  # Special rule for the target rebuild_cache
93
93
  rebuild_cache:
94
94
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
95
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
95
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
96
96
  .PHONY : rebuild_cache
97
97
 
98
98
  # Special rule for the target rebuild_cache
@@ -113,19 +113,19 @@ list_install_components/fast: list_install_components
113
113
  # Special rule for the target install
114
114
  install: preinstall
115
115
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
116
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -P cmake_install.cmake
116
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -P cmake_install.cmake
117
117
  .PHONY : install
118
118
 
119
119
  # Special rule for the target install
120
120
  install/fast: preinstall/fast
121
121
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
122
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -P cmake_install.cmake
122
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -P cmake_install.cmake
123
123
  .PHONY : install/fast
124
124
 
125
125
  # Special rule for the target install/strip
126
126
  install/strip: preinstall
127
127
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
128
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
128
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
129
129
  .PHONY : install/strip
130
130
 
131
131
  # Special rule for the target install/strip
@@ -27,11 +27,11 @@ if(NOT CMAKE_INSTALL_COMPONENT)
27
27
  endif()
28
28
  endif()
29
29
 
30
- if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
30
+ if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
31
31
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/man/man1/cmark.1")
32
32
  endif()
33
33
 
34
- if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
34
+ if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
35
35
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man3" TYPE FILE FILES "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/man/man3/cmark.3")
36
36
  endif()
37
37
 
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.6
3
3
 
4
4
  # Relative path conversion top directories.
5
5
  set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark")
@@ -0,0 +1,38 @@
1
+ #----------------------------------------------------------------
2
+ # Generated CMake target import file for configuration "Release".
3
+ #----------------------------------------------------------------
4
+
5
+ # Commands may need to know the format version.
6
+ set(CMAKE_IMPORT_FILE_VERSION 1)
7
+
8
+ # Import target "cmark" for configuration "Release"
9
+ set_property(TARGET cmark APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
10
+ set_target_properties(cmark PROPERTIES
11
+ IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/cmark"
12
+ )
13
+
14
+ list(APPEND _IMPORT_CHECK_TARGETS cmark )
15
+ list(APPEND _IMPORT_CHECK_FILES_FOR_cmark "${_IMPORT_PREFIX}/bin/cmark" )
16
+
17
+ # Import target "libcmark" for configuration "Release"
18
+ set_property(TARGET libcmark APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
19
+ set_target_properties(libcmark PROPERTIES
20
+ IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libcmark.0.26.1.dylib"
21
+ IMPORTED_SONAME_RELEASE "@rpath/libcmark.0.26.1.dylib"
22
+ )
23
+
24
+ list(APPEND _IMPORT_CHECK_TARGETS libcmark )
25
+ list(APPEND _IMPORT_CHECK_FILES_FOR_libcmark "${_IMPORT_PREFIX}/lib/libcmark.0.26.1.dylib" )
26
+
27
+ # Import target "libcmark_static" for configuration "Release"
28
+ set_property(TARGET libcmark_static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
29
+ set_target_properties(libcmark_static PROPERTIES
30
+ IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C"
31
+ IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libcmark.a"
32
+ )
33
+
34
+ list(APPEND _IMPORT_CHECK_TARGETS libcmark_static )
35
+ list(APPEND _IMPORT_CHECK_FILES_FOR_libcmark_static "${_IMPORT_PREFIX}/lib/libcmark.a" )
36
+
37
+ # Commands beyond this point should not need to know the version.
38
+ set(CMAKE_IMPORT_FILE_VERSION)
@@ -0,0 +1,92 @@
1
+ # Generated by CMake 3.6.0
2
+
3
+ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
4
+ message(FATAL_ERROR "CMake >= 2.6.0 required")
5
+ endif()
6
+ cmake_policy(PUSH)
7
+ cmake_policy(VERSION 2.6)
8
+ #----------------------------------------------------------------
9
+ # Generated CMake target import file.
10
+ #----------------------------------------------------------------
11
+
12
+ # Commands may need to know the format version.
13
+ set(CMAKE_IMPORT_FILE_VERSION 1)
14
+
15
+ # Protect against multiple inclusion, which would fail when already imported targets are added once more.
16
+ set(_targetsDefined)
17
+ set(_targetsNotDefined)
18
+ set(_expectedTargets)
19
+ foreach(_expectedTarget cmark libcmark libcmark_static)
20
+ list(APPEND _expectedTargets ${_expectedTarget})
21
+ if(NOT TARGET ${_expectedTarget})
22
+ list(APPEND _targetsNotDefined ${_expectedTarget})
23
+ endif()
24
+ if(TARGET ${_expectedTarget})
25
+ list(APPEND _targetsDefined ${_expectedTarget})
26
+ endif()
27
+ endforeach()
28
+ if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
29
+ unset(_targetsDefined)
30
+ unset(_targetsNotDefined)
31
+ unset(_expectedTargets)
32
+ set(CMAKE_IMPORT_FILE_VERSION)
33
+ cmake_policy(POP)
34
+ return()
35
+ endif()
36
+ if(NOT "${_targetsDefined}" STREQUAL "")
37
+ message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
38
+ endif()
39
+ unset(_targetsDefined)
40
+ unset(_targetsNotDefined)
41
+ unset(_expectedTargets)
42
+
43
+
44
+ # Compute the installation prefix relative to this file.
45
+ get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
46
+ get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
47
+ get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
48
+
49
+ # Create imported target cmark
50
+ add_executable(cmark IMPORTED)
51
+
52
+ # Create imported target libcmark
53
+ add_library(libcmark SHARED IMPORTED)
54
+
55
+ # Create imported target libcmark_static
56
+ add_library(libcmark_static STATIC IMPORTED)
57
+
58
+ # Load information for each installed configuration.
59
+ get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
60
+ file(GLOB CONFIG_FILES "${_DIR}/cmark-*.cmake")
61
+ foreach(f ${CONFIG_FILES})
62
+ include(${f})
63
+ endforeach()
64
+
65
+ # Cleanup temporary variables.
66
+ set(_IMPORT_PREFIX)
67
+
68
+ # Loop over all imported files and verify that they actually exist
69
+ foreach(target ${_IMPORT_CHECK_TARGETS} )
70
+ foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
71
+ if(NOT EXISTS "${file}" )
72
+ message(FATAL_ERROR "The imported target \"${target}\" references the file
73
+ \"${file}\"
74
+ but this file does not exist. Possible reasons include:
75
+ * The file was deleted, renamed, or moved to another location.
76
+ * An install or uninstall procedure did not complete successfully.
77
+ * The installation package was faulty and contained
78
+ \"${CMAKE_CURRENT_LIST_FILE}\"
79
+ but not all the files it references.
80
+ ")
81
+ endif()
82
+ endforeach()
83
+ unset(_IMPORT_CHECK_FILES_FOR_${target})
84
+ endforeach()
85
+ unset(_IMPORT_CHECK_TARGETS)
86
+
87
+ # This file does not depend on other imported targets which have
88
+ # been exported from the same project but in a separate export set.
89
+
90
+ # Commands beyond this point should not need to know the version.
91
+ set(CMAKE_IMPORT_FILE_VERSION)
92
+ cmake_policy(POP)
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.6
3
3
 
4
4
  # Delete rule output on recipe failure.
5
5
  .DELETE_ON_ERROR:
@@ -34,10 +34,10 @@ cmake_force:
34
34
  SHELL = /bin/sh
35
35
 
36
36
  # The CMake executable.
37
- CMAKE_COMMAND = /usr/local/Cellar/cmake/3.5.2/bin/cmake
37
+ CMAKE_COMMAND = /usr/local/Cellar/cmake/3.6.0_1/bin/cmake
38
38
 
39
39
  # The command to remove a file.
40
- RM = /usr/local/Cellar/cmake/3.5.2/bin/cmake -E remove -f
40
+ RM = /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E remove -f
41
41
 
42
42
  # Escaping for special characters.
43
43
  EQUALS = =
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.6
3
3
 
4
4
  # compile C with /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
5
5
  C_FLAGS = -fPIC -fvisibility=hidden -Wall -Wextra -std=c99 -pedantic -O3 -DNDEBUG -DCMARK_STATIC_DEFINE
@@ -34,7 +34,7 @@ set(CMAKE_C_TARGET_INCLUDE_PATH
34
34
 
35
35
  # Pairs of files generated by the same build rule.
36
36
  set(CMAKE_MULTIPLE_OUTPUT_PAIRS
37
- "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/libcmark.dylib" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/libcmark.0.25.2.dylib"
37
+ "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/libcmark.dylib" "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src/libcmark.0.26.1.dylib"
38
38
  )
39
39
 
40
40
 
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.6
3
3
 
4
4
  # Delete rule output on recipe failure.
5
5
  .DELETE_ON_ERROR:
@@ -34,10 +34,10 @@ cmake_force:
34
34
  SHELL = /bin/sh
35
35
 
36
36
  # The CMake executable.
37
- CMAKE_COMMAND = /usr/local/Cellar/cmake/3.5.2/bin/cmake
37
+ CMAKE_COMMAND = /usr/local/Cellar/cmake/3.6.0_1/bin/cmake
38
38
 
39
39
  # The command to remove a file.
40
- RM = /usr/local/Cellar/cmake/3.5.2/bin/cmake -E remove -f
40
+ RM = /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E remove -f
41
41
 
42
42
  # Escaping for special characters.
43
43
  EQUALS = =
@@ -538,32 +538,32 @@ libcmark_OBJECTS = \
538
538
  # External object files for target libcmark
539
539
  libcmark_EXTERNAL_OBJECTS =
540
540
 
541
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/cmark.c.o
542
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/node.c.o
543
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/iterator.c.o
544
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/blocks.c.o
545
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/inlines.c.o
546
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/scanners.c.o
547
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/utf8.c.o
548
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/buffer.c.o
549
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/references.c.o
550
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/render.c.o
551
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/man.c.o
552
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/xml.c.o
553
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/html.c.o
554
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/commonmark.c.o
555
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/latex.c.o
556
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/houdini_href_e.c.o
557
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/houdini_html_e.c.o
558
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/houdini_html_u.c.o
559
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/cmark_ctype.c.o
560
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/build.make
561
- src/libcmark.0.25.2.dylib: src/CMakeFiles/libcmark.dir/link.txt
541
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/cmark.c.o
542
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/node.c.o
543
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/iterator.c.o
544
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/blocks.c.o
545
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/inlines.c.o
546
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/scanners.c.o
547
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/utf8.c.o
548
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/buffer.c.o
549
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/references.c.o
550
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/render.c.o
551
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/man.c.o
552
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/xml.c.o
553
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/html.c.o
554
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/commonmark.c.o
555
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/latex.c.o
556
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/houdini_href_e.c.o
557
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/houdini_html_e.c.o
558
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/houdini_html_u.c.o
559
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/cmark_ctype.c.o
560
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/build.make
561
+ src/libcmark.0.26.1.dylib: src/CMakeFiles/libcmark.dir/link.txt
562
562
  @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Linking C shared library libcmark.dylib"
563
563
  cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libcmark.dir/link.txt --verbose=$(VERBOSE)
564
- cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && $(CMAKE_COMMAND) -E cmake_symlink_library libcmark.0.25.2.dylib libcmark.0.25.2.dylib libcmark.dylib
564
+ cd /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/src && $(CMAKE_COMMAND) -E cmake_symlink_library libcmark.0.26.1.dylib libcmark.0.26.1.dylib libcmark.dylib
565
565
 
566
- src/libcmark.dylib: src/libcmark.0.25.2.dylib
566
+ src/libcmark.dylib: src/libcmark.0.26.1.dylib
567
567
  @$(CMAKE_COMMAND) -E touch_nocreate src/libcmark.dylib
568
568
 
569
569
  # Rule to build all files generated by this target.
@@ -20,7 +20,7 @@ file(REMOVE_RECURSE
20
20
  "CMakeFiles/libcmark.dir/cmark_ctype.c.o"
21
21
  "libcmark_dll.pdb"
22
22
  "libcmark.dylib"
23
- "libcmark.0.25.2.dylib"
23
+ "libcmark.0.26.1.dylib"
24
24
  )
25
25
 
26
26
  # Per-language clean rules from dependency scanning.
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.6
3
3
 
4
4
  # compile C with /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
5
5
  C_FLAGS = -fPIC -fvisibility=hidden -Wall -Wextra -std=c99 -pedantic -O3 -DNDEBUG -fPIC
@@ -1 +1 @@
1
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -Wall -Wextra -std=c99 -pedantic -O3 -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 0.25.2 -current_version 0.25.2 -o libcmark.0.25.2.dylib -install_name @rpath/libcmark.0.25.2.dylib CMakeFiles/libcmark.dir/cmark.c.o CMakeFiles/libcmark.dir/node.c.o CMakeFiles/libcmark.dir/iterator.c.o CMakeFiles/libcmark.dir/blocks.c.o CMakeFiles/libcmark.dir/inlines.c.o CMakeFiles/libcmark.dir/scanners.c.o CMakeFiles/libcmark.dir/utf8.c.o CMakeFiles/libcmark.dir/buffer.c.o CMakeFiles/libcmark.dir/references.c.o CMakeFiles/libcmark.dir/render.c.o CMakeFiles/libcmark.dir/man.c.o CMakeFiles/libcmark.dir/xml.c.o CMakeFiles/libcmark.dir/html.c.o CMakeFiles/libcmark.dir/commonmark.c.o CMakeFiles/libcmark.dir/latex.c.o CMakeFiles/libcmark.dir/houdini_href_e.c.o CMakeFiles/libcmark.dir/houdini_html_e.c.o CMakeFiles/libcmark.dir/houdini_html_u.c.o CMakeFiles/libcmark.dir/cmark_ctype.c.o
1
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -Wall -Wextra -std=c99 -pedantic -O3 -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 0.26.1 -current_version 0.26.1 -o libcmark.0.26.1.dylib -install_name @rpath/libcmark.0.26.1.dylib CMakeFiles/libcmark.dir/cmark.c.o CMakeFiles/libcmark.dir/node.c.o CMakeFiles/libcmark.dir/iterator.c.o CMakeFiles/libcmark.dir/blocks.c.o CMakeFiles/libcmark.dir/inlines.c.o CMakeFiles/libcmark.dir/scanners.c.o CMakeFiles/libcmark.dir/utf8.c.o CMakeFiles/libcmark.dir/buffer.c.o CMakeFiles/libcmark.dir/references.c.o CMakeFiles/libcmark.dir/render.c.o CMakeFiles/libcmark.dir/man.c.o CMakeFiles/libcmark.dir/xml.c.o CMakeFiles/libcmark.dir/html.c.o CMakeFiles/libcmark.dir/commonmark.c.o CMakeFiles/libcmark.dir/latex.c.o CMakeFiles/libcmark.dir/houdini_href_e.c.o CMakeFiles/libcmark.dir/houdini_html_e.c.o CMakeFiles/libcmark.dir/houdini_html_u.c.o CMakeFiles/libcmark.dir/cmark_ctype.c.o
@@ -461,8 +461,4 @@ stdio.h
461
461
  -
462
462
  stdarg.h
463
463
  -
464
- BaseTsd.h
465
- -
466
- sys/types.h
467
- -
468
464
 
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.6
3
3
 
4
4
  # Delete rule output on recipe failure.
5
5
  .DELETE_ON_ERROR:
@@ -34,10 +34,10 @@ cmake_force:
34
34
  SHELL = /bin/sh
35
35
 
36
36
  # The CMake executable.
37
- CMAKE_COMMAND = /usr/local/Cellar/cmake/3.5.2/bin/cmake
37
+ CMAKE_COMMAND = /usr/local/Cellar/cmake/3.6.0_1/bin/cmake
38
38
 
39
39
  # The command to remove a file.
40
- RM = /usr/local/Cellar/cmake/3.5.2/bin/cmake -E remove -f
40
+ RM = /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E remove -f
41
41
 
42
42
  # Escaping for special characters.
43
43
  EQUALS = =
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.6
3
3
 
4
4
  src/CMakeFiles/libcmark_static.dir/blocks.c.o
5
5
  /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/src/blocks.c
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.6
3
3
 
4
4
  src/CMakeFiles/libcmark_static.dir/blocks.c.o: ../src/blocks.c
5
5
  src/CMakeFiles/libcmark_static.dir/blocks.c.o: ../src/buffer.h
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.6
3
3
 
4
4
  # compile C with /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
5
5
  C_FLAGS = -fPIC -fvisibility=hidden -Wall -Wextra -std=c99 -pedantic -O3 -DNDEBUG -fPIC -DCMARK_STATIC_DEFINE