Skip to content

Commit 4e49331

Browse files
committed
Rename xyz folder to src
1 parent a92ecc9 commit 4e49331

File tree

311 files changed

+6
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+6
-6
lines changed

Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ docs: ## Build docs
2323
@sphinx-autobuild docs/source docs/build/html
2424

2525
build: ## Build libxyz
26-
@cd xyz && make -s libxyz
26+
@cd src && make -s libxyz
2727

2828
install: build ## Install libxyz
29-
@cd xyz && make -s install
29+
@cd src && make -s install
3030

3131
tests: ## Run unittests
32-
@cd xyz && make -s tests
32+
@cd src && make -s tests
3333

3434
ci: ## Run CI tests
35-
@cd xyz && make -s ci
35+
@cd src && make -s ci
3636

3737
clean: ## Clean
38-
@cd xyz && make -s clean
38+
@cd src && make -s clean

xyz/Makefile src/Makefile

File renamed without changes.

xyz/aprilgrid.c src/aprilgrid.c

File renamed without changes.

xyz/aprilgrid.h src/aprilgrid.h

File renamed without changes.

xyz/avs.cpp src/avs.cpp

File renamed without changes.

xyz/avs.hpp src/avs.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <ceres/ceres.h>
88

99
extern "C" {
10-
#include "proto.h"
10+
#include "xyz.h"
1111
#include "euroc.h"
1212
}
1313

File renamed without changes.
File renamed without changes.

xyz/euroc.c src/euroc.c

File renamed without changes.

xyz/euroc.h src/euroc.h

File renamed without changes.

xyz/gui.c src/gui.c

File renamed without changes.

xyz/gui.h src/gui.h

File renamed without changes.

xyz/http.h src/http.h

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.
File renamed without changes.

xyz/munit.h src/munit.h

File renamed without changes.

xyz/sbgc.c src/sbgc.c

File renamed without changes.

xyz/sbgc.h src/sbgc.h

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.

xyz/stb_image.h src/stb_image.h

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.
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.
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.
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.
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.

xyz/test_euroc.c src/test_euroc.c

File renamed without changes.

xyz/test_gui.c src/test_gui.c

File renamed without changes.

xyz/test_http.c src/test_http.c

File renamed without changes.

xyz/test_sbgc.c src/test_sbgc.c

File renamed without changes.

xyz/test_tis.c src/test_tis.c

File renamed without changes.

xyz/test_ubx.c src/test_ubx.c

File renamed without changes.

0 commit comments

Comments
 (0)