-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature/metaconfigure #5
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python ify
Changes Unknown when pulling a1fe6c5 on feature/metaconfigure into * on master*. |
Changes Unknown when pulling a5468ef on feature/metaconfigure into * on master*. |
Changes Unknown when pulling a5468ef on feature/metaconfigure into * on master*. |
Changes Unknown when pulling bb8892b on feature/metaconfigure into * on master*. |
apmccartney
added a commit
that referenced
this pull request
Jun 26, 2018
900549f Merge pull request #15 from njoy/feature/python3_to_python a348df3 Merge pull request #16 from njoy/feature/WindowsyLinux 24cd40e Added subobject linkage error exception in common flags. b3d6955 Merged. f22bae2 Adding Windows options for Cygwin and MinGW. 41786f5 Added check in CMakeLists.txt generated by cmake.py for python version. e72a44f Added version check of Git in constructed CMakeLists.txt. 0748844 Windows/Cygwin testing. 597ff74 Changing python3 to python. ca6c308 Added MinGW and CYGWIN environments to metaconfigure. ff293c6 Update cmake.py 6bda6e9 Update configuration.py 69647ab Update cmake.py 730615a Update index.md d584ae2 Merge pull request #10 from njoy/docs 8582ee2 Beginning of metaconfigure documentation. 10fad1f Add 'docs/' from commit '9a9fd02407b5cedbb0d1dd837143187e96dbdea8' 3f39eb5 Merge pull request #9 from njoy/README 7f027c0 Fixing issue related to Python3. 3aa9553 strictness project specific 8bd1daa subproject to is_subproject 3356ae0 executable installation only when not subproject 7263e94 fix for libraries a3e5adb constrain configuration types 470c254 directory installation correction 48ccecc regex error 44886a1 spacing in linker flags a7c72a9 Updating README following pull request comments. cc89730 bugfix 6457dca rounding math removed and coverage extension 6c360a0 correction 35a3091 coverage in tests necessary for header-only libraries edd43bb local changes 4b4f943 Clarifying need for include path. 156cb72 Being more specific 2e5a0a7 Finished with updating commands. 47cd119 Working on README. 1dce0f6 Adding README file. cbd8068 apple clang 8fe650a clang compliant debug flags 06fc1dc config e6fb36d more updates 982fa8b update b07c58c split d840594 directory installation 5a03ea0 whitespace 4103d38 dependencies 75d0f1d subproject linking bug 5e9ac83 missung header extension 2657253 ignore path default c486ab6 only verify version if version is available 9507100 bug 65038bd wrong order cd179c1 bug 2cb9403 precedence d9b76f1 bug in degenerate case e86e3fd need more for subproject 5faa5b8 another bug 2493440 circular d854e3e bug 50877ee correction d6bac61 underscore keys f93301c tweaks 2ff8fc0 external projects are hard 5bd040d Merge pull request #8 from njoy/refactor/generalize ebb26a2 consider subprojects 0fd9a10 Merge pull request #6 from njoy/refactor/generalize 0d9c813 manual merge 22daf46 Merge pull request #5 from njoy/refactor/generalize d19af43 njoy2016 testing/debugging 1527f74 debugged using njoy 64aca82 refactor dce72af Merge pull request #3 from njoy/feature/collect_subprojects d51b28a long lines 3164c69 don't build subproject executables bae56cd correction c10fdbd Correctly handle multiple test resources f7c0ece offline script 9a9fd02 Adding some information about not pushing to this remote. 7e673cc Fixing markup typo. 75d2869 Adding LA-CC to footer. c3e5e2e Fixing where the header href points to. 6d7eeee Removing base-url from navigation href. e4b5ce8 better fortran module organization fbd3876 removed project specific files 332563f Updating navigation links. e6a92f3 Moving where description is derived. 1ed4817 Fixing link to LICENSE file. 11d8cfb Making some changes to the look. f46cfc3 Updating config to [in/ex]clude some files. 0d23c3c Making link to license file in footer. a048936 Updating URL to Developer's Guide. 169ecf5 Removing projects.yml from this repository. a7dbded Changing location of DevelopersGuide. 52c6579 Adding data for NJOY projects. 15c529c Renaming README so it doesn't conflict. 06e582b Adding Gemfile. 2eb701e Adding all the basic Jekyll stuff. 13d0fbb Initial commit aad4441 testing work ef3f9ba bug 6dec9f8 namespaces considered in name of test in description git-subtree-dir: metaconfigure git-subtree-split: 900549fd9e2604dbfa2161795a5c832d0bf4bd46
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Shuffled to fit the newer directory structure specification. CMakeLists.txt generated with metaconfigure. Now dependency free (excluding Catch for unit testing).