Skip to content

Commit

Permalink
Merge pull request #8 from steve-downey/move-papers
Browse files Browse the repository at this point in the history
Move papers
  • Loading branch information
neatudarius authored Jun 13, 2024
2 parents 32b1d41 + 86fb5ce commit aa83c42
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 23 deletions.
41 changes: 21 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
cmake.bld
/papers/generated/
/papers/**/generated/
compile_commands.json
.update-submodules
.use-docker
/papers/.venv/
/papers/_minted-view-maybe/
/papers/*.aux
/papers/*.bbl
/papers/*.blg
/papers/*.dvi
/papers/*.fdb_latexmk
/papers/*.fls
/papers/*.log
/papers/*.out
/papers/*.pdf
/papers/*.toc
/papers/*.idx
/papers/*.xtr
/papers/.deps/
/papers/_minted-view-maybe.work/
/papers/.venv.work/
/papers/_minted-optional_ref/
/papers/_minted-optional_ref_wording/
/papers/**/.venv/
/papers/**/_minted-*/
/papers/**/*.aux
/papers/**/*.bbl
/papers/**/*.blg
/papers/**/*.dvi
/papers/**/*.fdb_latexmk
/papers/**/*.fls
/papers/**/*.log
/papers/**/*.out
/papers/**/*.pdf
/papers/**/*.toc
/papers/**/*.idx
/papers/**/*.xtr
/papers/**/.deps/
/papers/**/_minted-view-maybe.work/
/papers/**/.venv.work/
/papers/**/_minted-optional_ref/
/papers/**/_minted-optional_ref_wording/
/.cache/
*.pyg
/.build/
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "papers/wg21"]
path = papers/wg21
path = papers/P2988/wg21
url = https://github.com/mpark/wg21.git
[submodule "extern/googletest"]
path = extern/googletest
Expand Down
1 change: 1 addition & 0 deletions papers/P2988/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/papers/P2988/.deps/
4 changes: 2 additions & 2 deletions papers/Makefile → papers/P2988/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PYEXECPATH ?= $(shell which python3.12 || which python3.11 || which python3.10)
PYTHON ?= $(shell basename $(PYEXECPATH))
VENV := .venv/
SOURCE_VENV := . $(VENV)/bin/activate;
PYEXEC := $(SOURCE_VENV) $(PYTHON)
PIP_SYNC := $(PYEXEC) -m piptools sync
PYEXECPATH ?= $(shell which python3.12 || which python3.11 || which python3.10)
PYTHON ?= $(shell basename $(PYEXECPATH))
REQS_MARKER := $(VENV)/bin/.pip-sync
PIP := $(PYEXEC) -m pip
DEPS_DIR := .deps
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit aa83c42

Please sign in to comment.