Skip to content

Commit

Permalink
Drop function aliases, deprecated since 0.10.1.
Browse files Browse the repository at this point in the history
Closes #98, closes #102. See also #97.
  • Loading branch information
PMeira committed Sep 30, 2021
1 parent 2e7365d commit 031a9b2
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 42 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ __recovery
*.stat
*.dproj.local
__history
.vscode
2 changes: 0 additions & 2 deletions build/build_linux_arm32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ if [ ! -d "build/units_arm32" ]; then
mkdir build/units_arm32
fi
fpc @src/linux-arm32.cfg -B src/dss_capi.lpr
bash build/custom_link.sh lib/linux_arm32
fpc @src/linux-arm32-dbg.cfg -B src/dss_capid.lpr
bash build/custom_link.sh lib/linux_arm32

mkdir -p release/dss_capi/lib
cp -R lib/linux_arm32 release/dss_capi/lib/linux_arm32
Expand Down
2 changes: 0 additions & 2 deletions build/build_linux_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ if [ ! -d "build/units_arm64" ]; then
mkdir build/units_arm64
fi
fpc @src/linux-arm64.cfg -B src/dss_capi.lpr
bash build/custom_link.sh lib/linux_arm64
fpc @src/linux-arm64-dbg.cfg -B src/dss_capid.lpr
bash build/custom_link.sh lib/linux_arm64

mkdir -p release/dss_capi/lib
cp -R lib/linux_arm64 release/dss_capi/lib/linux_arm64
Expand Down
2 changes: 0 additions & 2 deletions build/build_linux_x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ if [ ! -d "build/units_x64" ]; then
mkdir build/units_x64
fi
fpc -Px86_64 @src/linux-x64.cfg -B src/dss_capi.lpr
bash build/custom_link.sh lib/linux_x64
fpc -Px86_64 @src/linux-x64-dbg.cfg -B src/dss_capid.lpr
bash build/custom_link.sh lib/linux_x64

mkdir -p release/dss_capi/lib
cp -R lib/linux_x64 release/dss_capi/lib/linux_x64
Expand Down
2 changes: 0 additions & 2 deletions build/build_linux_x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ if [ ! -d "build/units_x86" ]; then
mkdir build/units_x86
fi
fpc -Pi386 @src/linux-x86.cfg -B src/dss_capi.lpr
bash build/custom_link.sh lib/linux_x86
fpc -Pi386 @src/linux-x86-dbg.cfg -B src/dss_capid.lpr
bash build/custom_link.sh lib/linux_x86

mkdir -p release/dss_capi/lib
cp -R lib/linux_x86 release/dss_capi/lib/linux_x86
Expand Down
2 changes: 0 additions & 2 deletions build/build_macos_x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if [ ! -d "build/units_x64" ]; then
mkdir build/units_x64
fi
fpc -Px86_64 @src/darwin-x64.cfg -B src/dss_capi.lpr
bash build/custom_link.sh lib/darwin_x64

# Make the lib look in the same folder for KLUSolve
DSS_CAPI_LIB="lib/darwin_x64/libdss_capi.dylib"
Expand All @@ -20,7 +19,6 @@ install_name_tool -change "$CURRENT_LIBKLUSOLVE" "$NEW_LIBKLUSOLVE" "$DSS_CAPI_L
install_name_tool -id "@loader_path/./libdss_capi.dylib" "$DSS_CAPI_LIB"

fpc -Px86_64 @src/darwin-x64-dbg.cfg -B src/dss_capid.lpr
bash build/custom_link.sh lib/darwin_x64

# Make the lib look in the same folder for KLUSolve
DSS_CAPI_LIB="lib/darwin_x64/libdss_capid.dylib"
Expand Down
20 changes: 0 additions & 20 deletions build/custom_link.sh

This file was deleted.

1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ This version still maintains basic compatibility with the 0.10.x series of relea
- Some new functions:
- `Circuit_Get_ElementLosses`
- `CktElement_Get_NodeRef`
- Drop function aliases: previously deprecated function aliases (`LoadShapes_Set_Sinterval` and `LoadShapes_Get_sInterval`) were removed to simplify the build process. Use `LoadShapes_Set_SInterval` and `LoadShapes_Get_SInterval` instead.

Due to the high number of IO changes, we recommend checking the performance before and after the upgrade to ensure your use case is not affected negatively. If issues are found, please do report.

Expand Down
1 change: 0 additions & 1 deletion src/darwin-x64-dbg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
-k-lc
-k-lm
-k-lklusolve
-sh
1 change: 0 additions & 1 deletion src/darwin-x64.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
-k-lc
-k-lm
-k-lklusolve
-sh
2 changes: 0 additions & 2 deletions src/darwin_alias_list.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/linux-arm32-dbg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
-k-Llib/linux_arm32
-k-lklusolve
-k-R$ORIGIN/.
-sh
1 change: 0 additions & 1 deletion src/linux-arm32.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
-k-Llib/linux_arm32
-k-lklusolve
-k-R$ORIGIN/.
-sh
1 change: 0 additions & 1 deletion src/linux-arm64-dbg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
-k-Llib/linux_arm64
-k-lklusolve
-k-R$ORIGIN/.
-sh
1 change: 0 additions & 1 deletion src/linux-arm64.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
-k-Llib/linux_arm64
-k-lklusolve
-k-R$ORIGIN/.
-sh
1 change: 0 additions & 1 deletion src/linux-x64-dbg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
-k-Llib/linux_x64
-k-lklusolve
-k-R$ORIGIN/.
-sh
1 change: 0 additions & 1 deletion src/linux-x64.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
-k-Llib/linux_x64
-k-lklusolve
-k-R$ORIGIN/.
-sh
1 change: 0 additions & 1 deletion src/linux-x86-dbg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
-k-Llib/linux_x86
-k-lklusolve
-k-R$ORIGIN/.
-sh
1 change: 0 additions & 1 deletion src/linux-x86.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
-k-Llib/linux_x86
-k-lklusolve
-k-R$ORIGIN/.
-sh

0 comments on commit 031a9b2

Please sign in to comment.