Skip to content

Commit

Permalink
Dynamic OneString
Browse files Browse the repository at this point in the history
Summary:
OneString Rewrites

Refactoring OneChar

Onechar.cpp updated, trying to work though assignment operator issue

Updating diff so I can land the docs branch

Finally worked through lvalue error.

Dynamic OneString

Refactoring OneChar

Insert() almost working

Refactoring to combine OneString with OneStringBase

cleaned up OneString

Just pushing up so I can switch to my laptop

Beginnings of OneString rewrite

Test Plan:
doenst work currently

doenst work currently

Reviewers: jcmcdonald

Reviewed By: jcmcdonald

Subscribers: jcmcdonald, #no_build_control

Tags: #programming_dept, #bss_team, #pawlib_project

Differential Revision: https://phabricator.mousepawmedia.net/D232
  • Loading branch information
CodeMouse92 committed Sep 14, 2018
1 parent c99e7e0 commit 3c4f4b0
Show file tree
Hide file tree
Showing 23 changed files with 1,418 additions and 1,960 deletions.
Empty file modified .arcconfig 100755 → 100644
Empty file.
Empty file modified .arclibs/cppcheck/.phutil_module_cache 100755 → 100644
Empty file.
Empty file modified .arclibs/cppcheck/__phutil_library_init__.php 100755 → 100644
Empty file.
Empty file modified .arclibs/cppcheck/__phutil_library_map__.php 100755 → 100644
Empty file.
Empty file modified .arclint 100755 → 100644
Empty file.
Empty file modified .gitignore 100755 → 100644
Empty file.
10 changes: 10 additions & 0 deletions .kdev4/pawlib.kdev4
@@ -0,0 +1,10 @@
[Buildset]
BuildItems=@Variant(\x00\x00\x00\t\x00\x00\x00\x00\x01\x00\x00\x00\x0b\x00\x00\x00\x00\x01\x00\x00\x00\x0c\x00p\x00a\x00w\x00l\x00i\x00b)

[Defines And Includes][Compiler]
Name=GCC
Path=gcc
Type=GCC

[Project]
VersionControlSupport=kdevgit
Empty file modified LICENSE.md 100755 → 100644
Empty file.
Empty file modified README.md 100755 → 100644
Empty file.
Empty file modified docs/make.bat 100644 → 100755
Empty file.
5 changes: 5 additions & 0 deletions pawlib-source/.kdev4/pawlib-source.kdev4
@@ -0,0 +1,5 @@
[Buildset]
BuildItems=@Variant(\x00\x00\x00\t\x00\x00\x00\x00\x01\x00\x00\x00\x0b\x00\x00\x00\x00\x01\x00\x00\x00\x1a\x00p\x00a\x00w\x00l\x00i\x00b\x00-\x00s\x00o\x00u\x00r\x00c\x00e)

[Project]
VersionControlSupport=kdevgit

0 comments on commit 3c4f4b0

Please sign in to comment.