-
Notifications
You must be signed in to change notification settings - Fork 9
Comparing changes
Open a pull request
base repository: jacobwilliams/daglib
base: master
head repository: sourceryinstitute/dag
compare: main
Commits on Apr 9, 2020
-
rearrange directory tree;adjust README accordingly
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 8eee185 - Browse repository at this point
Copy the full SHA 8eee185View commit details -
remove fobis so we maintain only one build system
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for b474e05 - Browse repository at this point
Copy the full SHA b474e05View commit details -
build with cmake; test with ctest
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 97b8d41 - Browse repository at this point
Copy the full SHA 97b8d41View commit details -
make passing test quiet: ouput only "Test passed."
also error-terminate upon whenever test failure is first detected.
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 47f2b28 - Browse repository at this point
Copy the full SHA 47f2b28View commit details -
README edits: 1. Replace FoBiS text with CMake 2. Prerequisites list 3. Wording changes 4. New links LICENSE edit: 1. Add Sourcery Institute license
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for ae78dfa - Browse repository at this point
Copy the full SHA ae78dfaView commit details -
Damian Rouson committed
Apr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 95f2829 - Browse repository at this point
Copy the full SHA 95f2829View commit details -
add only clause; white space formatting
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for fc05330 - Browse repository at this point
Copy the full SHA fc05330View commit details -
remove unnecessary destroy type-bound procedure
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for c0592f2 - Browse repository at this point
Copy the full SHA c0592f2View commit details -
split dag/vertex types/procedures into 2 modules
1 module becomes 2: dag_module -> { dag_interface, vertex_interface}
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for d85cb4c - Browse repository at this point
Copy the full SHA d85cb4cView commit details -
separate vertex interface and implementation
1 file becomes 2: vertex_interface -> {vertex_interface, vertex_implementation} where the interface file is a module with interface bodies and wher the implemenation file is a submodule with the corresponding procedure definitions.
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for ecf2d28 - Browse repository at this point
Copy the full SHA ecf2d28View commit details -
Damian Rouson committed
Apr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 7dc721f - Browse repository at this point
Copy the full SHA 7dc721fView commit details -
dag_interface uses vertex_interface
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 5498d3f - Browse repository at this point
Copy the full SHA 5498d3fView commit details -
separate dag interface and implementation
1 file becomes 2: dag_interface -> {dag_interface, dag_implementation} where the interface file contains a module with interface bodies and where the implemenation file contains a submodule with the corresponding procedure definitions.
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 923e839 - Browse repository at this point
Copy the full SHA 923e839View commit details -
WIP: doing a simple representation of dep.dat (per powerpoint slide) …
…as example - Error is that it will not compile because cannot have empty array constructures in the set_edges routines
Configuration menu - View commit details
-
Copy full SHA for 94b038c - Browse repository at this point
Copy the full SHA 94b038cView commit details -
Merge branch 'master' into dep.dat_test
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 6126c97 - Browse repository at this point
Copy the full SHA 6126c97View commit details -
Damian Rouson committed
Apr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for f5d706f - Browse repository at this point
Copy the full SHA f5d706fView commit details -
multiple-independents passes order test
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for b402c4d - Browse repository at this point
Copy the full SHA b402c4dView commit details -
multiple-indendents test dependency matrix passes
+ white space adjustments
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 201eb3a - Browse repository at this point
Copy the full SHA 201eb3aView commit details -
fix GraphViz output for independent vertices
When a vertex has no adjacent edges, this commit removes the arrow (` -> `) from the corresponding line in the GraphViz digraph structure.
Damian Rouson committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for bd65ea8 - Browse repository at this point
Copy the full SHA bd65ea8View commit details
Commits on Apr 10, 2020
-
allow for incorporating daglib as cmake subproject
substitute in top-level CMakeLists.txt CMAKE_BINARY_DIR->PROJECT_BINARY_DIR
Damian Rouson committedApr 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 7a54d75 - Browse repository at this point
Copy the full SHA 7a54d75View commit details
Commits on Apr 23, 2020
-
Damian Rouson committed
Apr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 559a6e2 - Browse repository at this point
Copy the full SHA 559a6e2View commit details -
Merge pull request #1 from sourceryinstitute/update-readme
fix typos & use better links
Damian Rouson authoredApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 978e743 - Browse repository at this point
Copy the full SHA 978e743View commit details
Commits on Apr 24, 2020
-
Damian Rouson committed
Apr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 52aff3c - Browse repository at this point
Copy the full SHA 52aff3cView commit details -
Merge pull request #2 from sourceryinstitute/parallel-build
build parallel tests
Damian Rouson authoredApr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 2d92b7e - Browse repository at this point
Copy the full SHA 2d92b7eView commit details
Commits on Apr 28, 2020
-
Damian Rouson committed
Apr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for e3c2b19 - Browse repository at this point
Copy the full SHA e3c2b19View commit details -
Merge pull request #3 from sourceryinstitute/remove-init-csh
Delete init.csh
Damian Rouson authoredApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 1a72892 - Browse repository at this point
Copy the full SHA 1a72892View commit details
Commits on Apr 29, 2020
-
update FORD project file; work around ford bug
Damian Rouson committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 22e7f86 - Browse repository at this point
Copy the full SHA 22e7f86View commit details -
Merge pull request #4 from sourceryinstitute/ford
update FORD project file; work around ford bug
Damian Rouson authoredApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 9ea770a - Browse repository at this point
Copy the full SHA 9ea770aView commit details
Commits on Apr 30, 2020
-
fix CMake typo that caused false test passes
Damian Rouson committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 9565583 - Browse repository at this point
Copy the full SHA 9565583View commit details -
Damian Rouson committed
Apr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 1a84537 - Browse repository at this point
Copy the full SHA 1a84537View commit details -
add/build json-fortran git submodule
Damian Rouson committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 09edfe6 - Browse repository at this point
Copy the full SHA 09edfe6View commit details
Commits on May 13, 2020
-
Damian Rouson committed
May 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 9a53ea2 - Browse repository at this point
Copy the full SHA 9a53ea2View commit details
Commits on May 14, 2020
-
json%add unlimited polymorphic assumed-rank
Damian Rouson committedMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for c97a0b9 - Browse repository at this point
Copy the full SHA c97a0b9View commit details -
replace repetitive conditionals w/procedure calls
Damian Rouson committedMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for d2a6630 - Browse repository at this point
Copy the full SHA d2a6630View commit details -
Merge pull request #5 from sourceryinstitute/dag-output
Add type-bound procedure for dag output to a JSON file
Damian Rouson authoredMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for fc407c2 - Browse repository at this point
Copy the full SHA fc407c2View commit details -
eliminate redundant submodule comments
Damian Rouson committedMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 02377c6 - Browse repository at this point
Copy the full SHA 02377c6View commit details -
Damian Rouson committed
May 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 1be338f - Browse repository at this point
Copy the full SHA 1be338fView commit details
Commits on May 15, 2020
-
make all vertex components private
use C preprocessor macros to make the edges component public with gfortran to work around an assumed-rank bug.
Damian Rouson committedMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for e3c7646 - Browse repository at this point
Copy the full SHA e3c7646View commit details -
Merge pull request #6 from sourceryinstitute/vertex-accessors
Vertex accessors
Damian Rouson authoredMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for d4309c8 - Browse repository at this point
Copy the full SHA d4309c8View commit details -
Damian Rouson committed
May 15, 2020 Configuration menu - View commit details
-
Copy full SHA for ed2a605 - Browse repository at this point
Copy the full SHA ed2a605View commit details -
Damian Rouson committed
May 15, 2020 Configuration menu - View commit details
-
Copy full SHA for c37a3eb - Browse repository at this point
Copy the full SHA c37a3ebView commit details
Commits on May 16, 2020
-
add -fcoarray=single for gfortran w/o OpenCoarrays
Damian Rouson committedMay 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 729d71f - Browse repository at this point
Copy the full SHA 729d71fView commit details -
rm redundant submodule comments copied from module
Damian Rouson committedMay 16, 2020 Configuration menu - View commit details
-
Copy full SHA for aa32b9c - Browse repository at this point
Copy the full SHA aa32b9cView commit details -
white space edits; remove redundant implicit nones
Damian Rouson committedMay 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 1051373 - Browse repository at this point
Copy the full SHA 1051373View commit details -
Damian Rouson committed
May 16, 2020 Configuration menu - View commit details
-
Copy full SHA for e0d4f97 - Browse repository at this point
Copy the full SHA e0d4f97View commit details -
remove redundant dag component
This commit removes the dag%n component, which held the value of size(dag%vertices). Storing redundant information imposes the burden of maintaining consistency with the actual array size and adds unnecessary code.
Damian Rouson committedMay 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 42777f0 - Browse repository at this point
Copy the full SHA 42777f0View commit details -
Merge pull request #7 from sourceryinstitute/rm-redundant-component
Remove redundant dag%n component
Damian Rouson authoredMay 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 8df5eac - Browse repository at this point
Copy the full SHA 8df5eacView commit details
Commits on May 17, 2020
-
Damian Rouson committed
May 17, 2020 Configuration menu - View commit details
-
Copy full SHA for f48d008 - Browse repository at this point
Copy the full SHA f48d008View commit details -
add submodules: yaFyaml + prereqs gtfl/gftl-shared
Damian Rouson committedMay 17, 2020 Configuration menu - View commit details
-
Copy full SHA for ffccd2f - Browse repository at this point
Copy the full SHA ffccd2fView commit details
Commits on May 25, 2020
-
build yaFyaml & its dependencies gftl/gftl-shared
Damian Rouson committedMay 25, 2020 Configuration menu - View commit details
-
Copy full SHA for b2b8f87 - Browse repository at this point
Copy the full SHA b2b8f87View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.