Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
project8
/
nymph
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
10
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Nymph1 4/feature/context
- #67
#67
Draft
nsoblath
wants to merge 16 commits into
develop
project8/nymph:develop
from
nymph1_4/feature/context
project8/nymph:nymph1_4/feature/context
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Draft
Nymph1 4/feature/context
#67
nsoblath
wants to merge 16 commits into
develop
project8/nymph:develop
from
nymph1_4/feature/context
project8/nymph:nymph1_4/feature/context
Copy head branch name to clipboard
Commits
Commits on Feb 20, 2023
Default to C++17 (necessitated by new ROOT used by Katydid; not ideal, but an ok fix given that we just need old Nymph to work for now)
nsoblath-pnnl
committed
e589e56
View commit details
Copy full SHA for e589e56
Browse repository at this point
Updating Scarab to hotfix branch for C++17 use and logger.hh macro deconflicting
nsoblath-pnnl
committed
81ad3f7
View commit details
Copy full SHA for 81ad3f7
Browse repository at this point
Commits on Sep 15, 2023
Updated scarab (still on hotfix branch)
nsoblath-pnnl
committed
2723d41
View commit details
Copy full SHA for 2723d41
Browse repository at this point
Updated KTLogger to use snprintf instead of sprintf
nsoblath-pnnl
committed
382c6d8
View commit details
Copy full SHA for 382c6d8
Browse repository at this point
Commits on Sep 20, 2023
Updated Scarab to v1.6.8
nsoblath-pnnl
committed
b794568
View commit details
Copy full SHA for b794568
Browse repository at this point
Bumped version to v1.4.8
nsoblath-pnnl
committed
b39932f
View commit details
Copy full SHA for b39932f
Browse repository at this point
Commits on Oct 7, 2023
Updated Scarab to v1.6.9
nsoblath-pnnl
committed
b3e019a
View commit details
Copy full SHA for b3e019a
Browse repository at this point
Bumped version to v1.4.9
nsoblath-pnnl
committed
f2a9754
View commit details
Copy full SHA for f2a9754
Browse repository at this point
Commits on Dec 22, 2023
Updated Scarab to v1.6.10
nsoblath-pnnl
committed
2c4ff28
View commit details
Copy full SHA for 2c4ff28
Browse repository at this point
Bumped version to 1.4.10
nsoblath-pnnl
committed
141a21e
View commit details
Copy full SHA for 141a21e
Browse repository at this point
Commits on Aug 8, 2024
New class KTContext and associated changes to integrate the context with KTProcessor and distribute it with KTProcessorToolbox
nsoblath
committed
6293cce
View commit details
Copy full SHA for 6293cce
Browse repository at this point
Commits on Aug 9, 2024
Register the test processors so we can access them from the Proc toolbox
nsoblath
committed
a4fbd4f
View commit details
Copy full SHA for a4fbd4f
Browse repository at this point
Fix proc toolbox so it shares its context in a location where it gets shared no matter how the processor is added to the toolbox
nsoblath
committed
927d6d9
View commit details
Copy full SHA for 927d6d9
Browse repository at this point
Add a Has() function to KTContext
nsoblath
committed
cec7282
View commit details
Copy full SHA for cec7282
Browse repository at this point
Add test executable TestContext.cc
nsoblath
committed
f6912c9
View commit details
Copy full SHA for f6912c9
Browse repository at this point
Moved the characteristic of having context to a base class, and inherited KTProcessor and KTProcessorToolbox from it
nsoblath
committed
cab1fdc
View commit details
Copy full SHA for cab1fdc
Browse repository at this point
You can’t perform that action at this time.