Skip to content

Commit

Permalink
Update POCO C++ Libraries to 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed May 6, 2024
1 parent d7ed22c commit f5e2e26
Show file tree
Hide file tree
Showing 2,359 changed files with 160,768 additions and 295,662 deletions.
33 changes: 33 additions & 0 deletions Externals/poco/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.txt text
*.cpp text
*.c text
*.h text
*.cmd text
*.sln text
*.vcproj text
*.vcxproj text
*.vcxproj.filters text
*.page text
*.html text
*.xhtml text
*.css text
*.js text
*.progen text
*.xml text
*.xsd text
*.template text
*.properties text
*.ini text
*.vxbuild text

# Denote all files that are truly binary and should not be modified.
*.bin binary
*.mc binary
*.png binary
*.jpg binary
*.gif binary
171 changes: 171 additions & 0 deletions Externals/poco/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
# Compiled #
############
*.com
*.class
*.dll
*.dylib
*.exe
*.slo
*.lo
*.o
*.so
*.lai
*.la
*.a
*.d
*.vsp
*.psess

# Gradle #
##########
!gradle.properties
!settings.gradle
!build.gradle
!build.gradle.win
!travis/.gradle/gradle.properties
.gradle/
**/guild/
coverage/

# NuGet #
#########
*.nupkg

# WiX #
#######
*.msi
*.wixobj
*.wixpdb

# Make #
########
config.build
config.make

# CLion #
########
.idea/

# CMake #
########
cmake_install.cmake
cmake_uninstall.cmake
CMakeFiles
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake
cmake_*
cmake-build-*

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log*
*.sqlite
*.db
test*.txt
XML/testsuite/rss.xml

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
*~

# VS generated files #
######################
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.ipch
*.ncb
*.suo
*.sdf
*.opensdf
*.tlb
*.tlh
*.ilk
*.lib
*.exp
*.idb
*.rc
*.res
*.manifest
*.tlog
*.lastbuildstate
*.unsuccessfulbuild
*.opendb
.vs/
release_shared/
debug_shared/
release_static/
debug_static/
release_static_md/
debug_static_md/
release_static_mt/
debug_static_mt/
bin/
bin64/
lib/
lib64/
pocomsg.h
**/UpgradeLog*.XML
.vs/
vcpkg_installed/

# Eclipse generated files #
###########################
.project
.cproject
.settings
cmake-build/

# Temporary files #
###################
*.bak
stage/
releases/
poco_build_stderr.out

# vim #
#######
*.orig
*.swp
*.vim
tags

# Javascript #
##############
package-lock.json
node_modules

# Old Visual Studio files #
###########################
*_vs1[45]0.sln
*_vs1[45]0.vcxproj
*_vs1[45]0.vcxproj.filters

# Debug files #
##############
*.core
File renamed without changes.
Loading

0 comments on commit f5e2e26

Please sign in to comment.