opm-core/opm/core
Roland Kaufmann f4350098ed Use precompiled headers to compile C++ modules
On an average system this will cut around 15% of the total build time.
Unfortunately, including Boost headers in the precompiled header takes
longer time to generate and then read in each module, than just
including the necessary headers in each module.

Use Noel Llopis' list_precomp.py at
http://www.gamesfromwithin.com/wp-content/uploads/bin/list_precomp_py.txt
to analyse which headers are included the most and are candidates for
inclusion.
2013-02-11 22:38:00 +01:00
..
eclipse Added start_date_ property to the SimulatorTimer class 2012-11-07 14:53:26 +01:00
fluid Fix comment. 2012-10-10 14:12:38 +02:00
grid Merge remote-tracking branch 'upstream/ert' into ert 2012-10-12 10:58:16 +02:00
linalg Disable warning for using DUNE's FieldVector::size 2012-09-24 00:21:06 +02:00
pressure Update CompressibleTpfa wellbore gravity handling. 2012-11-06 19:28:22 +01:00
simulator Added start_date_ property to the SimulatorTimer class 2012-11-07 14:53:26 +01:00
transport Bugfix tof computations with multidimensional upwinding. 2012-11-05 14:26:00 +01:00
utility Fix signed-vs-unsigned comparison warning 2012-11-07 17:23:45 +01:00
vag_format Replace !(a==b) test with a more common a!=b test 2012-10-24 21:02:46 +02:00
wells Merge pull request #84 from bska/fix-equality-comparisons 2012-10-25 01:08:48 -07:00
doxygen_main.hpp Added skeleton doxygen_main.hpp for overview documentation. 2012-06-05 15:20:13 +02:00
grid.c allocate_grid_from_file(): Name magic constant (6) 2012-10-05 00:25:00 +02:00
grid.h Add a utility for creating a grid from textual representation. 2012-10-05 00:23:41 +02:00
GridAdapter.hpp Fallout from removal of grid_t typedef. 2012-02-01 20:29:05 +01:00
GridManager.cpp Add constructor taking file name to GridManager. 2012-10-25 13:23:50 +02:00
GridManager.hpp Add constructor taking file name to GridManager. 2012-10-25 13:23:50 +02:00
newwells.c Add debugging assertions to check input in several routines. 2012-10-05 10:17:12 +02:00
newwells.h Update documentation accompanying CompletionData structure. 2012-10-16 14:05:33 +02:00
opm-core-pch.hpp Use precompiled headers to compile C++ modules 2013-02-11 22:38:00 +01:00
well.h Document the obsolescent well representation. 2012-06-25 00:55:50 +02:00