Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
judefdiv committed Jun 11, 2020
1 parent 98ffd25 commit 0a29fb2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 24 deletions.
15 changes: 0 additions & 15 deletions .clang-format

This file was deleted.

1 change: 0 additions & 1 deletion .clang-tidy

This file was deleted.

Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified GDScppScript
100755 → 100644
Empty file.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

GDScpp is a C++ library that make GDS file manipulation easier. __Even though GDScpp can be compiled as a stand-alone program, it is intended to be used as a library.__

Version: 1.0
Version: 1.1

## Features

Expand All @@ -21,8 +21,8 @@ Version: 1.0
The following packages is required to successfully compile and execute GDScpp.

``` bash
apt install build-essencials # for compiling
apt install graphviz # for creating hierarchy diagram(dot file)
apt install build-essencials cmake # for compiling
apt install graphviz # for creating hierarchy diagram(dot file)
```

### Installation
Expand Down Expand Up @@ -104,11 +104,7 @@ generates a diagram of the hierarchical structure of the GDS file.
```

## Work in progress
* Improvement of text handling
* GDS read-in redundancy checking
* In-depth testing of array reference functionality
* rename "setSTR" to "push_back"?
* create a map to easily find the structures
* Create a map to easily find the structures
* Refactoring of GDScpp into a more standard library format
* Extract a desired GDS structure to a separate file

Expand All @@ -117,4 +113,5 @@ generates a diagram of the hierarchical structure of the GDS file.
* Box is currently not supported.

## Change Log
2020-06-11 Improved GDS read-in redundancy checking; AREF, BOX and TEXT is working; Bug fixes.
2020-02-25 Updated Readme, added get_database_units_in_m function.

0 comments on commit 0a29fb2

Please sign in to comment.