History log of /haiku/src/add-ons/kernel/file_systems/udf/Array.h
Revision Date Author Comments
# 3218588c 29-Sep-2020 Murai Takashi <tmurai01@gmail.com>

file_systems/udf: Fix -Wformat=

Change-Id: I560764359c783917df63fb70edc456a20c143b0a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3289
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 49a6a0eb 09-Jun-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Fix build of makeudfimage tests.

* The Udf namespace was removed from the headers, but not all the
implementation files
* kernel_cpp.h is not actually used
* TRACE_ERROR can't be set to dprintf when building as part of the test
(and not as a kernel add-on)

First step on the way to get jam -q unittests to work again...


# 2e39d2c5 22-Aug-2008 Salvatore Benedetto <salvatore.benedetto@gmail.com>

* Clean up. Not functional changes.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27158 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c49d6efc 18-Aug-2008 Salvatore Benedetto <salvatore.benedetto@gmail.com>

* Replaced kernel_cpp.h with util/kernel_cpp.h
* Removed Udf namespace
* Minor clean up


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27027 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8054ebed 01-Jan-2004 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Removed unneeded "#include <stdio.h>"


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5856 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f5f5f2ec 07-Dec-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

I guess our compiler doesn't support partial specialization...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5602 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 21ea9aea 02-Dec-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Removed category stuff from UdfDebug.h since it ended
up not being as useful as I'd hoped, and I need to use the
same debugging macros for makeudfimage as for udf.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5544 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d5366ff7 18-Sep-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Major const cleanup.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4748 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c52519cf 12-Sep-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Switched from local cpp.h/cpp.cpp to global kernel_cpp.h/kernel_cpp.cpp


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4642 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 33e6eac4 04-Jul-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Added operator[] which doesn't seem to work for some reason.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3827 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c6b0bb04 27-May-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Missed a #include <stdio.h>


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3358 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4627317b 27-May-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Initial checkin.
Slightly more typesafe static array type than built-in arrays,
with array length information stored implicitly (i.e. consuming no
physical space in the actual struct) via the arrayLength template
parameter.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3351 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 49a6a0ebf3eb74e92ea0b1155c8bef5d507b246d 09-Jun-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Fix build of makeudfimage tests.

* The Udf namespace was removed from the headers, but not all the
implementation files
* kernel_cpp.h is not actually used
* TRACE_ERROR can't be set to dprintf when building as part of the test
(and not as a kernel add-on)

First step on the way to get jam -q unittests to work again...


# 2e39d2c54f729d8a2e153012f5e4b42cbb3323e6 22-Aug-2008 Salvatore Benedetto <salvatore.benedetto@gmail.com>

* Clean up. Not functional changes.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27158 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c49d6efc605061aff66cafddda193daf331fcad5 18-Aug-2008 Salvatore Benedetto <salvatore.benedetto@gmail.com>

* Replaced kernel_cpp.h with util/kernel_cpp.h
* Removed Udf namespace
* Minor clean up


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27027 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8054ebed90436df7d122760350d07a36103b4877 01-Jan-2004 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Removed unneeded "#include <stdio.h>"


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5856 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f5f5f2eccea9e759c2f6ae9d35521ec5c6af658a 07-Dec-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

I guess our compiler doesn't support partial specialization...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5602 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 21ea9aea0c8dab99f5dad0686b870ff6c5c006a6 02-Dec-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Removed category stuff from UdfDebug.h since it ended
up not being as useful as I'd hoped, and I need to use the
same debugging macros for makeudfimage as for udf.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5544 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d5366ff7e1cd3acf8669b4ea5bf2be240cf4c5cc 18-Sep-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Major const cleanup.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4748 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c52519cfcd3c75d581521082002825cefd75ab03 12-Sep-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Switched from local cpp.h/cpp.cpp to global kernel_cpp.h/kernel_cpp.cpp


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4642 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 33e6eac459bb8ceeb3f410d9d469068f938f7572 04-Jul-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Added operator[] which doesn't seem to work for some reason.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3827 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c6b0bb0480aa1ab02bb1f95f8b632bf856f50c09 27-May-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Missed a #include <stdio.h>


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3358 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4627317bcd02231780b10c3c891e1e4d3182171a 27-May-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Initial checkin.
Slightly more typesafe static array type than built-in arrays,
with array length information stored implicitly (i.e. consuming no
physical space in the actual struct) via the arrayLength template
parameter.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3351 a95241bf-73f2-0310-859d-f6bbb57e9c96