Bump liddoc and libdparse versions
This commit is contained in:
parent
7809598da0
commit
2400d9c9e7
2
dub.json
2
dub.json
|
@ -16,7 +16,7 @@
|
||||||
"dsymbol" : ">=0.11.3 <0.12.0",
|
"dsymbol" : ">=0.11.3 <0.12.0",
|
||||||
"inifiled" : "~>1.3.1",
|
"inifiled" : "~>1.3.1",
|
||||||
"emsi_containers" : "~>0.8.0",
|
"emsi_containers" : "~>0.8.0",
|
||||||
"libddoc" : "~>0.7.3",
|
"libddoc" : "~>0.8.0",
|
||||||
"stdx-allocator" : "~>2.77.5"
|
"stdx-allocator" : "~>2.77.5"
|
||||||
},
|
},
|
||||||
"targetPath" : "bin",
|
"targetPath" : "bin",
|
||||||
|
|
2
libddoc
2
libddoc
|
@ -1 +1 @@
|
||||||
Subproject commit 9cf851e4476bdadccd96f3589e16ab9f9881c76d
|
Subproject commit fbbfb8245728484e5f96d717994d4b404a9789a4
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6f0893f6b07ec561d382f26c81e74f7788056828
|
Subproject commit fbdf71b929a9f9bc982d0204f921371806e5d412
|
2
makefile
2
makefile
|
@ -13,6 +13,7 @@ LIB_SRC := \
|
||||||
$(shell find libdparse/src/std/experimental/ -name "*.d")\
|
$(shell find libdparse/src/std/experimental/ -name "*.d")\
|
||||||
$(shell find libdparse/src/dparse/ -name "*.d")\
|
$(shell find libdparse/src/dparse/ -name "*.d")\
|
||||||
$(shell find libddoc/src -name "*.d") \
|
$(shell find libddoc/src -name "*.d") \
|
||||||
|
$(shell find libddoc/common/source -name "*.d") \
|
||||||
$(shell find stdx-allocator/source -name "*.d")
|
$(shell find stdx-allocator/source -name "*.d")
|
||||||
PROJECT_SRC := $(shell find src/ -name "*.d")
|
PROJECT_SRC := $(shell find src/ -name "*.d")
|
||||||
SRC := $(LIB_SRC) $(PROJECT_SRC)
|
SRC := $(LIB_SRC) $(PROJECT_SRC)
|
||||||
|
@ -23,6 +24,7 @@ INCLUDE_PATHS = \
|
||||||
-Idsymbol/src \
|
-Idsymbol/src \
|
||||||
-Icontainers/src \
|
-Icontainers/src \
|
||||||
-Ilibddoc/src \
|
-Ilibddoc/src \
|
||||||
|
-Ilibddoc/common/source \
|
||||||
-Istdx-allocator/source
|
-Istdx-allocator/source
|
||||||
VERSIONS =
|
VERSIONS =
|
||||||
DEBUG_VERSIONS = -version=dparse_verbose
|
DEBUG_VERSIONS = -version=dparse_verbose
|
||||||
|
|
Loading…
Reference in New Issue