Skip to content

Commit

Permalink
updating interface to be more filtered
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Feb 16, 2021
1 parent 8089f0b commit 4543481
Show file tree
Hide file tree
Showing 1,112 changed files with 2,610 additions and 189,596 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ cd docs
```

This is my preferred way to build so I can see if any files are taking too much time
(or if it hangs, inspect the largest file for the letter being processed). In practice
this came down to just one package that was mostly javascript. The other approach is
(when you know that the build is reasonable to do) you can just
(or if it hangs, inspect the largest file for the letter being processed).
The other approach is (when you know that the build is reasonable to do) you can just
move all files into the `_packages` folder and build / server:

```bash
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Gemfile.lock
.env
serve
__pycache__
Expand Down
4 changes: 2 additions & 2 deletions docs/_packages/3proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "3proxy"
layout: package
next_package: nfs-ganesha
previous_package: spindle
languages: ['cpp']
languages: ['c']
---
## 0.8.13
1 / 166 files match
Expand All @@ -12,7 +12,7 @@ languages: ['cpp']

### src/conf.c

```cpp
```c

{% raw %}
1295 | hi = dlopen((char *)argv[1], RTLD_LAZY);
Expand Down
21 changes: 0 additions & 21 deletions docs/_packages/abi-compliance-checker.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/_packages/abseil-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,9 @@ languages: ['cpp']
## 20200923.1
3 / 689 files match

- [absl/base/internal/thread_identity.cc](#abslbaseinternalthread_identitycc)
- [absl/random/internal/randen_detect.cc](#abslrandominternalranden_detectcc)
- [absl/time/internal/cctz/src/time_zone_lookup.cc](#absltimeinternalcctzsrctime_zone_lookupcc)

### absl/base/internal/thread_identity.cc

```cpp

{% raw %}
52 | // exist within a process (via dlopen() or similar), references to
{% endraw %}

```
### absl/random/internal/randen_detect.cc

```cpp
Expand Down
21 changes: 0 additions & 21 deletions docs/_packages/abyss.md

This file was deleted.

182 changes: 0 additions & 182 deletions docs/_packages/acct.md

This file was deleted.

0 comments on commit 4543481

Please sign in to comment.