getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] [getfem-commits] master updated (d7de7b4 -> 30db1aa)


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] master updated (d7de7b4 -> 30db1aa)
Date: Fri, 17 May 2019 03:40:16 -0400 (EDT)

renard pushed a change to branch master.

      from  d7de7b4   minor fix
      adds  8f0bff8   updating msvc projects and solution to the latest source 
and Visual Studio 2017
      adds  ab44c49   replacing #pragma omp critical with a macro that hides 
omp in serial build
      adds  0a2bbe3   small correction for Microsoft compiler
      adds  1de8309   removing derivation of operators from public 
std::binary_function<T, T, int>, which is deprecated in C++14 as well as 
replacing bind functions with lambda's
      adds  48afebe   yet another replacement of bind with lambda
      adds  7b85d5c   updating MSVC solution to Visual Studio 2017. Fixing 
run-time options, updating file lists
      adds  9b49d57   no need to run lambda in parallel, if called from 
parallel section
      adds  ef50477   assignment of the interpolation result is in critical 
section, hence can be moved outside the parallel region
       new  65bdc8b   Merge remote-tracking branch 'origin/c14_complience'
       new  30db1aa   minor fixes


Summary of changes:
 interface/src/gf_mesh_fem_get.cc                   |  2 +-
 msvc/bilaplacian/bilaplacian.vcxproj               | 10 ++---
 msvc/common_debug_settings.props                   |  1 +
 msvc/common_release_settings.props                 |  5 ++-
 msvc/elastostatic/elastostatic.vcxproj             | 10 ++---
 msvc/gmm/gmm_arch_config.h                         | 12 ++++++
 msvc/libgetfem/libgetfem.vcxproj                   | 38 +++++++++++-------
 msvc/libgetfemint/libgetfemint.vcxproj             | 14 +++----
 msvc/matlab_interface/matlab_interface.vcxproj     | 10 ++---
 msvc/poly/poly.vcxproj                             | 11 +++---
 msvc/superlu/superlu.vcxproj                       | 11 +++---
 msvc/test_assembly/test_assembly.vcxproj           | 10 ++---
 msvc/test_kdtree/test_kdtree.vcxproj               | 11 +++---
 .../test_laplacian_with_bricks.vcxproj             | 13 ++++---
 .../test_level_set_contact.vcxproj                 | 11 +++---
 src/getfem/bgeot_poly_composite.h                  |  5 +--
 src/getfem/bgeot_small_vector.h                    |  4 +-
 src/getfem/bgeot_sparse_tensors.h                  |  4 +-
 src/getfem/dal_tree_sorted.h                       |  3 +-
 src/getfem/getfem_interpolation.h                  | 11 +++---
 src/getfem_import.cc                               |  2 +-
 src/getfem_mesh_region.cc                          |  4 +-
 src/getfem_omp.cc                                  |  4 ++
 src/gmm/gmm_algobase.h                             | 45 ++++++++++------------
 24 files changed, 136 insertions(+), 115 deletions(-)
 create mode 100644 msvc/gmm/gmm_arch_config.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]