- 08 Feb, 2018 19 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1217 Fix the compiler choice: it wasn't working as expected (namely command line may supersede the Paths file).
-
GILLES Sebastien authored
#1217 Add the MOREFEM_LLVM_CLANG macro (to enable some warning suppression only for this compiler); also remove unused field in Paths.cmake.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1217 Improve the CMake build so that now either a unique MoReFEM library might be built or one per module as previously.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1217 Make the path to the settings file a mandatory argument to the cmake command. Also use this file to decide whether static or shared libraries are built.
-
GILLES Sebastien authored
#1217 Modify the code to make it work with shared libraries. Rivlin cube runs properly with this setting; I will enable choice between dynamic and static libraries soon (and use PRELINK option to make the static case work with my factories).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1217 First executable is compiled. However it fails at runtime, but it's not a surprise: in SCons I used a prelink trick I have to do again to make the code work with static libraries and my factory patterns.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1217 Improving the CMake target_list following advices from https://crascit.com/2016/01/31/enhanced-source-file-handling-with-target_sources/
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1217 Add a script to deploy CMake files in all directories related to a given library. Used so far on Utilities folder.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1217 Beginning compilation with CMake: so far it compiles Utilities with compilation options hardcoded.
-
- 07 Feb, 2018 1 commit
-
-
GILLES Sebastien authored
-
- 05 Feb, 2018 2 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
- 19 Jan, 2018 15 commits
-
-
GILLES Sebastien authored
-
Gautier Bureau authored
-
GILLES Sebastien authored
-
Gautier Bureau authored
-
GILLES Sebastien authored
#1211 Doxygen: create three separate scripts for the different levels of details inside. Make the output directory portable.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
The purpose is not to provide the LaTeX documentation per se: with the dot graphs the document is unwieldy and huge (almost 5000 pages at the time of this writing...) but to fix possible issues than were left unseen in the html documentation (for instance putting \code blocks in a param description is a bad idea that create a compilation issue with LaTeX).
-
GILLES Sebastien authored
#1211 Doxygen for Unknown: remove duplicate addtogroup that prevent smooth latex compilation (said compilation doesn't fully work yet).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1211 - #859 Break Utilities::Sort into several files (previously Internal was not separated and everything was in hpp, including template definition).
-
GILLES Sebastien authored
#1211 Add a perfunctory README.md at the root of the project, and make Doxygen use it for its main page.
-
GILLES Sebastien authored
#1211 Add tests folder to Doxygen scope and fix warnings. ModelInstances not yet added but some of the warnings have nonetheless been fixed in the same time as their test counterpart (for instance NumberingSubsetIndex legend has been added for both tests and ModelInstances folder).
-
GILLES Sebastien authored
#1211 Test ConformProjector: correct the commented code (that will have to be reactivated somehow before putting it in continuous integration).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
- 17 Jan, 2018 1 commit
-
-
Gautier Bureau authored
-
- 27 Dec, 2017 2 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1209 Replace clang::fallthrough by the newly supported C++ 17 attribute fallthrough. See merge request !3
-