Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Districts : simplifying the code #2279

Merged
merged 42 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
6015a25
sets byIndex
payetvin Jul 18, 2024
67ba855
sets namebyIndex
payetvin Jul 18, 2024
4bdf895
correlation montlhy
payetvin Jul 18, 2024
404c817
correlation annual
payetvin Jul 18, 2024
680cb2e
small refactor in correlation
payetvin Jul 18, 2024
2da0e70
atsp tmparray
payetvin Jul 18, 2024
05aaac0
scenario rules
payetvin Jul 19, 2024
065acfb
xcast in ts generator
payetvin Jul 19, 2024
7438946
Revert "xcast in ts generator"
payetvin Jul 19, 2024
fc5d298
use make_shared for sets
payetvin Jul 19, 2024
978f04b
Merge branch 'develop' into feature/remove-new
payetvin Jul 19, 2024
b9bf04a
link info in cbuilder
payetvin Jul 19, 2024
7b6310c
thermal cluster prepro
payetvin Jul 19, 2024
b103fd7
format
payetvin Jul 19, 2024
7673fe9
Use unique_ptr
JasonMarechal25 Jul 22, 2024
83ec498
Remove this
JasonMarechal25 Jul 22, 2024
b1cc714
Use unique_ptr
JasonMarechal25 Jul 22, 2024
ed80dae
Remove dynamic allocations (#2275)
JasonMarechal25 Jul 22, 2024
d1c32f4
Simplify districts : remove useless setsOfLinks.
guilpier-code Jul 22, 2024
98169b6
Use uniqie_ptr
JasonMarechal25 Jul 22, 2024
ec17e72
Fix build
JasonMarechal25 Jul 22, 2024
58de3f2
Fix potential access violation (#2278)
JasonMarechal25 Jul 22, 2024
48a2246
Simplify districts : remove useless templates of class Sets
guilpier-code Jul 22, 2024
597177c
Merge branch 'feature/remove-new' into fix/simplify-districts
JasonMarechal25 Jul 22, 2024
3b2e9c6
Simplify districts : move set handler were it belongs (from Study to …
guilpier-code Jul 23, 2024
faf1d72
Simplify districts : remove all trace of template in class Sets, not …
guilpier-code Jul 23, 2024
c3a2cb5
Simplify districts : formatting
guilpier-code Jul 23, 2024
c5820ab
Simplify districts : renaming + make an add(...) function more simple
guilpier-code Jul 24, 2024
f41f711
Simplify districts : several things (see commit message)
guilpier-code Jul 24, 2024
081f91a
Merge remote-tracking branch 'remotes/origin/develop' into fix/simpli…
guilpier-code Jul 24, 2024
308ea5e
Simplify districts : formatting
guilpier-code Jul 24, 2024
8977058
Simplify districts : removing useless "typename"s (now templates were…
guilpier-code Jul 30, 2024
0237365
Simplify districts : use more modern loops over STL containers
guilpier-code Jul 30, 2024
229e733
Simplify districts : make Sets::add(...) functions private + improve …
guilpier-code Jul 31, 2024
b99d7b7
Simplify districts : changes die to review
guilpier-code Jul 31, 2024
9189793
Merge branch 'develop' into fix/simplify-districts
JasonMarechal25 Aug 19, 2024
ca613bf
Simplify districts : just reorder class Sets' methods to look better …
guilpier-code Aug 21, 2024
14b0e7a
Simplify districts : apply clang format
guilpier-code Aug 21, 2024
ab3ac26
Merge remote-tracking branch 'remotes/origin/develop' into fix/simpli…
guilpier-code Aug 22, 2024
cf8fa43
Simplify districts : temporarily activate running of all tests + comp…
guilpier-code Aug 22, 2024
842d1d4
Simplify districts : replace push_back with emplace_back
guilpier-code Aug 23, 2024
a92a56f
Revert workflows
flomnes Aug 23, 2024
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
2 changes: 1 addition & 1 deletion src/libs/antares/study/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ set(SRC_STUDY

# Sets
include/antares/study/sets.h
include/antares/study/sets.hxx
area/sets.cpp

# variable selection
include/antares/study/variable-print-info.h
Expand Down
Loading
Loading