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

3djan/fix class param life time #401

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b203943
Merge pull request #354 from 3MFConsortium/release/2.3.1
martinweismann Apr 2, 2024
3a32a3e
skipping leading whitespaces
gangatp Apr 15, 2024
e0f5e72
Update CMakeLists.txt to ignore cmake_osx_architecture in TESTS
gangatp Apr 30, 2024
6c92731
Merge pull request #362 from 3MFConsortium/gangatp-patch-1
vijaiaeroastro May 13, 2024
22d9d61
First batch of python examples
vijaiaeroastro May 14, 2024
1316067
Update 3mf copyright based on existing template
vijaiaeroastro May 14, 2024
c7f7aa8
Modify python imports to work with SDK package too (Even if lib3mf is…
vijaiaeroastro May 15, 2024
8a26e0d
Integration tests (#367)
vijaiaeroastro Jun 4, 2024
88a6685
Integration tests (#367) + CMake Refactoring + CPack based Packaging …
vijaiaeroastro Jun 4, 2024
9faac7c
Merge pull request #368 from 3MFConsortium/temp.vijai
vijaiaeroastro Jun 4, 2024
a1184b8
Issue-363: changing int to long long for putDoubleFactor
gangatp May 27, 2024
0fa4ecf
fixing stringRepResenationsDiffer to use long long putFactor
gangatp May 27, 2024
216be33
Include a additional entry to build.yml to pack source code + submodu…
vijaiaeroastro Jun 11, 2024
4889e3f
Switch version in all the required places + A Python script to automa…
vijaiaeroastro Jun 12, 2024
e2e80ef
updating zlib 1.3.1
gangatp Jun 13, 2024
a18d0f1
updating zlib 1.3.1 version file
gangatp Jun 13, 2024
2601a62
Merge 2.3.2 release branch into develop (#381)
vijaiaeroastro Jul 24, 2024
21f793d
Avoid duplicate resource ids (#386)
vijaiaeroastro Aug 19, 2024
5abad20
Explicitly include <cstdint> (#387)
csfore Sep 1, 2024
be3289c
3djan/merge implicit (#394)
3dJan Nov 9, 2024
3a30def
Rename InverseNode to AddInverseNode for consistency and clarity
3dJan Nov 13, 2024
368bab8
[volumetric] Start enums with zeros
3dJan Nov 13, 2024
dd49b36
Align enum values to start from zero for ImplicitNodeType, ImplicitPo…
3dJan Nov 13, 2024
8c72739
Add a new line to .gitmodules
3dJan Nov 13, 2024
21a268a
Remove unused submodules for googletest and libressl
3dJan Nov 13, 2024
2c008ec
Merge pull request #396 from 3MFConsortium/3djan/improveApi
3dJan Nov 15, 2024
8758e76
classParam stores the underlying std::shared_ptr to keep it alive for…
3dJan Dec 5, 2024
82abc09
Modifying test to pass shared_ptr directly without storing it.
3dJan Dec 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 14 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
BasedOnStyle: Google
IndentWidth: 4
AllowShortFunctionsOnASingleLine: Inline
PointerAlignment: Left
SpaceBeforeParens: Never
SpacesInParentheses: false
MaxEmptyLinesToKeep: 1
BreakBeforeBraces: Allman
DerivePointerAlignment: true
AlignAfterOpenBracket: Align
BreakConstructorInitializers: BeforeColon
ConstructorInitializerAllOnOneLineOrOnePerLine: true
NamespaceIndentation: All
SortIncludes: true
Loading