Closes #1919.
/VERSION
/COLLECTION
-lib/rxspencer/re
-lib/rxspencer/*.oo
-
cmd/gvedit/moc_csettings.cpp
cmd/gvedit/moc_imageviewer.cpp
cmd/gvedit/moc_mainwindow.cpp
cmd/gvedit/.qmake.stash
cmd/gvedit/moc_predefs.h
cmd/smyrna/gui/.dirstamp
-lib/rxspencer/regex.h
tclpkg/**/pkgIndex.tcl
tclpkg/gv/runtime.h
tclpkg/gv/SWIGTYPE*
### Changed
- The edges in JSON output are ordered now !1728
+- remove regex usage #1919
+- RxSpencer is no longer a dependency on Windows
### Fixed
- Fix gvpr -? to actually print usage and exit non-zero
if (WIN32)
# Find Windows specific dependencies
- find_package(RxSpencer REQUIRED)
# Find DLLs on Windows
find_program(EXPAT_RUNTIME_LIBRARIES NAMES libexpat.dll expat.dll)
+++ /dev/null
-find_path(RxSpencer_INCLUDE_DIR regex.h)
-find_library(RxSpencer_LIBRARY NAMES rxspencer)
-
-include(FindPackageHandleStandardArgs)
-find_package_handle_standard_args(RxSpencer DEFAULT_MSG
- RxSpencer_LIBRARY
- RxSpencer_INCLUDE_DIR
-)
-
-set(RxSpencer_INCLUDE_DIRS ${RxSpencer_INCLUDE_DIR})
-set(RxSpencer_LIBRARIES ${RxSpencer_LIBRARY})
<DataExecutionPrevention />
<TargetMachine>MachineX86</TargetMachine>
<ModuleDefinitionFile>$(SolutionDir)lib\gvc\gvc.def</ModuleDefinitionFile>
- <AdditionalDependencies>cdt.lib;cgraph.lib;xml2.lib;expat.lib;zlib.lib;rxspencer.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>cdt.lib;cgraph.lib;xml2.lib;expat.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PreBuildEvent>
<Command>win_bison -dy -Wno-yacc common\htmlparse.y -o common\htmlparse.c
<DataExecutionPrevention />
<TargetMachine>MachineX86</TargetMachine>
<ModuleDefinitionFile>$(SolutionDir)lib\gvc\gvc.def</ModuleDefinitionFile>
- <AdditionalDependencies>cdt.lib;cgraph.lib;xml2.lib;expat.lib;zlib.lib;rxspencer.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>cdt.lib;cgraph.lib;xml2.lib;expat.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PreBuildEvent>
<Command>win_bison -dy -Wno-yacc common\htmlparse.y -o common\htmlparse.c
${GRAPHVIZ_LIB_DIR}/common
${GRAPHVIZ_LIB_DIR}/pathplan
${LTDL_INCLUDE_DIRS}
- ${RxSpencer_INCLUDE_DIRS}
)
target_link_libraries(gvc PRIVATE
pathplan
xdot
${EXPAT_LIBRARIES}
- ${RxSpencer_LIBRARIES}
${ZLIB_LIBRARIES}
${MATH_LIB}
)