Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
11fafdf
updating to vs143
bdcbqa314159 Apr 21, 2025
f723e85
updating the excel sdk api
bdcbqa314159 Apr 21, 2025
08350db
adding some include and using to make the compilation possible
bdcbqa314159 Apr 21, 2025
a0f47bd
updating to vs143 - bis
bdcbqa314159 Apr 21, 2025
16f60dc
updating excel bin and books
bdcbqa314159 Apr 21, 2025
58be890
cmake support for msvc first
bdcbqa314159 Apr 21, 2025
0ab3863
allowing the txt files again
bdcbqa314159 Apr 21, 2025
150ffdf
adding cmake support for msvc
bdcbqa314159 Apr 21, 2025
53e18df
checking excel book with new xll
bdcbqa314159 Apr 21, 2025
0056aa1
Merge pull request #1 from bdcbqa314159/develop_cmake_support
bdcbqa314159 Apr 21, 2025
9d6d1b3
updating the xll
bdcbqa314159 Apr 21, 2025
684280a
updating cmake entry file
bdcbqa314159 Apr 21, 2025
e7df4d5
adding cmake structure
bdcbqa314159 Apr 21, 2025
7a6ff4e
cmake includes separation
bdcbqa314159 Apr 21, 2025
ab05d09
cmake sources separation
bdcbqa314159 Apr 21, 2025
3bfa8aa
adding cmake structure
bdcbqa314159 Apr 21, 2025
70baeff
updating excel binary and book
bdcbqa314159 Apr 21, 2025
645f488
Merge pull request #2 from bdcbqa314159/develop_cmake_structure
bdcbqa314159 Apr 21, 2025
9447c29
adding the separation of aad core library - excel sdk api and aad exc…
bdcbqa314159 Apr 21, 2025
3f2bc84
updating excel binary and book
bdcbqa314159 Apr 21, 2025
7bc5683
separation from aad core library - excel sdk api library and aad exce…
bdcbqa314159 Apr 21, 2025
b8f80e7
Merge pull request #3 from bdcbqa314159/develop_cmake_xl_interface
bdcbqa314159 Apr 21, 2025
03a5b41
adding include headers
bdcbqa314159 Apr 21, 2025
0ec06bd
adding common includes
bdcbqa314159 Apr 21, 2025
06883c5
adding the possibility to create dynamic interfaces linked to the cor…
bdcbqa314159 Apr 21, 2025
0cd31fd
Merge pull request #4 from bdcbqa314159/develop_cmake_cross_platform_…
bdcbqa314159 Apr 21, 2025
d2fd2b9
updating .gitignore
bdcbqa314159 Apr 21, 2025
3ab837a
updating some missing std::
bdcbqa314159 Apr 21, 2025
593caca
updating some names as unix system is strong typed with filenames
bdcbqa314159 Apr 21, 2025
34608ed
correcting some static calls
bdcbqa314159 Apr 21, 2025
c24a651
updating some names as unix system is strong typed with filenames - bis
bdcbqa314159 Apr 21, 2025
ab3bb35
updating some missing std:: - bis
bdcbqa314159 Apr 21, 2025
da7132f
adding some notes to have some commands handy
bdcbqa314159 Apr 21, 2025
8566761
making sure that fixes for clang-macos do not break the xll productio…
bdcbqa314159 Apr 21, 2025
9e16bf9
correcting some includes
bdcbqa314159 Apr 21, 2025
fd4d663
correcting some includes - still
bdcbqa314159 Apr 21, 2025
ea03b8e
changes checked with msvc build - all good
bdcbqa314159 Apr 21, 2025
d7ad727
correcting some includes, reformatting some code and adding some miss…
bdcbqa314159 Apr 21, 2025
9eae41c
changes checked with msvc build - all good
bdcbqa314159 Apr 21, 2025
3462a81
correcting some includes and reformatting some code
bdcbqa314159 Apr 22, 2025
84a0745
changes checked with msvc build - all good
bdcbqa314159 Apr 22, 2025
2f54028
last batch of corrections asked by clang
bdcbqa314159 Apr 22, 2025
ede2d54
changes checked with msvc build - all good
bdcbqa314159 Apr 22, 2025
606f21d
Merge pull request #5 from bdcbqa314159/develop_cmake_clang_macos
bdcbqa314159 Apr 22, 2025
9f1cb2c
dealing with memset
bdcbqa314159 Apr 22, 2025
b846e28
dealing with memset
bdcbqa314159 Apr 22, 2025
57adc9f
dealing with a remaining static call
bdcbqa314159 Apr 22, 2025
8c72b21
dealing with condition_variable
bdcbqa314159 Apr 22, 2025
d171245
dealing with functional
bdcbqa314159 Apr 22, 2025
06188fb
get the template specialization done
bdcbqa314159 Apr 22, 2025
4ad65b2
inline the definition as in windows it could lead to multiple symbols…
bdcbqa314159 Apr 22, 2025
ba9d2d1
changes checked with msvc build - all good now
bdcbqa314159 Apr 22, 2025
a7bbe54
Merge pull request #6 from bdcbqa314159/develop_cmake_gcc_linux
bdcbqa314159 Apr 22, 2025
a787e90
checking excel books and xll with latest config - ok
bdcbqa314159 Apr 24, 2025
e7fcf76
checking backwards comp with v142 and v141, both with std c++20 - add…
bdcbqa314159 Apr 24, 2025
a151f36
Merge pull request #7 from bdcbqa314159/develop_win_backwards_compati…
bdcbqa314159 Apr 24, 2025
5fda0b2
cleanup and updating README
bdcbqa314159 Apr 24, 2025
9e9dd1b
Merge pull request #8 from bdcbqa314159/develop_cleanup
bdcbqa314159 Apr 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,15 @@ $RECYCLE.BIN/
*.*.*.bak
*.*.*.*.bak
*.*.*.*.*.bak
*.txt

*.db
*.opendb
*.*.opendb
*.*.*.opendb
*.*.*.*.opendb

build
out
.cache
.vscode
build_v*
Loading