mirror of
				https://github.com/red0124/ssp.git
				synced 2025-11-04 06:36:45 +01:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			206a1fca6f
			...
			e509104b33
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					e509104b33 | ||
| 
						 | 
					2c1581ba70 | 
							
								
								
									
										16
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								README.md
									
									
									
									
									
								
							@ -9,14 +9,14 @@
 | 
			
		||||
 | 
			
		||||
[](https://opensource.org/licenses/MIT)
 | 
			
		||||
[](https://coveralls.io/github/red0124/ssp?branch=master)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/fuzz.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/single-header.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/ubuntu-latest-gcc.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/ubuntu-latest-clang.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/win-msys2-gcc.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/win-msys2-clang.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/win-msvc.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/macos-apple-clang.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/fuzz.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/single-header.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/ubuntu-latest-gcc.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/ubuntu-latest-clang.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/win-msys2-gcc.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/win-msys2-clang.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/win-msvc.yml)
 | 
			
		||||
[](https://github.com/red0124/ssp/actions/workflows/macos-apple-clang.yml)
 | 
			
		||||
 | 
			
		||||
A header only CSV parser which is fast and versatile with modern C++ API. Requires compiler with C++17 support. [Can also be used to efficiently convert strings to specific types.](#the-converter)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,23 +0,0 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# SPDX-FileCopyrightText: 2020 Intel Corporation
 | 
			
		||||
#
 | 
			
		||||
# SPDX-License-Identifier: MIT
 | 
			
		||||
 | 
			
		||||
URL=$1
 | 
			
		||||
COMPONENTS=$2
 | 
			
		||||
 | 
			
		||||
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
 | 
			
		||||
chmod +x webimage.sh
 | 
			
		||||
./webimage.sh -x -f webimage_extracted --log extract.log
 | 
			
		||||
rm -rf webimage.sh
 | 
			
		||||
WEBIMAGE_NAME=$(ls -1 webimage_extracted/)
 | 
			
		||||
if [ -z "$COMPONENTS" ]; then
 | 
			
		||||
  webimage_extracted/"$WEBIMAGE_NAME"/bootstrapper -s --action install --eula=accept --continue-with-optional-error=yes --log-dir=.
 | 
			
		||||
  installer_exit_code=$?
 | 
			
		||||
else
 | 
			
		||||
  webimage_extracted/"$WEBIMAGE_NAME"/bootstrapper -s --action install --components="$COMPONENTS" --eula=accept --continue-with-optional-error=yes --log-dir=.
 | 
			
		||||
  installer_exit_code=$?
 | 
			
		||||
fi
 | 
			
		||||
rm -rf webimage_extracted
 | 
			
		||||
exit $installer_exit_code
 | 
			
		||||
@ -1,11 +0,0 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# SPDX-FileCopyrightText: 2020 Intel Corporation
 | 
			
		||||
#
 | 
			
		||||
# SPDX-License-Identifier: MIT
 | 
			
		||||
 | 
			
		||||
#shellcheck disable=SC2010
 | 
			
		||||
LATEST_VERSION=$(ls -1 /opt/intel/oneapi/compiler/ | grep -v latest | sort | tail -1)
 | 
			
		||||
# shellcheck source=/dev/null
 | 
			
		||||
source /opt/intel/oneapi/compiler/"$LATEST_VERSION"/env/vars.sh
 | 
			
		||||
CXX=dpcpp
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user