CMake Configuration for Asio Basic Library and Tests
cppcon_add_library(basic LIBRARIES Asio::asio) add_subdirectory(tests)0 码力 | 1 页 | 71.00 B | 5 月前3CMakeLists.txt
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) find_package(Catch2) include(GNUInstallDirs) if(Catch2_FOUND) enable_testing() endif() include(cmake/Functions.cmake) add_subdirectory(src)0 码力 | 1 页 | 625.00 B | 5 月前3Catch2
set(CMAKE_CXX_STANDARD 11) add_library(${PROJECT_NAME} INTERFACE) target_include_directories(${PROJECT_NAME} INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include) # Mimic the library names in Catch2's add_library(Catch2::Catch2 ALIAS Catch2) # This one is historical, left over from when ApprovalTests.cpp was first created. # We could encourage users to move away from it. add_library(catch20 码力 | 1 页 | 519.00 B | 5 月前3Spring Framework 2.0.3 Changelog
in "spring-context.jar", with only Quartz support added in "spring-support.jar" * all checks for library presence are explicitly performed with Spring's own ClassLoader (not the application's) * overall added "messageArgs" and "messageArgsText" macros to the "spring.ftl" FreeMarker macro template library Changes in version 2.0.2 (8.1.2007) ----------------------------------- General * fixed spring-beans UrlPathHelper, detecting the Servlet 2.4 request URI attribute in a forward * refined JSP form tag library Changes in version 2.0 M4 (23.4.2006) ------------------------------------- General * included0 码力 | 49 页 | 138.10 KB | 1 年前3Spring Framework 2.5.0 Changelog
resolves arguments in default text even if no message code was specified * JSP tags in the form tag library default to htmlEscape=true in case of no defaultHtmlEscape setting given * added support for Tiles2 in "spring-context.jar", with only Quartz support added in "spring-support.jar" * all checks for library presence are explicitly performed with Spring's own ClassLoader (not the application's) * overall added "messageArgs" and "messageArgsText" macros to the "spring.ftl" FreeMarker macro template library Changes in version 2.0.2 (2007-01-08) ------------------------------------- General * fixed spring-beans0 码力 | 78 页 | 221.83 KB | 1 年前3Spring Framework 2.5.1 Changelog
resolves arguments in default text even if no message code was specified * JSP tags in the form tag library default to htmlEscape=true in case of no defaultHtmlEscape setting given * added support for Tiles2 in "spring-context.jar", with only Quartz support added in "spring-support.jar" * all checks for library presence are explicitly performed with Spring's own ClassLoader (not the application's) * overall added "messageArgs" and "messageArgsText" macros to the "spring.ftl" FreeMarker macro template library Changes in version 2.0.2 (2007-01-08) ------------------------------------- General * fixed spring-beans0 码力 | 84 页 | 239.53 KB | 1 年前3Spring Framework 2.0.4 Changelog
in "spring-context.jar", with only Quartz support added in "spring-support.jar" * all checks for library presence are explicitly performed with Spring's own ClassLoader (not the application's) * overall added "messageArgs" and "messageArgsText" macros to the "spring.ftl" FreeMarker macro template library Changes in version 2.0.2 (2007-01-08) ------------------------------------- General * fixed spring-beans UrlPathHelper, detecting the Servlet 2.4 request URI attribute in a forward * refined JSP form tag library Changes in version 2.0 M4 (23.4.2006) ------------------------------------- General * included0 码力 | 52 页 | 148.51 KB | 1 年前3Spring Framework 2.0.5 Changelog
in "spring-context.jar", with only Quartz support added in "spring-support.jar" * all checks for library presence are explicitly performed with Spring's own ClassLoader (not the application's) * overall added "messageArgs" and "messageArgsText" macros to the "spring.ftl" FreeMarker macro template library Changes in version 2.0.2 (2007-01-08) ------------------------------------- General * fixed spring-beans UrlPathHelper, detecting the Servlet 2.4 request URI attribute in a forward * refined JSP form tag library Changes in version 2.0 M4 (23.4.2006) ------------------------------------- General * included0 码力 | 56 页 | 157.72 KB | 1 年前3Spring Framework 2.0.6 Changelog
in "spring-context.jar", with only Quartz support added in "spring-support.jar" * all checks for library presence are explicitly performed with Spring's own ClassLoader (not the application's) * overall added "messageArgs" and "messageArgsText" macros to the "spring.ftl" FreeMarker macro template library Changes in version 2.0.2 (2007-01-08) ------------------------------------- General * fixed spring-beans UrlPathHelper, detecting the Servlet 2.4 request URI attribute in a forward * refined JSP form tag library Changes in version 2.0 M4 (23.4.2006) ------------------------------------- General * included0 码力 | 57 页 | 161.42 KB | 1 年前3Spring Framework 2.5.2 Changelog
resolves arguments in default text even if no message code was specified * JSP tags in the form tag library default to htmlEscape=true in case of no defaultHtmlEscape setting given * added support for Tiles2 in "spring-context.jar", with only Quartz support added in "spring-support.jar" * all checks for library presence are explicitly performed with Spring's own ClassLoader (not the application's) * overall added "messageArgs" and "messageArgsText" macros to the "spring.ftl" FreeMarker macro template library Changes in version 2.0.2 (2007-01-08) ------------------------------------- General * fixed spring-beans0 码力 | 91 页 | 260.30 KB | 1 年前3
共 76 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8